Skip to content

Commit

Permalink
Merge pull request #12387 from BrianGilbert/feature/12386-chart-types…
Browse files Browse the repository at this point in the history
…-english-translation

[#12386] Added series.typeNames values values to english lang.
  • Loading branch information
pissang authored Apr 7, 2020
2 parents 5817659 + 9088d73 commit 57dd7a3
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions src/langEN.js
Original file line number Diff line number Diff line change
Expand Up @@ -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}"',
Expand Down

0 comments on commit 57dd7a3

Please sign in to comment.