• Home
Name Date Size #Lines LOC

..--

entry/12-May-2024-861618

screenshots/device/12-May-2024-

.gitignoreD12-May-2024121 88

README.mdD12-May-2024350 147

README_zh.mdD12-May-2024664 3014

build-profile.json5D12-May-20241.1 KiB4341

hvigorfile.jsD12-May-2024175 21

package.jsonD12-May-2024388 1818

README.md

1# chart
2
3### Introduction
4
5This sample shows how to use the **<chart\>** component to draw six types of charts: bar, line, gauge, loading, progress, and rainbow.
6
7### Usage
8
9The home screen of the sample displays six buttons. Touch a button to view the respective chart type.
10
11### Constraints
12
13This sample can only be run on standard-system devices.
14

README_zh.md

1# 图表组件
2
3### 简介
4
5本示例主要展示了图表组件chart的使用,该组件支持绘制柱形图、线形图、量规图、加载图、进度图和占比图这6种类型的图表。
6
7实现效果如下:
8
9![](screenshots/device/main.png)
10
11### 相关概念
12
13图表组件:用于呈现线形图、柱状图、量规图界面。
14
15### 相关权限
16
17不涉及。
18
19### 使用说明
20
21本示例主界面为6个按钮,点击**按钮**查看对应类别的图表。
22
23### 约束与限制
24
251.本示例仅支持在标准系统上运行。
26
272.本示例需要使用DevEco Studio 3.0 Beta4 (Build Version: 3.0.0.992, built on July 14, 2022)才可编译运行
28
29
30