Hi!
Is there a way to change the topTier format and bottomTier format for all the units? (Week, Month, Year)
I have my default timeLineSettings like this but when I make a zoomIn or zoomOut the format change.
Also, Is there a way to change the language to Spanish?
Thanks!!
const [timeLineSettings] = useState({
timelineUnitSize: 40,
topTier: {
format: 'MMM',
unit: 'Month',
},
bottomTier: {
format: 'dddd',
unit: 'Day',
},
});