摘要: 1.scale yAxis: { scale:true } scale设置为true后,坐标刻度不会从0开始。注意仅在type:'value'时有效。 2. min yAxis: { min: 'dataMin' // 最小值 }, min设置为dataMin会使最小刻度从data中最小值开始。 也 阅读全文
posted @ 2020-06-08 19:45 珞珞9527 阅读(24879) 评论(0) 推荐(0)