Annotated Time Line set size

HI

I want set the size of the Annotated TimeLine Chart from the “visualizationsforvaadin”-Addon, but it doesn’t work. I use setWidth(“400px”), but it is always 700px.

How can I set the size of this chart?

Greets

Hi

I set the size with css.

.v-annotatedtimeline.v-annotatedtimeline embed{
	width: 479px;
        height: 200px;
}

Greets