position - Google Visualization: Sankey chart move label -


if first line small, label cut (see pic). knows solution? enter image description here

i found solution: set top , buttom padding of container

.sankeychart {     padding-top: 10px;     padding-bottom: 10px; } 

after every draw set overflow visible

container.find('svg').css("overflow", "visible"); 

Comments

Popular posts from this blog

many to many - Django Rest Framework ManyToMany filter multiple values -

java - Jasper subreport showing only one entry from the JSON data source when embedded in the Title band -

Java Entity Manager - JSON reader was expecting a value but found 'db' -