javascript - Change only the label text in Google gantt chart -


i'm using google's gantt chart , wish change text of label (not the tooltip). example, 1 of labels says "this long label test width of label on google gantt chart" , wish on label "this ...". on tooltip, display full text.

if make change in when adding row

data.addrows([         ['research', 'this long label test width of label on google gantt chart' 

it changes both label , tooltip. change label. please see jfiddle , image below. how can done?

enter image description here


Comments

Popular posts from this blog

javascript - Why Selenium can't find an element that is graphically visible -

java - How to compare two classes -

mysql - Gateway Timeout Error on Insert 70000 record using Hibernate in Java -