如何在angular-google-charts中缩放Google折线图?

时间:2019-07-11 12:47:15

标签: angular angular6 google-visualization

我正在使用angular-google-charts在我的应用程序中绘制折线图。我想添加一个可缩放功能,因为数据点过多。我怎么能达到同样的目的?

我在选项中传递了以下属性

explorer: {
          actions: ['dragToZoom', 'rightClickToReset'],
          axis: 'horizontal',
          keepInBounds: true,
          maxZoomIn: 4.0
     }

0 个答案:

没有答案