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: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
