williamchart
3.10.1
Williamchart 是一个 Android 库,可在 Android 应用程序中快速实现有吸引力且富有洞察力的图表。
注意: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.