zmcode opened a new issue, #19159:
URL: https://github.com/apache/echarts/issues/19159

   ### What problem does this feature solve?
   
   api地址: https://echarts.apache.org/zh/api.html#echarts.registerTheme
   
   api中的theme这个参数, 只是说是一个对象, 我看了下源代码中是一个普通的key, value对象类型
   
   https://github1s.com/apache/echarts/blob/HEAD/src/core/echarts.ts#L2764
   
   但是我并不知道它最终支持echart中的哪些配置项(实在看不懂源码最终合并的逻辑), 
[官网提供的主题配置](https://echarts.apache.org/zh/theme-builder.html)似乎只支持部分配置, 
我想知道完整的配置
   
   
   
   
源码中是在[这个方法](https://github1s.com/apache/echarts/blob/HEAD/src/model/Global.ts#L1006)中,
 对setOption方法中的配置跟theme定义的配置合并的吗?
   
   
   
   ### What does the proposed API look like?
   
   我registerTheme 这个api 方法能说明支持的具体配置项, 让更多开发者习惯的设置主题, 减少代码量


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to