As shown in the figure, how to set the configuration items so that the y-axis value is not displayed
phpcn_u15822017-06-12 09:31:13
yAxis : [
{
axisLabel : {
formatter: function(){
return "";
}
}
}
]
When formatter is followed by a method, the display value of the y-axis is determined by the return value of the method