Skip to content

Commit 2143c89

Browse files
Merge pull request #430 from Syncfusion-Content/hotfix/hotfix-v23.2.4
DOCINFRA-2341_merged_using_automation
2 parents e1d178d + 153eb8e commit 2143c89

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

js/Chart/Chart-Series.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ api : /api/js/ejchart
1212

1313
## Multiple Series
1414

15-
In EjChart, you can add multiple series object in the [`series`](../api/ejchart#members:series) options. The series are rendered in the order it is added to the [`series`](../api/ejchart.html#members:series) option, by default. You can change this order by using the [`zOrder`](../api/ejchart#members:series-zOrder) option.
15+
In EjChart, you can add multiple series object in the [`series`](../api/js/ejchart#members:series) options. The series are rendered in the order it is added to the [`series`](../api/js/ejchart#members:series) option, by default. You can change this order by using the [`zOrder`](../api/js/ejchart#members:series) option.
1616

1717
{% highlight javascript %}
1818

@@ -56,7 +56,7 @@ In EjChart, you can add multiple series object in the [`series`](../api/ejchart#
5656

5757
### Customizing all series together
5858

59-
By using the [`commonSeriesOptions`](../api/ejchart#members:commonseriesoptions), you can customize the series options for all the series commonly, instead of setting the options directly on each series object.
59+
By using the [`commonSeriesOptions`](../api/js/ejchart#members:commonseriesoptions), you can customize the series options for all the series commonly, instead of setting the options directly on each series object.
6060

6161
N> The inline properties of the series has the first priority and override the commonSeriesOptions.
6262

@@ -176,7 +176,7 @@ When the combination of Cartesian and accumulation series types are added to the
176176

177177
## Init Series render
178178

179-
The [`initSeriesRender`](../api/ejchart#members:initseriesrender) property controls whether the series has to be rendered at initial loading of chart.
179+
The [`initSeriesRender`](../api/js/ejchart#members:initseriesrender) property controls whether the series has to be rendered at initial loading of chart.
180180
This property will be useful in scenarios where chart is placed at the bottom of the web page and we need to render the series only when the chart is visible while scrolling to the top.
181181

182182
{% highlight javascript %}

js/Gantt/How-to/Change-Splitter-position.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,4 +79,4 @@ $("#set_index").click(function () {
7979

8080
{% endhighlight %}
8181

82-
You can find the JS playground sample for this methods [here](http://jsplayground.syncfusion.com/Sync_qxj4bcda "Demo Link").
82+
You can find the JS playground sample for this methods [here](https://jsplayground.syncfusion.com/Sync_qxj4bcda "Demo Link").

0 commit comments

Comments
 (0)