Hello!
Using: timeline-2.9.0.zip CHAP
When i use "groupsWidth" timeline doesn't work
WORKS OK:
var options1 = {
'locale': 'es',
'width': 'auto',
'height': 'auto',
'editable': false,
'showMajorLabels': true,
'groupsChangeable': false,
'zoomMin': 3600000,
'layout': 'box'
};
NOT WORKS
var options1 = {
'locale': 'es',
'width': 'auto',
'height': 'auto',
'editable': false,
'showMajorLabels': true,
'groupsChangeable': false,
'zoomMin': 3600000,
'groupsWidth': '120px',
'layout': 'box'
};
Previos versions works fine.
Thanks a lot!
Eduardo de la Torre