Skip to content

SEO-203719-js-img-alt-tag-missing-hotfix #532

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: hotfix/hotfix-v30.1.37
Choose a base branch
from
Open
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
10 changes: 5 additions & 5 deletions js/Chart/Chart-Series.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: post
title: Multiple chart series
description: Learn how to render different types of series in chart.
description: Check out and learn here all about how to render different types of series in Syncfusion JavaScript Chart and much more details.
platform: js
control: Chart
documentation: ug
Expand Down Expand Up @@ -48,7 +48,7 @@ In EjChart, you can add multiple series object in the [`series`](../api/js/ejcha

{% endhighlight %}

![](/js/Chart/Chart-Series_images/Chart-Series_img1.png)
![multiple series object in chart.](/js/Chart/Chart-Series_images/Chart-Series_img1.png)


[Click](https://ej2.syncfusion.com/home/#!/azure/chart/column) here to view the multiple series online demo sample.
Expand Down Expand Up @@ -99,7 +99,7 @@ The following code example explains on how to enable marker, tooltip and animati

{% endhighlight %}

![](/js/Chart/Chart-Series_images/Chart-Series_img2.png)
![Customizing all series together in chart.](/js/Chart/Chart-Series_images/Chart-Series_img2.png)


## Combination Series
Expand Down Expand Up @@ -128,7 +128,7 @@ EjChart allows you to render the combination of different series in the chart.

{% endhighlight %}

![](/js/Chart/Chart-Series_images/Chart-Series_img3.png)
![Combination Series in chart.](/js/Chart/Chart-Series_images/Chart-Series_img3.png)


[Click](https://ej2.syncfusion.com/home/#!/azure/chart/combination) here to view the combination series online demo sample.
Expand Down Expand Up @@ -172,7 +172,7 @@ When the combination of Cartesian and accumulation series types are added to the

{% endhighlight %}

![](/js/Chart/Chart-Series_images/Chart-Series_img4.png)
![Limitation of combination chart.](/js/Chart/Chart-Series_images/Chart-Series_img4.png)

## Init Series render

Expand Down
Loading