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
{{ message }}
This repository was archived by the owner on Jun 5, 2026. It is now read-only.
I find the arguments in https://everydayanalytics.ca/2014/08/stacked-area-graphs-are-not-your-friend.html to be very convincing and think it can be hard to interpret stacked graphs beyond seeing what the total value is. Some of our stacked graphs are more readable than others. It can be a useful visual cue when in the "Blocks loaded / sec" panel in the "Queries" dashboard is all red but it is difficult to interpret others like "Data fetched / sec" panel in the same dashboard.
Below is a quick grep for all the $.stack references in the repo.
I find the arguments in https://everydayanalytics.ca/2014/08/stacked-area-graphs-are-not-your-friend.html to be very convincing and think it can be hard to interpret stacked graphs beyond seeing what the total value is. Some of our stacked graphs are more readable than others. It can be a useful visual cue when in the "Blocks loaded / sec" panel in the "Queries" dashboard is all red but it is difficult to interpret others like "Data fetched / sec" panel in the same dashboard.
Below is a quick grep for all the
$.stackreferences in the repo.