HTML5 charts, customizing legend item size

Hello, 

I am trying to customize the legend itme font size for a bar chart in HTML 5 charts. According to the highcharts docs it should be legened.itemStyle.fontSize="10px" or  , but when I added the propety in the chart properties, it did not change the font size, I event tried legened.itemStyle.fomtSize= new Integer(10).

any idea? 

thanks in advance.

 

haidar_hadi_205's picture
Joined: May 14 2014 - 12:47pm
Last seen: 8 years 11 months ago

1 Answer:

I solved this issue by remove the double quotes legened.itemStyle.fontSize=10px

haidar_hadi_205's picture
Joined: May 14 2014 - 12:47pm
Last seen: 8 years 11 months ago
Feedback
randomness