JavaScript/jQuery Gantt - scaleTypeRange
Type:
Use the scaleTypeRange.min and scaleTypeRange.max properties to limit zoom in the Gantt chart.
index.js
- $(function() {
- $("#gantt").dxGantt({
- scaleTypeRange: {
- min: 'days',
- max: 'years'
- },
- // ...
- });
- });
See Also
Feedback