Generalize on-demand dependency loading from chart.js #241
falkoschindler
started this conversation in
Ideas / Feature Requests
Replies: 1 comment 1 reply
-
See #524 for a related discussion. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In chart.js we load various Highchart submodules on demand, i.e. only if a
ui.chart
is used (#211, #212). Usually we exclude unused dependencies withui.run(..., exclude=...)
. But maybe we can generalize the approach from chart.js to other elements?Beta Was this translation helpful? Give feedback.
All reactions