juijs / jui-chart

SVG-based JUI chart that can be used in the browser and Node.js. Support many types of charts. (Dashboard, Map, Topology, Full 3D, Realtime)
https://codepen.io/collection/nLydod/
57 stars 25 forks source link

Interactive charts? #183

Open cmburns opened 5 years ago

cmburns commented 5 years ago

Dear all,

I am very new to JUI framework and I really love it! Let me ask one question:

Is it possible to make the charts interactive? This means if I click on a bar of a barchart then a 2nd barchart will show some detailed information - something which is called 'drilldown'. Is that possible with JUI - if yes how?

Thanks a lot!

seogi1004 commented 5 years ago

I went on vacation and the answer was late. JUI charts are designed to allow for various combinations instead of pursuing dynamic.

But some basic animations are available. You can set the 'animate' option to true.

See the 'this.drawAnimate' method in column brush code. https://github.com/juijs/jui-chart/blob/master/js/brush/column.js