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

Popular posts from this blog

android - Gradle sync Error:Configuration with name 'default' not found -

java - Andrioid studio start fail: Fatal error initializing 'null' -

html - jQuery UI Sortable - Remove placeholder after item is dropped -