Pyecharts Versions Save

🎨 Python Echarts Plotting Library

v2.0.5

2 months ago

version 2.0.5

Add

  • issue#2259 增加 GeoItem 用来兼容仅传入经纬度数据的模式
  • issue#2254 增加对 Numpy 和 Pandas 非原生数据结构作为数据入参的错误提示。

Updated

Fixed

  • issue#2236 修复 LegendOptsborder_width 在特定配置下导致的样式异常问题
  • issue#2264 修复 Grid 下多个 DataZoomOpts 失效的问题
  • issue#2265 修复 Sankey 的配置错误问题

version 2.0.5

Add

  • issue#2259 Add GeoItem for compatibility with incoming latitude/longitude data only.
  • issue#2254 Add an error alert for Numpy and Pandas non-native data structures as data inputs.

Updated

  • issue#2227 Update the part of Sunburst configuration.
  • issue#2263 Update Emphasis configuration to all charts.
  • issue#2240 Update the part of Radar configuration.
  • issue#2286 Update the part of VisualMapOpts configuration.

Fixed

  • issue#2236 Fix style anomalies in LegendOpts.border_width caused by certain configurations.
  • issue#2264 Fix multiple DataZoomOpts failures under `Grid.
  • issue#2265 Fix Sankey configuration bug.

v2.0.4

8 months ago

version 2.0.4

Add

Updated

  • issue#2213 更新 Kline 的配置,增加 K 线柱状图宽度的配置
  • issue#2211 更新 Graph 图下, GraphNodeGraphLink 的配置
  • issue#2194 更新 Sankey 的配置,增加 EdgeLabel 的配置与 LabelOpts 一致。
  • issue#2176 更新 ThemeRiver 的配置。

version 2.0.4

Add

Updated

  • issue#2213 Updated Kline configuration, added K-line bar width configuration.
  • issue#2211 Updated configuration of Graph graph, GraphNode and GraphLink.
  • issue#2194 Updated Sankey configuration to add EdgeLabel configuration to match LabelOpts.
  • issue#2176 Updated ThemeRiver configuration.

v2.0.3

1 year ago

version 2.0.3

Add

  • pr#2158 增加一个渲染配置方式(将 js 文件嵌入 HTML 文件)by @omixwxm

Fixed

  • issue#2144 修复使用 timelinelegend 选择状态异常
  • issue#2153 修复 Grid.visualMap 的异常
  • issue#2165 修复 Line 图使用 dataset 异常的问题

Updated

  • 代码覆盖率:99% image
  • 2.0.3 之后请使用 LegendOpts.selected_map 而不是 add_yaxis.is_selected
    • 因为原来的方式会导致部分配置冲突,因此统一使用 LegendOptsLegend 初始是否选中进行配置

Add

  • pr#2158 Add a rendering configuration (embedding js files into HTML files) by @omixwxm

Fixed

  • issue#2144 Fix legend selection state exception when using timeline
  • issue#2153 Fix exception for Grid.visualMap.
  • issue#2165 Fix dataset exception for Line diagrams

Updated

  • Code coverage: 99%.
  • Please use LegendOpts.selected_map instead of is_selected.
    • As the previous use of is_selected caused some configuration conflicts, subsequent versions have been configured using LegendOpts.

v2.0.2

1 year ago

version 2.0.2

Add

Fixed


version 2.0.2

Add

Fixed