apache / echarts-doc

Official repository of Apache ECharts documentation

Home Page:https://echarts.apache.org/option.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The useDirtyRect feature should be added to the API doc and etc

Clarkkkk opened this issue · comments

  1. The useDirtyRect feature should be added in echarts.init.

  2. It is worth mentioned that when calling echarts.init with opts, a null should also be passed if no need to specify a theme:

const chart = echarts.init(dom, null, {renderer: 'svg'});