Adjust the styles of charts to match your theme's UI design.
Become a backer or sponsor to support our work.
All of ECharts have a class name called .echarts
, moreover, there are some additional class names for indicating the state:
initializing
: the chart was initializing.initialized
: the chart has been initialized.1.echarts {
2 margin: 2rem 0;
3}