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
This is similar to `dash.callback` where you don't need the `app` object. It makes it possible to use these
13
-
functions in the `pages` folder of a multi-page app without running into the circular `app` imports issue.
9
+
- `dash.get_relative_path`
10
+
- `dash.strip_relative_path`
11
+
- `dash.get_asset_url`
12
+
This is similar to `dash.callback` where you don't need the `app` object. It makes it possible to use these
13
+
functions in the `pages` folder of a multi-page app without running into the circular `app` imports issue.
14
+
15
+
### Updated
16
+
- [#1911](https://github.com/plotly/dash/pull/1911) Upgrade Plotly.js to v2.9.0 (from v2.8.3).
17
+
- Adds `ticklabelstep` to axes to reduce tick labels while still showing all ticks.
18
+
- Displays the plotly.js version when hovering on the modebar. This helps debugging situations where there might be multiple sources of plotly.js, for example `/assets` vs the versions built into `dcc` or `ddk`.
0 commit comments