5 Star 4 Fork 1

HarmonyOS-TPC / williamchart

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
Apache-2.0

williamchart phonewatch

Williamchart is an openharmony Library to rapidly implement attractive and insightful charts in harmony applications.

Note: WilliamChart v3 has been completely re-written from scratch in java and does not guarantee any API/features compatibility with previous versions. openharmony development has been evolving quickly, and much has changed since I first started developing williamchart (e.g patterns, testing, tools), so I decided it was time to rewrite it with all these new tools in mind. I intend to keep it as light and modular as possible.

screenshot

Gradle

// Charts
implementation 'io.openharmony.tpc.thirdlib:williamchart:1.0.0'

// Tooltips
implementation 'io.openharmony.tpc.thirdlib:tooltip-slider:1.0.0'
implementation 'io.openharmony.tpc.thirdlib:tooltip-points:1.0.0'

If you find this library useful and decide to use it in your projects please drop me a line @dfbernardino, I will be happy to know about it.

Usage

All charts

<com.db.williamchart.view.chart_view
  ...
  hap:chart_labelsColor="color"
  hap:chart_labelsSize="dimension"
  hap:chart_labelsFont="font"
/>

Line Chart

<com.db.williamchart.view.LinechartView
  ...
  hap:chart_lineColor="color"
  hap:chart_lineThickness="dimension"
  hap:chart_smoothLine=[ "true" | "false" ]
  hap:chart_pointDrawable="media"
/>

Bar Chart

<com.db.williamchart.view.BarChartView|HorizontalBarChartView
  ...
  hap:chart_spacing="dimension"
  hap:chart_barsColor="color"
  hap:chart_barsBackgroundColor="color"
  hap:chart_barsRadius="dimension"
/>

Donut Chart

<com.db.williamchart.view.DonutChartView
  ...
  hap:chart_donutThickness="dimension"
  hap:chart_donutBackgroundColor="color"
  hap:chart_donutRoundCorners="boolean"
  hap:chart_donutTotal="float"
/>

License

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.
# williamchart ![phone](art/phone.png)![watch](art/watch.png) Williamchart is an openharmony Library to rapidly implement attractive and insightful charts in harmony applications. Note: WilliamChart v3 has been completely re-written from scratch in java and does not guarantee any API/features compatibility with previous versions. openharmony development has been evolving quickly, and much has changed since I first started developing williamchart (e.g patterns, testing, tools), so I decided it was time to rewrite it with all these new tools in mind. I intend to keep it as light and modular as possible. ![screenshot](art/demo_screenshot.png) ### Gradle ``` groovy // Charts implementation 'io.openharmony.tpc.thirdlib:williamchart:1.0.0' // Tooltips implementation 'io.openharmony.tpc.thirdlib:tooltip-slider:1.0.0' implementation 'io.openharmony.tpc.thirdlib:tooltip-points:1.0.0' ``` If you find this library useful and decide to use it in your projects please drop me a line [@dfbernardino][1], I will be happy to know about it. ### Usage #### All charts ```xml <com.db.williamchart.view.chart_view ... hap:chart_labelsColor="color" hap:chart_labelsSize="dimension" hap:chart_labelsFont="font" /> ``` #### Line Chart ```xml <com.db.williamchart.view.LinechartView ... hap:chart_lineColor="color" hap:chart_lineThickness="dimension" hap:chart_smoothLine=[ "true" | "false" ] hap:chart_pointDrawable="media" /> ``` #### Bar Chart ```xml <com.db.williamchart.view.BarChartView|HorizontalBarChartView ... hap:chart_spacing="dimension" hap:chart_barsColor="color" hap:chart_barsBackgroundColor="color" hap:chart_barsRadius="dimension" /> ``` #### Donut Chart ```xml <com.db.williamchart.view.DonutChartView ... hap:chart_donutThickness="dimension" hap:chart_donutBackgroundColor="color" hap:chart_donutRoundCorners="boolean" hap:chart_donutTotal="float" /> ``` License ------- 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. [1]: https://twitter.com/dfbernardino [2]: ./art/phone.png [3]: ./art/watch.png [4]: ./art/demo_screenshot.png

简介

Williamchart is an openharmony Library to rapidly implement attractive and insightful charts in harmony applications. 展开 收起
Java
Apache-2.0
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/HarmonyOS-tpc/williamchart.git
git@gitee.com:HarmonyOS-tpc/williamchart.git
HarmonyOS-tpc
williamchart
williamchart
master

搜索帮助

344bd9b3 5694891 D2dac590 5694891