Skip to content

Version 2.0.9

Choose a tag to compare

@sunhailin-Leo sunhailin-Leo released this 10 Oct 07:53
· 1 commit to master since this release
64ba867

⚠️ Attention

这个版本是 Echarts 5.x 的最后支持版本。在下一个版本中,将开始支持 Echarts 6.x.
This version is the last support for Echarts 5.x. In the next version, it will start with Echarts 6.x.


📝 ChangeLog

Updated

  • 更新 Table 类参数添加方式,加入参数 **kwargs,扩展 Table 对接 prettytable 的其他参数。
  • 更新 MarkPointOptsMarkPointItemOpts 以及 LabelOpts
  • 更新 Line,加入参数 end_label_opts 适配。

Fixed

  • 修复 Grid 图场景下,chart_id 不生效的问题。
  • 修复 Grid 图场景下,datazoomvisualmap 在生成的 HTML 文件中的配置重复问题。
  • 修复 Grid 图场景下若干索引问题。
  • 修复 Pagecss_libs 被异常覆盖。

Updated

  • Update the way parameters are added to the Table class by adding the parameter **kwargs to expand other parameters for Table to interface with prettytable.
  • Update MarkPointOptsMarkPointItemOpts and LabelOpts.
  • Update Line parameter end_label_opts

Fixed

  • Fix the problem that chart_id is not effective in the Grid chart scenario.
  • Fix the duplicate configuration problem of datazoom and visualmap in the generated HTML file in the Grid chart scenario.
  • Fix several index issues in the Grid chart scenario.
  • Fix the abnormal override of css_libs in Page chart.

🧑‍🤝‍🧑 Contributor

👏 Thanks to many contributors below:

@jiangyangcreate
@GOKORURI007
@Feikoritsema