scatter plot - How to add title of axis in Highcharts -
i'm implementing data visualization feature in self design web application using highcharts, i'm facing problem, can not add title of axis on chart, i've survey , tried, still doesn't working.
the following web of that, , original source.
web:http://140.138.152.9/test3d.html
original source: http://www.highcharts.com/demo/3d-scatter-draggable
you can add title xaxis , yaxis in way.
yaxis: {             title: {                 text:'here y axis  title',              }        }, xaxis: {             title: {                 text:'here  x axis  title',              }        }   here fiddle
Comments
Post a Comment