Chart.js - 更改容器高度时无响应

时间:2016-10-05 14:11:25

标签: charts chart.js

我将圆环图添加到仪表板框中。仪表板框可以改变宽度和高度。当我更改宽度 - 图表更改大小时,但当增加/减少高度图表确实自己的大小时。enter image description here

我的chart.js选项:

options: {
  segmentShowStroke: false,
  percentageInnerCutout : 64,
  responsive: true,
  maintainAspectRatio: false,
  scaleShowLabels: false,
  legend: {
    display: false
  },
}

0 个答案:

没有答案