所以我有一个canvas元素,我想使用Angular库绘制一个图表。我设法绘制它,但问题是canvas元素不占用包含div的高度,它需要一个随机高度。以前有人有这个问题吗?我还使用了ChartJs库(http://www.chartjs.org/docs/)中的resize()方法,但它似乎不起作用。有人有想法吗?
提前致谢!
答案 0 :(得分:0)
尝试更改默认值。
// Boolean - whether or not the chart should be responsive and resize when the browser does.
responsive: true,
// Boolean - whether to maintain the starting aspect ratio or not when responsive, if set to false, will take up entire container
maintainAspectRatio: false
阅读详情:http://www.chartjs.org/docs/#chart-configuration-global-configuration