You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@echarts.apache.org by GitBox <gi...@apache.org> on 2018/10/11 03:06:00 UTC

[GitHub] Ovilia commented on issue #9196: Echarts theme

Ovilia commented on issue #9196: Echarts theme
URL: https://github.com/apache/incubator-echarts/issues/9196#issuecomment-428804154
 
 
   If a them is downloaded as a JS file, it will auto register itself:
   
   ```js
   // Import the `vintage.js` file in HTML, then:
   var chart = echarts.init(dom, 'vintage');
   // ...
   ```
   
   Please see: http://echarts.apache.org/tutorial.html#Overview%20of%20Style%20Customization
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@echarts.apache.org
For additional commands, e-mail: dev-help@echarts.apache.org