Heim > Fragen und Antworten > Hauptteil
Wie im Bild gezeigt, wie man die Konfigurationselemente so einstellt, dass der Y-Achsenwert nicht angezeigt wird
phpcn_u15822017-06-12 09:31:13
yAxis : [
{
axisLabel : {
formatter: function(){
return "";
}
}
}
]
formatter后面跟方法时,y轴的显示值由方法的返回值决定