1. 12 Jun, 2018 2 commits
  2. 08 Mar, 2018 1 commit
  3. 15 Feb, 2018 1 commit
  4. 13 Feb, 2018 1 commit
  5. 11 Jan, 2018 1 commit
  6. 03 Dec, 2017 1 commit
    • 陈帅's avatar
      Support typescript (#341) · 8feaa32b
      陈帅 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
      8feaa32b
  7. 29 Nov, 2017 1 commit
    • jim chen's avatar
      add .d.ts file & optimized some docs (#315) · f15770ab
      jim chen authored
      * 增加AvatarList d.ts说明文件
      
      * 修改 axis的链接 , g2修改了新的官网
      
      * AvatarList 增加判断是否为必须属性
      
      * 删除无用的空行.  优化格式
      
      * 修改错误的图表文档. 增加几处漏写的文档
      
      * 添加图表的 描述文件chart.d.ts
      
      * 改了个错别字!
      
      * 增加CountDown d.ts描述文件
      
      * 增加 DescriptionList  d.ts描述文件
      
      * 增加所有剩余对外开发的组件 .d.ts
      完善一些文档
      
      * fontWeight 推荐使用 number 来表示数字
      
      * 增加文本自动省略号 .d.ts
      f15770ab