Skip to content

Commit 38a4ea1

Browse files
committed
docs: fix charts styling cross references
1 parent b47cef3 commit 38a4ea1

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

articles/components/charts/basic-use.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ layout.add(chart);
2626

2727
The chart types are described in <<charttypes#charts.charttypes,"Chart Types">>.
2828
The main parts of a chart are illustrated in <<figure.charts.overview.elements>>.
29-
Styling a chart is discussed in <<css-styling#charts.styling,"Chart Styling">>
29+
Styling a chart is discussed in <<styling#charts.styling,"Chart Styling">>
3030

3131
[[figure.charts.overview.elements]]
3232
.Chart Elements

articles/components/charts/charttypes.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@ You should add the error bar series first, to have it rendered lower in the char
334334

335335
Plot options for error bar charts have type [classname]`PlotOptionsErrorBar`. See the API documentation for details of the plot options.
336336

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.
338338

339339

340340
=== Error Bar Example
@@ -1613,7 +1613,7 @@ configuration.getxAxis().setType(AxisType.CATEGORY);
16131613
...
16141614
----
16151615
endif::web[]
1616-
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`.
16171617

16181618
ifdef::web[]
16191619
The example continues in the following subsections.
@@ -2491,7 +2491,7 @@ The data labels properties in the [classname]`DataLabels` class are summarized i
24912491
- [methodname]`format`: [classname]`String` a format string for the label (see more at <<configuration#charts.configuration.format.string,"Using Format Strings">>)
24922492
- [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">>)
24932493

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.
24952495

24962496

24972497
[[charts.charttypes.markers]]

articles/components/charts/configuration.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ pass:[<!-- vale Vale.Spelling = YES -->]
4444

4545

4646
For data configuration, see <<data#charts.data,"Chart Data">>.
47-
For styling, see <<css-styling#charts.styling,"Chart Styling">>.
47+
For styling, see <<styling#charts.styling,"Chart Styling">>.
4848

4949
[[charts.configuration.plotoptions]]
5050
== Plot Options

articles/components/charts/migrating-from-earlier-versions.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Configuration conf = chart.getConfiguration();
5151
conf.getChart().setStyledMode(true);
5252
----
5353

54-
See the <<css-styling#,CSS Styling guide>> for detailed instructions.
54+
See the <<styling#,CSS Styling guide>> for detailed instructions.
5555

5656
[[v10]]
5757
=== Migrating from Vaadin 10
@@ -74,7 +74,7 @@ Configuration conf = chart.getConfiguration();
7474
conf.getChart().setStyledMode(true);
7575
----
7676

77-
See the <<css-styling#,CSS Styling guide>> for detailed instructions.
77+
See the <<styling#,CSS Styling guide>> for detailed instructions.
7878

7979
=== Running Charts 9 in Vaadin 14
8080

@@ -112,7 +112,7 @@ Configuration conf = chart.getConfiguration();
112112
conf.getChart().setStyledMode(true);
113113
----
114114

115-
See the <<css-styling#,CSS Styling guide>> for detailed instructions.
115+
See the <<styling#,CSS Styling guide>> for detailed instructions.
116116

117117

118118
[discussion-id]`CA191212-B228-4F07-9F40-BC0C68F84FA0`

0 commit comments

Comments
 (0)