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.