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
From the point of view of code, the current implementation is correct.
From the point of view of usability, though, it's incorrect.
As the first chart in ali is latencyChart, pressing L the first time does not change to the next chart, which is percentiles.
This problem does not happen with backwards button (H), and is easily fixed with changing start position to 0 (which is a fact).
I'm finishing a PR that will fix this problem.
The text was updated successfully, but these errors were encountered:
OK, so this one is actually weird.
From the point of view of
code
, the current implementation is correct.From the point of view of usability, though, it's incorrect.
As the first chart in ali is
latencyChart
, pressingL
the first time does not change to the next chart, which is percentiles.This problem does not happen with backwards button (H), and is easily fixed with changing start position to 0 (which is a fact).
I'm finishing a PR that will fix this problem.
The text was updated successfully, but these errors were encountered: