Vue Gantt - scaleTypeRange
Selector: DxScaleTypeRange
Type:
Use the scaleTypeRange.min and scaleTypeRange.max properties to limit zoom in the Gantt chart.
App.vue
- <template>
- <DxGantt ... >
- <DxScaleTypeRange
- min="days"
- max="years"
- />
- <!-- ... -->
- </DxGantt>
- </template>
- <script>
- import 'devextreme/dist/css/dx.light.css';
- import 'devexpress-gantt/dist/dx-gantt.css';
- import {
- DxGantt,
- DxScaleTypeRange,
- // ...
- } from 'devextreme-vue/gantt';
- export default {
- components: {
- DxGantt,
- DxScaleTypeRange,
- // ...
- }
- };
- </script>
See Also
Feel free to share topic-related thoughts here.
If you have technical questions, please create a support ticket in the DevExpress Support Center.
Thank you for the feedback!
If you have technical questions, please create a support ticket in the DevExpress Support Center.