简体   繁体   中英

How to extend and customize ember-charts

I am using ember-charts component. In that component am using timeSeries graph.

How can I customize,extend the legends,hover effects?

This question isn't specific enough for a very good answer, but generally:

Documentation is available at http://addepar.github.io/ember-charts/#/ember-charts/documentation , some things can be configured in this way.

If you're hoping to change the appearance of a chart, you can typically just write CSS that will apply to the chart. Use your browser's debugging tools to find the part of the chart you want to configure, or look at https://github.com/Addepar/ember-charts/blob/master/src/css/ember-charts.less to get an idea of what might be configurable.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM