juttle / juttle-viz

Juttle Visualization Library
Apache License 2.0
11 stars 4 forks source link

Make timechart series comparisons case insensitive #45

Open mstemm opened 8 years ago

mstemm commented 8 years ago

Got my friend to try out the stock prices example program. Initial impression was that he tried to use 'close' in the series filter to just select the close price, but since it didn't match 'Close' it didn't work. Maybe the series filter match should be case insensitive?

dmehra commented 8 years ago

Thoughts: either yes make the matching case insensitive, or have autocomplete in the series filter and make that case insensitive i.e. substitute your "closing" for "Closing" in the filter box, so it's a bit more explicit.