ckyycc/ngx-hana-nameserver-history-viewer

zoom in issues

hsuvictor opened this issue · 2 comments

Following two issues can be reproduced on all charts:

  1. zoom-in does't work when mouse-up at the edge area.
  2. After zooming in, the new zoomed area is not coming from the marked location.

Following two issues can be reproduced on all charts:

  1. zoom-in does't work when mouse-up at the edge area.
  2. After zooming in, the new zoomed area is not coming from the marked location.

Both these two are related to chartjs-plugin-zoom. For detail, please refer to the opening issues of chartjs-plugin-zoom below:
issue 1: chartjs/chartjs-plugin-zoom#149
issue 2: chartjs/chartjs-plugin-zoom#154

Now, chartjs-plugin-zoom is included in code directly with related fixes. It should work now, closing this issue.