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

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

serialization - Convert Any type in scala to Array[Byte] and back -

SonarQube Plugin for Jenkins does not find SonarQube Scanner executable -