Topic on Extension talk:Chartie

DGWKJacobs (talkcontribs)

Is it possible to make the width of the total chart including legend a percentage of the screen width? Auto doesnt quite work for me since it expands the screen to the right.

DGWKJacobs (talkcontribs)

I changed: chart[id].width  = Math.max(((window.innerWidth  !== 0) ? window.innerWidth  : screen.width )-220, 735); in Chartie.js. -220 set to -420 makes it fit the screen.