- 17 Aug, 2018 8 commits
- 15 Aug, 2018 1 commit
-
-
陈帅 authored
-
- 10 Aug, 2018 4 commits
- 07 Aug, 2018 1 commit
-
-
陈帅 authored
-
- 06 Aug, 2018 2 commits
- 05 Aug, 2018 4 commits
- 03 Aug, 2018 1 commit
-
-
Yun Chen authored
By watching TimelineChart Example: [Charts Demo](https://pro.ant.design/components/Charts#scaffold-src-components-Charts-demo-mini-area) ```javascript const chartData = []; for (let i = 0; i < 20; i += 1) { chartData.push({ x: (new Date().getTime()) + (1000 * 60 * 30 * i), y1: Math.floor(Math.random() * 100) + 1000, y2: Math.floor(Math.random() * 100) + 10, }); } ``` 1. X-Axis (Timeline): The type should be like `number`. 2. Y-Axis (Value): The y2 may not be required if I just want to draw y1 only.
-
- 02 Aug, 2018 3 commits
- 31 Jul, 2018 2 commits
- 30 Jul, 2018 1 commit
-
-
陈帅 authored
-
- 27 Jul, 2018 1 commit
-
-
陈帅 authored
-
- 26 Jul, 2018 12 commits