Hi, the canvas of the chartjs is cutting of the content (top left and bottom right). There is a solution for that but it doesn't work in koolreport. Do you have a hint for me?

...
"options" => array(
				"layout"=>array(
					"padding"=>array(
						"top"=>10,
						"right"=>10,
					),
				),
...

Edit: My mistake, it did work.