-
Notifications
You must be signed in to change notification settings - Fork 12k
Closed
Milestone
Description
as the code below, the legend box height is binded to the label fontSize, can i customize the legend box height independent of the label fontSize, like the boxWidth ?
`
// Draw the box
ctx.strokeRect(cursor.x, cursor.y, this.options.labels.boxWidth, this.options.labels.fontSize);
ctx.fillRect(cursor.x, cursor.y, this.options.labels.boxWidth, this.options.labels.fontSize);
`
maxprilutskiy, bennmapes, gamesover, carlosrberto, rjurado01 and 10 more