Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions js/Chart/Chart-Series.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}

Expand Down Expand Up @@ -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.

Expand Down Expand Up @@ -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 %}
Expand Down
2 changes: 1 addition & 1 deletion js/Gantt/How-to/Change-Splitter-position.md
Original file line number Diff line number Diff line change
Expand Up @@ -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").
You can find the JS playground sample for this methods [here](https://jsplayground.syncfusion.com/Sync_qxj4bcda "Demo Link").