Open blacktender opened 6 years ago
New comment from Zendesk by Anthony Piris on ticket 37218. (replying here will automatically notify amCharts support agent)
Hi there,
Make sure you have a valueScrollbar
defined in your config like in the demos you linked in order to enable the horizontal scrollbar in the gantt chart. If you want the vertical scrollbar, define a chartScrollbar
.
const config = {
// ...
valueScrollbar: {
// ... horizontal scrollbar
// ... takes all properties for chartScrollbar
},
chartScrollbar: {
// ... vertical scrollbar
},
// ...
}
I hope this helps.
Best,
Anthony Piris amCharts
We already have defined valueScrollbar and chartScrollbar in our gantt chart config objects and there are no scrollbars. Actually, we use the same configs that are defined in demos, but with React component it doesn't work (those examples that are described in my first message).
Hello!
https://www.amcharts.com/demos/gantt-chart/ https://www.amcharts.com/demos/gantt-chart-dates/
Horizontal vertical is not drawn.
What could be the problem?
Thanks