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
Hi, can you tell me if there is an option to disable the module for graphs in which I don't need to use category grouping?
For example, how is this done for the export module:
exporting: {
enabled: false
}
Highcharts is a global namespace and all modules are registered under this name. That is why an imported module in Ch2 works also in the Ch1. The same is with custom wraps.
My apologies for the late reply. This plugin enables grouped categories for all charts. You don't need to disable it, simply use basic config for categories:
Hi, can you tell me if there is an option to disable the module for graphs in which I don't need to use category grouping?
For example, how is this done for the export module:
exporting: {
enabled: false
}
Highcharts is a global namespace and all modules are registered under this name. That is why an imported module in Ch2 works also in the Ch1. The same is with custom wraps.
"highcharts": "^9.1.2",
"highcharts-grouped-categories": "^1.2.0",
"highcharts-react-official": "^3.0.0",
The text was updated successfully, but these errors were encountered: