admin管理员组文章数量:1332865
I cannot design the sunburst in the dashboard. I tried to switch off styledMode ...but nothing It look like Highchart Dashboard ignore the setting styledMode. Is ist possible to start Highchart Dashboard without styledmode ?
outside of Dashboard it looks like this enter image description here
inside Dashboard: enter image description here
I cannot design the sunburst in the dashboard. I tried to switch off styledMode ...but nothing It look like Highchart Dashboard ignore the setting styledMode. Is ist possible to start Highchart Dashboard without styledmode ?
outside of Dashboard it looks like this enter image description here
inside Dashboard: enter image description here
Share asked Nov 22, 2024 at 6:47 PitRanldPitRanld 1 1- Please clarify your specific problem or provide additional details to highlight exactly what you need. As it's currently written, it's hard to tell exactly what you're asking. – Community Bot Commented Nov 22, 2024 at 11:20
1 Answer
Reset to default 0In Highcharts Dashboards, styled mode is enabled by default. Unfortunately, you can't disable styled mode for Highcharts Dashboards as a whole.
However, you can customize the styles by overriding the default CSS. You can create your own CSS rules to style the components as per your requirements.
Start with importing the default CSS stylesheets:
@import url("https://code.highcharts/dashboards/css/dashboards.css");
@import url("https://code.highcharts/dashboards/css/datagrid.css");
Then you can add your own CSS rules to customize the appearance of the sunburst chart or any other component. For example:
.highcharts-series {
fill: #ff0000; /* Example: Change series fill color */
}
本文标签: i have problems with combining highchart sunburst with highchart dashboardStack Overflow
版权声明:本文标题:i have problems with combining highchart sunburst with highchart dashboard - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1742293335a2448226.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论