Highcharts - Posibble to change the text zoom to other worlding? -
is possible change "zoom" text in highcharts custom text?
please refer link below.
[http://jsfiddle.net/gh/get/jquery/1.9.1/highslide-software/highcharts.com/tree/master/samples/stock/demo/area/][1]
you can use setoptions apply lang parameter.
highcharts.setoptions({ lang:{ resetzoom: 'your own text', resetzoomtitle: 'your own zoom title' } });
Comments
Post a Comment