From ae504991a3d49a92370f23881f7dc70f450320e0 Mon Sep 17 00:00:00 2001 From: Edithabich Date: Sun, 15 Oct 2023 13:03:28 +0300 Subject: [PATCH] SEO-176496-js-page-with-redirect-links --- js/Chart/Chart-Series.md | 6 +++--- js/Gantt/How-to/Change-Splitter-position.md | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/js/Chart/Chart-Series.md b/js/Chart/Chart-Series.md index 0c68bae79..b45324f77 100644 --- a/js/Chart/Chart-Series.md +++ b/js/Chart/Chart-Series.md @@ -12,7 +12,7 @@ api : /api/js/ejchart ## Multiple Series -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. +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. {% highlight javascript %} @@ -56,7 +56,7 @@ In EjChart, you can add multiple series object in the [`series`](../api/ejchart# ### Customizing all series together -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. +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. N> The inline properties of the series has the first priority and override the commonSeriesOptions. @@ -176,7 +176,7 @@ When the combination of Cartesian and accumulation series types are added to the ## Init Series render -The [`initSeriesRender`](../api/ejchart#members:initseriesrender) property controls whether the series has to be rendered at initial loading of chart. +The [`initSeriesRender`](../api/js/ejchart#members:initseriesrender) property controls whether the series has to be rendered at initial loading of chart. 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. {% highlight javascript %} diff --git a/js/Gantt/How-to/Change-Splitter-position.md b/js/Gantt/How-to/Change-Splitter-position.md index 686812c0a..248deb886 100644 --- a/js/Gantt/How-to/Change-Splitter-position.md +++ b/js/Gantt/How-to/Change-Splitter-position.md @@ -79,4 +79,4 @@ $("#set_index").click(function () { {% endhighlight %} -You can find the JS playground sample for this methods [here](http://jsplayground.syncfusion.com/Sync_qxj4bcda "Demo Link"). \ No newline at end of file +You can find the JS playground sample for this methods [here](https://jsplayground.syncfusion.com/Sync_qxj4bcda "Demo Link"). \ No newline at end of file