imbwaldo

Results 3 comments of imbwaldo

Thanks very much, @johnpapa, for the terrific extension! I've noticed this behavior, too—I want to change … ` "activityBar.activeBorder": "#ff80fb", ` … to some other color, since I'm just not...

Hey, @vrde and @diegotraid, I found that adding an explicit `resize()` fixed the problem. Here's my function, `bwChart` being the name of my chart instance: ``` function chartWide() { bwChart.options.plugins.title.display...

Thanks, @kostia1st. I eventually found this worked for me (see last two lines): ``` function chartWide() { yeahChart.options.aspectRatio = 2; yeahChart.options.plugins.title.display = false; yeahChart.options.plugins.legend.position = 'right'; yeahChart.options.plugins.legend.title.display = true; yeahChart.options.plugins.legend.title.position...