When playing around with the timeframe and interval of a Timeline, I've noticed some inconsistencies.
How to reproduce:
- Use the example code to push some user visits data into Joola (elasticsearch provider).
- Include jQuery and joola.js on a blank page
- Add the following code and change the
timeframe and interval vars.
Examples that show the inconsistencies:
When playing around with the
timeframeandintervalof a Timeline, I've noticed some inconsistencies.How to reproduce:
timeframeandintervalvars.Examples that show the inconsistencies:
timeframe = last_hour,interval = second-> Produces a chart with no values.timeframe = last_day,interval = minute-> Produces n chart with no values.timeframe = last_30_days,interval = day-> Shows a negative yAxis (values are correct)