Recent Releases of pyecharts

pyecharts - Version 2.0.7

Version 2.0.7

Added * 增加对于高德地图 AMap 的兼容,使用方式参考 BMap

Updated * #2380 更新一些配置的引用位置和方式 markline, markarea 增加动画配置项:https://github.com/pyecharts/pyecharts/issues/2362 * #2350 更新 timeline 支持 3D 图。 * #2385 支持 marimo 渲染 pyecharts 图表。 * #2373 支持 Page 使用 is_embed_js 参数用于离线可视化 * CI 增加 Python 3.13 的测试,版本兼容 Python 3.13 * AxisOpts 增加 animation_opts 配置 * LabelOpts 增加 is_value_animation(valueAnimation) 配置

Fixed * #2380 修复 timeline 的 bug,关联:https://github.com/pyecharts/pyecharts/issues/2361 * 修复 AnimationOpts 错误的类型提示

- Python
Published by sunhailin-Leo over 1 year ago

pyecharts - Version 2.0.6

Version 2.0.6 - 2024-06-20 (Current)

Add * issue#2325 增加 RenderSepType 用于执行渲染换行符 * pr#2338 Migrate the test code from nose to nose2/unittest * pr#2347 增加 add_js_events 实验性 API 添加 JS 操作函数 * pr#2348 增加 Emphasis3DOpts, BlurOpts, SelectOpts, TreeLeavesOpts 配置项

Updated * pr#2256 仪表盘指针配置项 GaugePointerOpts 支持设置样式 itemstyle_opts * pr#2338 更新 DataZoomOpts 配置 * pr#2338 更新 ThreeAxisChart 配置 * pr#2347 更新 boxplot, custom, effectscatter, funnel, kline, pie, radar charts configuration. * pr#2348 更新 bar, boxplot, funnel, heatmap, parallel, pie, tree charts configuration * pr#2345 更新 series_options.py (Graph-Label-textBorder) * pr#2350 更新 Timeline + 3D charts(可能存在部分场景不兼容) * pr#22 更新 world.js * pr#23 更新 v5 静态资源版本到 Echarts 5.5.0

Fixed * pr#2286 修复 VisualMapOpts::outofrange * pr#2338 修复 BarBackgroundStyleOpts * pr#2338 修复 Timeline + Geo

- Python
Published by sunhailin-Leo over 1 year ago

pyecharts - Version 2.0.5

version 2.0.5

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

Updated * issue#2227 增加部分 Sunburst 的配置 * issue#2263 所有的图表增加 Emphasis 的配置 * issue#2240 更新 Radar 图的配置 * issue#2286 更新 VisualMapOpts 的配置

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](https://github.com/pyecharts/pyecharts/issues/2265) FixSankey` configuration bug.

- Python
Published by sunhailin-Leo almost 2 years ago

pyecharts - Version 2.0.4

version 2.0.4

Add * issue#2219试验性】更新 Geo 支持 Pie 图的配置 * issue#2096 增加 conda-forgerecipes 文件 pull-requests#23709

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


version 2.0.4

Add * issue#2219 [EXPERIMENTAL] Updated Geo to support Pie diagram configuration. * issue#2096 added recipes file for `conda-forge pull-requests#23709

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.

- Python
Published by sunhailin-Leo over 2 years ago

pyecharts - Version 2.0.3

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.

- Python
Published by sunhailin-Leo almost 3 years ago

pyecharts - Version 2.0.2

version 2.0.2

Add * issue#2118 Graph 图增加参数 * issue#2125 Line 图增加参数

Fixed * issue#2116 修复 Grid.visualMap 的异常


version 2.0.2

Add * issue#2118 Add Graph arguments * issue#2125 Add Line arguments

Fixed * issue#2116 Fix Grid.visualMap error

- Python
Published by sunhailin-Leo about 3 years ago