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 2019/06/10 02:51:56 UTC

[GitHub] [incubator-echarts] Ovilia commented on issue #10634: Plugin system tutorial

Ovilia commented on issue #10634: Plugin system tutorial
URL: https://github.com/apache/incubator-echarts/issues/10634#issuecomment-500275132
 
 
   Sorry, I'm afraid we don't have such instructions currently. Mostly because to provide such a document, we have to cover so much detail that it doesn't seem possible right now.
   To make a custom axis, the simplest way is to change the source code, add a `XXXAxisView.js` that extends `CartesianAxisView.js` under `src/component/axis`. Then, you should probably need to search for `CartesianAxisView` and replace it when necessary.

----------------------------------------------------------------
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.
 
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