You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by sh...@apache.org on 2020/04/07 14:13:35 UTC

[incubator-echarts] branch master updated: [#12386] Added series.typeNames values values to english lang.

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 9088d73  [#12386] Added series.typeNames values values to english lang.
     new 57dd7a3  Merge pull request #12387 from BrianGilbert/feature/12386-chart-types-english-translation
9088d73 is described below

commit 9088d73da11ad867667292fbdc20134906f372b0
Author: Brian Gilbert <br...@realityloop.com>
AuthorDate: Mon Apr 6 13:00:55 2020 +1000

    [#12386] Added series.typeNames values values to english lang.
---
 src/langEN.js | 26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)

diff --git a/src/langEN.js b/src/langEN.js
index dea29d7..0df1872 100644
--- a/src/langEN.js
+++ b/src/langEN.js
@@ -65,6 +65,32 @@ export default {
             lang: ['Right Click to Save Image']
         }
     },
+    series: {
+        typeNames: {
+            pie: 'Pie chart',
+            bar: 'Bar chart',
+            line: 'Line chart',
+            scatter: 'Scatter plot',
+            effectScatter: 'Ripple scatter plot',
+            radar: 'Radar chart',
+            tree: 'Tree',
+            treemap: 'Treemap',
+            boxplot: 'Boxplot',
+            candlestick: 'Candlestick',
+            k: 'K line chart',
+            heatmap: 'Heat map',
+            map: 'Map',
+            parallel: 'Parallel coordinate map',
+            lines: 'Line graph',
+            graph: 'Relationship graph',
+            sankey: 'Sankey diagram',
+            funnel: 'Funnel chart',
+            gauge: 'Guage',
+            pictorialBar: 'Pictorial bar',
+            themeRiver: 'Theme River Map',
+            sunburst: 'Sunburst'
+        }
+    },
     aria: {
         general: {
             withTitle: 'This is a chart about "{title}"',


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