Version 3.3.0
Application Changes
- Replace the
use_latest_plotly
application configuration setting withuse_plotly_v3
to set the version of Plotly.js to use in the application. The default value isfalse
. - Remove the
stable
andlatest
labels from Plotly.js versions. See "Component Changes" for more information. - Change the color scale for both "Monthly Aggregate Score" and "Monthly Average Score" heatmaps to provide more contrast across the range.
- Use different color scales for "Monthly Aggregate Score" and "Monthly Average Score" heatmaps due to the former having an order of magnitude large scale.
- Standardize on colors from the IBM Design Language for chart colorways.
- Add missing page titles on various pages.
- Standardize use of
page_title
variable across all Panelists and Shows pages.
Component Changes
- Upgrade Plotly.js versions and introduce Plotly.js 3.0.0-rc.1
- Plotly.js v2.x has been upgraded from 2.28.0 (formerly labeled
stable
) and 2.35.0 (formerly labeledlatest
) to 2.35.2- Both
plotly-latest.min.js
andplotly-stable.min.js
symlinks will point toplotly.min.js
, which in turn points to 2.35.2
- Both
- Setting
use_plotly_v3
totrue
will use 3.0.0-rc.1 - Previous versions of the Plotly.js files remain under
app/static/js
for the time being and will be removed in a future release
- Plotly.js v2.x has been upgraded from 2.28.0 (formerly labeled
Pull Request(s): #59
Full Changelog: v3.2.2...v3.3.0