Skip to content

echarts

withTheme

在线设计 后,下载主题并导入,即可马上看到效果。

试一试

签名

withTheme(option: EChartsOption, theme: Theme): EChartsOption

参数

  1. option (EchartsOption): 图表配置项
  2. theme (Theme): 主题配置

返回值

(EchartsOption): 原图表配置(注:不会拷贝副本)

types

正在奋笔疾书..