ECharts 5.0.1-rc.1 released, an interactive chart visualization library implemented by JS

Apache ECharts (incubating) 5.0.1-rc.1 is released. ECharts is an open source visualization library implemented using JavaScript, which can run smoothly on PCs and mobile devices, compatible with most current browsers (IE8/9/10/11, Chrome, Firefox, Safari, etc.), and the underlying layer relies on vector graphics The library ZRender provides intuitive, interactive and highly personalized data visualization charts.

Major updates in this version:

  • [Feature] New minimal import API. Improve export option type  #13890  ( pissang )
  • [Fix] [tooltip] Fix markPoint tool error prompt  #13992  ( susiwen8 )
  • [Fix] [loading] Fix  showLoading center alignment and  fontSize invalidity. Add  fontFamilyfontWeightfontStyle # 13972  ( yufeng04 )
  • [Fix] [gauge]  pointer.offsetCenter No icon is invalid  # 13966  ( yufeng04 )
  • [Fix] [dataset] Fix the automatic legend error from the data set  #13930  ( 100pah )
  • [Fix] [handler] Fix that the tooltip cannot be hidden when moving out of the view window occasionally #693  ( pissang )
  • [Fix] [tooltip] Fixed the problem that the text color cannot be changed in the tooltip  #13848  ( susiwen8 )
  • [Fix] [tooltip] Fix the problem that borderColor cannot be changed in the tooltip #13771  ( susiwen8 )
  • [fix] [axis] Fix the error when the maximum value of the category axis is greater than the data length  #13733  ( Ovilia )
  • [fix] [svg] Fix the problem that the SVG renderer cannot be used to export the chart in IE  #13732  ( plainheart )
  • [Fix] [bar] Improve and fix some bar race charts  #13994  ( 100pah )
  • [Fix] Fix the global name usage that may cause errors in other environments  #13984  ( pissang )

Check the update details: https://github.com/apache/echarts/releases/tag/5.0.1-rc.1

Guess you like

Origin www.oschina.net/news/126371/echarts-5-0-1-rc-1