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
Copy file name to clipboardExpand all lines: articles/components/charts/charttypes.adoc
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -334,7 +334,7 @@ You should add the error bar series first, to have it rendered lower in the char
334
334
335
335
Plot options for error bar charts have type [classname]`PlotOptionsErrorBar`. See the API documentation for details of the plot options.
336
336
337
-
NOTE: Although most <<css-styling#css.styling,visual styles are defined in CSS>>, some options, such as [parameter]`whiskerLength`, are set through the Java API.
337
+
NOTE: Although most <<styling#css.styling,visual styles are defined in CSS>>, some options, such as [parameter]`whiskerLength`, are set through the Java API.
Waterfall charts can be <<css-styling#css.styling,styled by CSS>> using the following classes: [literal]`.highcharts-waterfall-series`, [literal]`.highcharts-point`, [literal]`.highcharts-negative`, [literal]`.highcharts-sum`, [literal]`.highcharts-intermediate-sum`.
1616
+
Waterfall charts can be <<styling#css.styling,styled by CSS>> using the following classes: [literal]`.highcharts-waterfall-series`, [literal]`.highcharts-point`, [literal]`.highcharts-negative`, [literal]`.highcharts-sum`, [literal]`.highcharts-intermediate-sum`.
1617
1617
1618
1618
ifdef::web[]
1619
1619
The example continues in the following subsections.
@@ -2491,7 +2491,7 @@ The data labels properties in the [classname]`DataLabels` class are summarized i
2491
2491
- [methodname]`format`: [classname]`String` a format string for the label (see more at <<configuration#charts.configuration.format.string,"Using Format Strings">>)
2492
2492
- [methodname]`formatter`: [classname]`String` a format string containing a JavaScript function for the label (see more at <<configuration#charts.configuration.format.formatter,"Using a JavaScript Formatter">>)
2493
2493
2494
-
Also, data labels can be <<css-styling#css.styling,styled by CSS>> with [literal]`.highcharts-data-label-box` and [literal]`.highcharts-data-label` class names.
2494
+
Also, data labels can be <<styling#css.styling,styled by CSS>> with [literal]`.highcharts-data-label-box` and [literal]`.highcharts-data-label` class names.
0 commit comments