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

Legend on set brush config #194

Closed irawan2018 closed 5 years ago

irawan2018 commented 5 years ago

I have 2 chart (multi axis). I want set legend separately group by brush of chart: { type : "legend", orient : "left", filter : true, brush : 0 } ,{ type : "legend", orient : "right", filter : true, brush : 1 } It's look bug: 'length' of undefined.

seogi1004 commented 5 years ago

2.5.6 version check please. Fixed a bug that caused script errors when using multiple legends.

seogi1004 commented 5 years ago

Please check the example page. https://github.com/juijs/jui-chart/blob/master/examples/multi_axis_with_zoom_for_date.html