Wijmo Chart Reset Zoom

Leah·2021년 6월 17일
0

wijmo chart Reset Zoom
위즈모에서 제공하는 reset() 함수는 다른것들도 다같이 초기화 하는듯 (쓸모가 없다 이말이야...)

resetZoom () {
  this.chart.axisX.min = this.chart.axisX.max = null
  this.chart.axisY.min = this.chart.axisY.max = null
}
profile
Programmer since 2016

0개의 댓글