BigFatDog / parcoords-es

ES6 module of Syntagmatic's Parallel Coordinates
MIT License
62 stars 32 forks source link

Clicking the column titles hides data? #75

Open IPWright83 opened 5 years ago

IPWright83 commented 5 years ago

I've noticed that a single click on one of the column titles causes the entire chart to render with no data. Am I missing something or is this a bug?

If this is a bug, any pointers as to where it might be located, might be able to look at fixing it. I've noticed it on the slickgrid-hidex-axis.html page.

NoData

IPWright83 commented 5 years ago

Ok so I've noticed some of the other examples don't do this. I think calling reoderable() effects it. If I turn this off then I can single click fine. Then if I double click the axis inverts and the chart renders empty at that point instead.

IPWright83 commented 5 years ago

Ok so changing the brushMode to 1D-axes seems to remove the problem. That'll be enough for me for the time being.