williamchart
3.10.1
Williamchart는 안드로이드 애플리케이션에서 매력적이고 통찰력 있는 차트를 신속하게 구현하기 위한 안드로이드 라이브러리입니다.
참고: WilliamChart v3은 Kotlin으로 처음부터 완전히 다시 작성되었으며 이전 버전과의 API/기능 호환성을 보장하지 않습니다. Android 개발은 빠르게 발전해 왔으며 williamchart 개발을 처음 시작한 이래로 많은 변화가 있었습니다(예: 패턴, 테스트, 도구). 따라서 이러한 모든 새로운 도구를 염두에 두고 다시 작성해야 한다고 결정했습니다. 가능한 한 가볍고 모듈식으로 유지하려고 합니다.
// Charts
implementation ' com.diogobernardino:williamchart:3.10.1 '
// Tooltips
implementation ' com.diogobernardino.williamchart:tooltip-slider:3.10.1 '
implementation ' com.diogobernardino.williamchart:tooltip-points:3.10.1 '
이 라이브러리가 유용하다고 생각하고 이를 프로젝트에 사용하기로 결정했다면 @dfbernardino로 연락해 주세요. 기꺼이 알려드리겠습니다.
< com .db.williamchart.view.chart_view
...
app : chart_labelsColor = " color "
app : chart_labelsSize = " dimension "
app : chart_labelsFont = " font "
/>
< com .db.williamchart.view.LinechartView
...
app : chart_lineColor = " color "
app : chart_lineThickness = " dimension "
app : chart_smoothLine =[ " true " | " false " ]
app : chart_pointDrawable = " drawable "
/>
< com .db.williamchart.view.BarChartView|HorizontalBarChartView
...
app : chart_spacing = " dimension "
app : chart_barsColor = " color "
app : chart_barsBackgroundColor = " color "
app : chart_barsRadius = " dimension "
/>
< com .db.williamchart.view.DonutChartView
...
app : chart_donutThickness = " dimension "
app : chart_donutBackgroundColor = " color "
app : chart_donutRoundCorners = " boolean "
app : chart_donutTotal = " float "
/>
Copyright 2019 Diogo Bernardino
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.