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/13 10:21:33 UTC

[echarts-handbook] branch master updated: docs: legend

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 63f7887  docs: legend
     new a6f2ef9  Merge pull request #53 from ashgo-x/patch-1
63f7887 is described below

commit 63f78879d35d9561f9ecf7e1f3d738a40be28366
Author: Ash Go <10...@users.noreply.github.com>
AuthorDate: Mon Jun 13 10:07:57 2022 +0800

    docs: legend
---
 contents/en/concepts/legend.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/contents/en/concepts/legend.md b/contents/en/concepts/legend.md
index 44334a0..f761881 100644
--- a/contents/en/concepts/legend.md
+++ b/contents/en/concepts/legend.md
@@ -4,7 +4,7 @@ Legends are used to annotate the content in the chart using different colors, sh
 
 ## Layout
 
-Legend is always placed at the upper right corner of the chart. All legends in the same page need to be consistent, align horizontally or vertically by considering the layout of the overall chart space. When the chart have little vertical space or the content area is crowded, it is also a good choice to put legent on the bottom of the chart. Here are some layouts of the legend:
+Legend is always placed at the upper right corner of the chart. All legends in the same page need to be consistent, align horizontally or vertically by considering the layout of the overall chart space. When the chart has little vertical space or the content area is crowded, it is also a good choice to put the legend on the bottom of the chart. Here are some layouts of legend:
 
 ```js live
 option = {


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