We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c5d156 commit 7053a05Copy full SHA for 7053a05
packages/highcharts-theme/css/salt-highcharts-theme.css
@@ -129,6 +129,8 @@
129
.highcharts-theme-salt .highcharts-legend-item-hidden > text,
130
.highcharts-theme-salt .highcharts-legend-item-hidden span {
131
opacity: 0.2;
132
+ /* v12 adds a strike-through line to hidden legend items */
133
+ text-decoration: none;
134
}
135
136
.highcharts-theme-salt .highcharts-legend-item-hidden .highcharts-focus-border {
packages/highcharts-theme/src/default-options.ts
@@ -71,6 +71,9 @@ export const getDefaultOptions = (
71
bullet: {
72
borderRadius: 0,
73
},
74
+ waterfall: {
75
+ borderRadius: 0,
76
+ },
77
scatter: {
78
marker: {
79
// Agreed in design set value
0 commit comments