earthcubeprojects-chords / chords

EarthCube CHORDS application code
GNU General Public License v2.0
25 stars 13 forks source link

Live graph doesn't display for large number of variables #592

Closed MisterMartin closed 1 year ago

MisterMartin commented 1 year ago

When the number of variables for an instrument gets greater than about 10, the instrument live chart doesn't appear at all.

I suspect that it has to do with the x and y axis labelling and/or the variable selectors.

This behavior is seen on the development release (a0745a0) (2022-05-20 19:58:42 UTC), as well as the current development build (82334e2).

MisterMartin commented 1 year ago

The problem was that the js was only allocating colors for 10 variables.

Fixed in 4f79e51ece.