gevgeny / angular2-highcharts

:bar_chart: :chart_with_upwards_trend: Highcharts for your Angular project
MIT License
381 stars 113 forks source link

multi language support #258

Open ghost opened 6 years ago

ghost commented 6 years ago

this.options = { title : { text : 'simple chart' }, series: [{ data: [29.9, 71.5, 106.4, 129], }] };

In this how do i use multi language for title.Also i want to use multilanguage in x and y axis

Jrubzjeknf commented 6 years ago

You can get the options from their respective demo.