Skip to content
Advertisement

Tag: highcharts

Legend on bottom with highcharts

I am using highcharts to draw some charts. I use the basic line plot like this: http://www.highcharts.com/demo/spline-irregular-time How can I display the legend under the chart area instead of at the right? http://www.highcharts.com/demo/column-stacked-percent Thx Answer marginBottom can be used to put legend on bottom of chart. You can still use legend property to move legend for example in the middle

Highcharts DateTime Localization

Can someone point me to how I can localize the date-related Strings which are hardcoded in the HighCharts js-file. For instance, instead of the default ‘Feb’ date label in the x-axis, I would want the chart to display the localized value ‘Fév’. I tried implementing the localization by setting the options on the language object before the chart is instantiated:

Advertisement