ofirk12
Posts: 3
Joined: Mon Dec 26, 2016 9:14 am

highcharts legend in hebrew

Hello i work with highcharts in react.

when i use legend and put some word in english+hebrew the hebrew is opposite , like the example its need to be :Tens60:נירים but i get like this :Tens60:םירינ what i need to do ?
stpoa

Re: highcharts legend in hebrew

Hi,

Have you tried setting useHTML to true?
All modern browsers reliably support bidirectional text in SVG, though there might be problems writing complex HTML strings that are parsed and displayed using SVG. As a workaround for this, in Highcharts all text options are accompanied by an additional option, useHTML. When using HTML, all browsers handle bidirectional text without a problem. Note that in order for this to show correctly on exported charts, you need to set the exporting.allowHTML option. For an overview over the different settings, go to api.highcharts.com and search for useHTML.

http://www.highcharts.com/docs/advanced ... nalization
Regards.
ofirk12
Posts: 3
Joined: Mon Dec 26, 2016 9:14 am

Re: highcharts legend in hebrew

i think that i used but this was only to the title..
thanks its work now

Return to “Highslide JS Usage”