From 1933be6bd79a3b0561599ad2aaf73ad2ef63f0b7 Mon Sep 17 00:00:00 2001 From: wusongqing Date: Sat, 14 Aug 2021 12:19:35 +0800 Subject: [PATCH] added english version of picker and chart Signed-off-by: wusongqing --- UI/Picker/README.md | 13 +++++++++++++ UI/chart/README.md | 13 +++++++++++++ 2 files changed, 26 insertions(+) create mode 100644 UI/Picker/README.md create mode 100644 UI/chart/README.md diff --git a/UI/Picker/README.md b/UI/Picker/README.md new file mode 100644 index 0000000000..82f18b7a4d --- /dev/null +++ b/UI/Picker/README.md @@ -0,0 +1,13 @@ +# picker + +### Introduction + +This sample shows how to use the **** component to implement the common text picker, date picker, time picker, date and time picker, and multi-column text picker. + +### Usage + +In the sample, touch the text in each text box. The corresponding picker is displayed. Select any value from the picker and touch **OK**. The selected value is displayed in the text box. + +### Constraints + +This sample can only be run on standard-system devices. diff --git a/UI/chart/README.md b/UI/chart/README.md new file mode 100644 index 0000000000..8801911607 --- /dev/null +++ b/UI/chart/README.md @@ -0,0 +1,13 @@ +# chart + +### Introduction + +This sample shows how to use the **** component to draw six types of charts: bar, line, gauge, loading, progress, and rainbow. + +### Usage + +The home screen of the sample displays six buttons. Touch a button to view the respective chart type. + +### Constraints + +This sample can only be run on standard-system devices. -- Gitee