- 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 2 commits
- 25 Jul, 2018 1 commit
-
-
绯一 authored
-
- 05 Jul, 2018 1 commit
-
-
陈帅 authored
-
- 26 Jun, 2018 3 commits
- 24 Jun, 2018 1 commit
-
-
陈帅 authored
-
- 12 Jun, 2018 1 commit
-
-
patientayo authored
-
- 29 Apr, 2018 2 commits
-
-
afc163 authored
-
Nikhil Bhargava authored
-
- 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
-
- 11 Apr, 2018 1 commit
-
-
Wei Zhu authored
-
- 08 Apr, 2018 1 commit
-
-
jim authored
-
- 27 Mar, 2018 1 commit
-
-
jim authored
-
- 25 Mar, 2018 1 commit
-
-
niko authored
* fixed: #1142 * fix typo * fix typo * fix typo * add missing fix
-
- 16 Mar, 2018 1 commit
-
-
ddcat1115 authored
-
- 08 Mar, 2018 1 commit
-
-
jim authored
-
- 07 Feb, 2018 1 commit
-
-
陈帅 authored
* div to fragment * Remove extra divs * fix indent
-
- 29 Jan, 2018 1 commit
-
-
nikogu authored
-
- 27 Jan, 2018 1 commit
-
-
jim authored
-
- 11 Jan, 2018 1 commit
-
-
jim authored
-
- 10 Jan, 2018 1 commit
-
-
nikogu authored
-
- 08 Jan, 2018 1 commit
-
-
nikogu authored
2. fixed PageHeader key warning 3. fixed MiniArea key warning
-
- 05 Jan, 2018 1 commit
-
-
niko authored
-
- 03 Jan, 2018 2 commits
- 02 Jan, 2018 1 commit
-
-
afc163 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
-
- 15 Dec, 2017 1 commit
-
-
WhatAKitty authored
* https://github.com/babel/babel/issues/2212 Fix wrong way of export multi objects. * Dva model cannot using import for app.model
-
- 05 Dec, 2017 1 commit
-
-
nikogu authored
-
- 04 Dec, 2017 1 commit
-
-
nikogu authored
fixed when ChartCard total is 0, total has no style https://github.com/ant-design/ant-design-pro/issues/329
-
- 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
-
- 01 Dec, 2017 1 commit
-
-
陈帅 authored
* 增加AvatarList d.ts说明文件 * 修改 axis的链接 , g2修改了新的官网 * AvatarList 增加判断是否为必须属性 * 删除无用的空行. 优化格式 * 修改错误的图表文档. 增加几处漏写的文档 * 添加图表的 描述文件chart.d.ts * 改了个错别字! * 增加CountDown d.ts描述文件 * 增加 DescriptionList d.ts描述文件 * 增加所有剩余对外开发的组件 .d.ts 完善一些文档 * fontWeight 推荐使用 number 来表示数字 * 增加文本自动省略号 .d.ts * doc fix "Yuan" has been declared, but its value has never been read.
-
- 28 Nov, 2017 1 commit
-
-
jim chen authored
* 增加AvatarList d.ts说明文件 * 修改 axis的链接 , g2修改了新的官网 * AvatarList 增加判断是否为必须属性 * 删除无用的空行. 优化格式 * 修改错误的图表文档. 增加几处漏写的文档 * 添加图表的 描述文件chart.d.ts * 改了个错别字! * 增加CountDown d.ts描述文件 * 增加 DescriptionList d.ts描述文件
-