This is a Mozilla fork of the re:dash project (https://redash.io/), where we do work to be contributed back to the upstream project and for our own custom needs.
BSD 2-Clause "Simplified" License
20
stars
21
forks
source link
Bug 1661665 - Backport fix wrong Y-axis range for stacked bar chart (#5029) #1012
getredash/redash#5026 Fix wrong Y-axis range for stacked bar chart
Update tests
Use Plotly's built-in algorinthm to compute Y-axis range
Update tests
Revert previous solution (yRange-related code)
Revert other unrelated changes
Revert other unrelated changes
Move chart rendering to own file and ensure that rendering steps will occur in necessary order
Reduce amount of plot updates by mergin separate updates into a sigle cumulative update
Give better names for several functions
This is just a backport from upstream to fix https://bugzilla.mozilla.org/show_bug.cgi?id=1661665.