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?
Comments
Post a Comment