TargetProcess / tauCharts

D3 based data-focused charting library. Designed with passion. Flexible.
https://www.taucharts.com
Other
1.91k stars 118 forks source link

DOM nodes ordering is too complex #566

Open alexanderby opened 5 years ago

alexanderby commented 5 years ago

I don't remember comparing the sortChildren function performance to D3 order function, but it looks much more simple. The sortChildren function is used to raise an element, pointed by cursor, or group of elements, highlighted in legend, and also sort bars.

See #337 and #345.