VaadinForVisualization add-on Column Chart left Alignment problem

hi,

This is my first post on this forum. I am newbie in Vaadin. I have just implemented the Column Chart using VaadinForVisualization API.

Where I am facing aligment issue. I am not able to set left alignment of Column Chart.

What I was trying is as follows:

	cc.setOption("chartArea.left", 0);
	cc.setOption("chartArea.top", 0);

OR

	cc.setOption("left", 0);
	cc.setOption("top", 0);

But didn’t succeed. Can anyone help me in this regard. If you need more information on same then I can post.

Kind Regards,
Naren

Hi Narendra

did you find a solution for your problem? I faced with the same issue.

Greets