You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've switched to feature/#175 and still get inconsistent behaviors (after running grunt build). The top two points above still produce empty charts (looks a bit different than before), the third point still occurs exactly as it did before.
When playing around with the
timeframe
andinterval
of a Timeline, I've noticed some inconsistencies.How to reproduce:
timeframe
andinterval
vars.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)The text was updated successfully, but these errors were encountered: