Chart Tailwind update

This commit is contained in:
Tuğçe Küçükoğlu 2023-08-03 09:35:48 +03:00
parent d616d12a16
commit 9a3f89eb23

View file

@ -3551,5 +3551,10 @@ export default {
resizehelper: { resizehelper: {
class: ['absolute hidden w-px z-10 bg-blue-500 dark:bg-blue-300'] class: ['absolute hidden w-px z-10 bg-blue-500 dark:bg-blue-300']
} }
},
// CHART
chart: {
root: 'relative'
} }
}; };