You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by wa...@apache.org on 2022/06/30 09:37:44 UTC

[echarts-handbook] branch master updated: typo corrected

This is an automated email from the ASF dual-hosted git repository.

wangzx pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/echarts-handbook.git


The following commit(s) were added to refs/heads/master by this push:
     new 488a824  typo corrected
     new 4fca0fb  Merge pull request #57 from omkar787/master
488a824 is described below

commit 488a8244e86b63fac7afabd799079c25647ef190
Author: Omkar Bhoir <71...@users.noreply.github.com>
AuthorDate: Thu Jun 30 14:54:37 2022 +0530

    typo corrected
    
    "stacked bar chart" should be "stacked line chart"
---
 contents/en/how-to/chart-types/line/stacked-line.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/contents/en/how-to/chart-types/line/stacked-line.md b/contents/en/how-to/chart-types/line/stacked-line.md
index cc98cee..7f5c6e5 100755
--- a/contents/en/how-to/chart-types/line/stacked-line.md
+++ b/contents/en/how-to/chart-types/line/stacked-line.md
@@ -23,7 +23,7 @@ option = {
 };
 ```
 
-However, without clarification, it is hard for us to judge whether it is a stacked line chart or normal line chart. Therefore, filling color for the area under the line is recommended to indicate for a stacked bar chart.
+However, without clarification, it is hard for us to judge whether it is a stacked line chart or normal line chart. Therefore, filling color for the area under the line is recommended to indicate for a stacked line chart.
 
 ```js live
 option = {


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org
For additional commands, e-mail: commits-help@echarts.apache.org