- 02 Sep, 2018 1 commit
-
-
afc163 authored
-
- 29 Aug, 2018 2 commits
- 19 Aug, 2018 1 commit
-
-
rohrbachan authored
the property colors?: string[] was missing in the typescript definitions
-
- 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.
-
- 26 Jul, 2018 6 commits
- 25 Jul, 2018 1 commit
-
-
η»―δΈ authored
-
- 15 Jul, 2018 1 commit
-
-
ιεΈ authored
-
- 05 Jul, 2018 1 commit
-
-
ιεΈ authored
-
- 26 Jun, 2018 3 commits
- 24 Jun, 2018 1 commit
-
-
ιεΈ authored
-
- 22 Jun, 2018 2 commits
- 19 Jun, 2018 1 commit
-
-
ιεΈ authored
-
- 15 Jun, 2018 2 commits
- 13 Jun, 2018 1 commit
-
-
wangyun authored
-
- 12 Jun, 2018 1 commit
-
-
patientayo authored
-
- 07 Jun, 2018 1 commit
-
-
jim authored
-
- 05 Jun, 2018 1 commit
-
-
jim authored
-
- 18 May, 2018 2 commits
- 29 Apr, 2018 2 commits
-
-
afc163 authored
-
Nikhil Bhargava authored
-
- 27 Apr, 2018 1 commit
-
-
ζ·ι authored
componentDidMount() { requestAnimationFrame(() => { this.getLengendData(); }); }
-
- 25 Apr, 2018 4 commits
- 21 Apr, 2018 1 commit
-
-
Rupeshiya authored
corrected spelling in src/components/chart/pie/index.js
-
- 19 Apr, 2018 1 commit
-
-
ddcat1115 authored
- to support: import Charts from 'ant-design-pro/lib/Charts';
-
- 17 Apr, 2018 1 commit
-
-
afc163 authored
-
- 12 Apr, 2018 1 commit
-
-
mdluo authored
-