Chart Tailwind update

pull/4239/head
Tuğçe Küçükoğlu 2023-08-03 09:35:48 +03:00
parent d616d12a16
commit 9a3f89eb23
1 changed files with 5 additions and 0 deletions

View File

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