React Chart - margin
Type:
App.vue
- <template>
- <DxChart ... >
- <DxMargin
- :top="20"
- :bottom="20"
- :left="30"
- :right="30"
- />
- </DxChart>
- </template>
- <script>
- import 'devextreme/dist/css/dx.common.css';
- import 'devextreme/dist/css/dx.light.css';
- import DxChart, {
- DxMargin
- } from 'devextreme-vue/chart';
- export default {
- components: {
- DxChart,
- DxMargin
- },
- // ...
- }
- </script>
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.