1 Star 0 Fork 33

xsls / G2Plot

forked from antv / G2Plot 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
CHANGELOG.md 10.82 KB
一键复制 编辑 原始数据 按行查看 历史
paleface001 提交于 2020-03-16 12:09 . fix: delete sunburst in master

1.0.0 (2020-03-16)

0.11.40 (2020-03-13)

  • 🐞Liquid & process 必选数据类型判断

0.11.39 (2020-03-13)

  • 🐞修复一些类型定义问题 (e6d2a37)

0.11.38 (2020-03-12)

  • 🐞移除饼图label中的lodash依赖

0.11.37 (2020-03-09)

  • 🌟重新发布版本

0.11.36 (2020-03-07)

  • 🌟更新 g2 依赖版本 (51b3df)

0.11.35 (2020-03-02)

  • 🌟修复词云图透明背景问题 (51b3df)

0.11.34 (2020-02-28)

0.11.33 (2020-02-28)

0.11.32 (2020-02-21)

  • 🐞 饼图 tooltip 与 label 对外透出 percent (365fd0f)

0.11.31 (2020-02-17)

  • 🐞 修复瀑布图必需设置meta的问题 (3669511)

0.11.30 (2020-02-17)

  • 🐞 temporary remove geomCliper for svg rendering (be69918)

0.11.29 (2020-02-17)

0.11.28 (2020-02-06)

  • 🐞 修复水波图图形剪裁 (b93f605)
  • 🐞 热力图legend位置错误 (c989c87)
  • 🐞 升级Scale 3.0之后的bug fix (1f698b1)

0.11.27 (2020-02-06)

  • 🐞 panelCliper => geomCliper (52cc285)

0.11.26 (2020-02-06)

  • 🌟 update scale to 3.0 (6538cfd)

0.11.25 (2020-02-05)

  • 🐞 fix word-cloud not found error(1ad5d4c)

0.11.24 (2020-02-04)

  • 🌟 add word-cloud chart (2f1baa9)

0.11.23 (2020-02-03)

0.11.21 (2020-01-02)

  • 🐞 fix top padding error (53de76f)
  • 🌟 add overlapped combo chart (c893594)

0.11.20 (2019-12-31)

  • 🐞 修复miniChart-column time scale绘制错误 (b00163b)

0.11.19 (2019-12-30)

  • 🐞 修复直方图绘制失效 (d8097dc)
  • 🌟 优化折线图动画效果 (4a8a028)

0.11.18 (2019-12-30)

  • 🐞 散点图tooltip & legend bug fix (b452862)
  • 🐞 移除util中的moment依赖 (077a2c6)
  • 🌟 新增瀑布图 (4c6d703)

0.11.15 (2019-12-23)

  • 🐞 label参与auto-padding计算 (0c566c1)

0.11.13 (2019-12-23)

  • 🐞 修改条形图legend和tooltip顺序颠倒问题 (e4f8f68)

0.11.9 (2019-12-16)

  • 🐞 update dependency version: g2 scale component (23ca0ec)

0.11.7 (2019-12-16)

  • 🌟 add quadrant and trendline components to Scatter Plot and Bubble Plot (2f6c8a0)

  • 🌟 update documents and demos (f33071c)

0.11.6 (2019-12-12)

  • 🐞 fix dependency version (1369b34)

  • 🌟 pie label enhancement (52e77c0)

  • 🌟 column & bar chart label add adjustPosition option (e0bbc53)

0.11.5 (2019-12-09)

  • 🐞 miniChart-progress 使用代理shape解决mouseenter & mouseleave问题(63253c6)
  • 🐞 column chart无法正确绘制timecat数据(2950739)
  • 🌟 miniChart-progress 更强大的update()方法 (b77d489)
  • 🌟 export declaration file (6f73e29)

0.11.4 (2019-12-06)

  • 🐞 优化 tinyChart-progress 的 mouseleave 事件 (52512d8)

0.11.3 (2019-12-05)

  • 🌟tinyChart-progress update 方法支持第二个参数:更新时的样式配置,增加动画配置 (b10719c)
  • 🌟tinyChart-progress 增加 marker 组件 (afe05e7)
  • 🌟 相关文档更新 (e214f83)

0.11.2 (2019-12-04)

  • feat: add legend margin to theme (4dba674)
  • feat: canvas events as plot events (9bdc754)
  • feat: general configration dpcument english version (e607292)
  • feat: general-config-doc en (7626d12)
  • feat: getting-started-en (d0d58e9)
  • feat: unbind event (122812f)
  • feat: update general-config docs (c523986)
  • feat: view 事件透传 (e7ae72a)
  • feat: 增加图层事件,支持嵌套 (01835f1)
  • feat: 字符串转数字 (d594655)
  • feat: 自定义组件事件 (219ec11)
  • feat: 自定义组件的 mouseenter & mouseleave 事件分发 (04c6894)
  • fix: cdn link in getting-started doc (fa7a40e)
  • fix: color setting error in progress & support size option (c31d91e)
  • fix: correct data range for vertical scrollbar (e2a02ac)
  • fix: dblClick event name (f24b57b)
  • fix: eventController 类型定义 (f67f744)
  • fix: fixed scale ranges for percentage stacked bar/column/area (4383eb2)
  • fix: homepage link (a24b7ee)
  • fix: layer & viewLayer eventParser 命名统一 (fbcf212)
  • fix: line layer event parser name (e92a91e)
  • fix: minichart docs typo (0fbea36)
  • fix: optimize scrollbar range calculate (2ab4201)
  • fix: position is not supported for axisLabel (6872f57)
  • fix: readme typo (2c532b9)
  • fix: remove console log (c79af35)
  • fix: remove sideEffects flag for now (5f80695)
  • fix: reverse data for percentage stack bar (36adb84)
  • fix: 修复 Pie Ring 的 labelLine 以及 area 的透明度 (7af0ccd)
  • fix: 类型声明 (7ec6cc8)
  • fix: 类型定义 (7f8eab3)
  • chore: 0.11.1 => 0.11.2 (625af38)
  • chore: fix lint (d2f76c5)
  • chore: remove canvas event (2888446)
  • chore: update github release action (df14c84)
  • chore: update links & site-en (4ad6b4d)
  • chore: update readme (4e40699)
  • chore: update readme (4aadd5c)
  • chore: update readme (247ae84)
  • chore: use ACCESS_TOKEN for release action (e0545e0)
  • docs: update changelog for v0.11.1 (be6d94d)
  • docs: 更新资源地址 (14271f0)
  • docs(readme): optimize readme style, and fix typo (86db2cf)

0.11.1 (2019-11-26)

  • 🔥 官网文档和图表示例大量更新 #287, #298
  • 🌟 默认隐藏条形图、和百分比条形图 X 轴的刻度线 #297
  • 🐞 修复折线图数据标签中某些配置项不生效问题 #290
  • 🐞 修复折线图轴样式在响应式布局下可能不生效的问题 #299
  • 🐞 修复鼠标悬浮提示在图形边缘时可能出现位置错误的问题 #302

0.11.0 (2019-11-22)

  • 🌟G2Plot 0.11.0
JavaScript
1
https://gitee.com/xsnxj/g2plot.git
git@gitee.com:xsnxj/g2plot.git
xsnxj
g2plot
G2Plot
master

搜索帮助