chart.js-node-ssr-example icon indicating copy to clipboard operation
chart.js-node-ssr-example copied to clipboard

Labels being clipped on SvgCanvas vs. node-canvas

Open AshMcConnell opened this issue 2 years ago • 1 comments

Hi Folks,

Has anyone come across this issue? Looks like the clipping for the label text is off a little?

Svg-Canvas: - somefile

Node-Canvas NormalCanvas

Thanks for your help! Ash

AshMcConnell avatar Feb 06 '23 15:02 AshMcConnell

I've realised this is to do with the datatype of the labels. If they are numbers it doesn't properly calculate the width, but when converting 2021 to '2021' it works as expected

AshMcConnell avatar Feb 09 '23 16:02 AshMcConnell