Hi,
After updating Highcharts Dashboards to version 3.0.0, `styledMode` is now disabled by default for the Highcharts Component. For those of you who wish to keep using `styledMode`, you can enable it in the settings with the following code in your Highcharts Component options:
Code: Select all
{
chartOptions: {
chart: {
styledMode: true
}
}
}
If you prefer to keep it disabled, make sure that you do not import the `highcharts.css` file to avoid any unwanted styling effects.
Best regards,