- 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.
-
- 27 Mar, 2018 1 commit
-
-
jim authored
-
- 08 Mar, 2018 1 commit
-
-
jim authored
-
- 11 Jan, 2018 1 commit
-
-
jim authored
-
- 29 Dec, 2017 1 commit
-
-
niko authored
* update bizcharts * fixed lint * add charts autoHeight decorator * 升级 TimelineChart * 升级 TagCloud * upgrade bizcharts-plugin-slider * fix(chart): tag cloud overlapping (#461) The key point is: `chart.coord().reflect()`. and you can adjust gaps between words by setting padding for tag-cloud transform * upgrade react@16 & bizcharts@3.1.0 * update bizcharts to 3.1.0-beta2 * fix bizcharts repaint * upgrade to bizcharts@3.1.0-beta.4 * fix TimelineCharts detail style
-
- 03 Dec, 2017 1 commit
-
-
陈帅 authored
* fix some errors found during use * fix some errors found during use * Replace "string | React.ReactNode" with React.ReactNode * replace with * as React * remove excess property
-
- 28 Nov, 2017 1 commit
-
-
jim chen authored
* 增加AvatarList d.ts说明文件 * 修改 axis的链接 , g2修改了新的官网 * AvatarList 增加判断是否为必须属性 * 删除无用的空行. 优化格式 * 修改错误的图表文档. 增加几处漏写的文档 * 添加图表的 描述文件chart.d.ts * 改了个错别字! * 增加CountDown d.ts描述文件 * 增加 DescriptionList d.ts描述文件
-