blacklabel / multicolor_series

Other
21 stars 14 forks source link

Threshold limit on data points? #26

Open RyanBacastow opened 7 years ago

RyanBacastow commented 7 years ago

We are implementing the multicolor_series and seem to be stumbling when trying to incorporate a large amount of data points(stock prices by milliseconds since 2012). It seems like past a certain threshold none of the data points show as colored. We've tried multiple date reformatting and parsing and we don't think the error is in our date formats. Do you have any insight on what might be causing none of the colors to render with a large dataset?

pawelfus commented 7 years ago

This is caused by turboThreshold, try to increase that value.