Charts.js graph not scaling to canvas size

后端 未结 11 1192
隐瞒了意图╮
隐瞒了意图╮ 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:27

    A little late to the party, but I struggled with this problem a lot, particularly on a page with multiple charts.

    This little tidbit solved it all - my charts all now fit nicely, and resize exactly with the divs they are in.

    Add this to your page styles (The 8px is personal preference. Change if needed):

    
    

    For the appropriate Divs:

提交回复
热议问题