angular2-highcharts icon indicating copy to clipboard operation
angular2-highcharts copied to clipboard

multi language support

Open ghost opened this issue 6 years ago • 1 comments

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

ghost avatar Feb 22 '18 13:02 ghost

You can get the options from their respective demo.

Jrubzjeknf avatar Apr 24 '18 08:04 Jrubzjeknf