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

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

matplotlib support failed in PyCharm on OSX -

python - Matplotlib: TypeError: 'AxesSubplot' object is not callable -