Charts.js graph not scaling to canvas size

后端 未结 11 1188
隐瞒了意图╮
隐瞒了意图╮ 2020-12-08 09:45

I\'m trying to make a graph with Charts.js (current one is just a really simple example I\'m trying to get working, somewhat taken from the Chart.js documentation) and the g

11条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-08 10:15

    If your element doesn't have a width & a height "attribute" (not the css attribute). Try setting each of them them to 1 (Since its just a ratio)

    
    

提交回复
热议问题