|
@@ -7,7 +7,7 @@
|
|
|
:style="{
|
|
:style="{
|
|
|
...getComponentAttrStyle(item.attr, index),
|
|
...getComponentAttrStyle(item.attr, index),
|
|
|
...getFilterStyle(item.styles),
|
|
...getFilterStyle(item.styles),
|
|
|
- ...getTranstormStyle(item.styles)
|
|
|
|
|
|
|
+ ...getTransformStyle(item.styles)
|
|
|
}"
|
|
}"
|
|
|
>
|
|
>
|
|
|
<component
|
|
<component
|
|
@@ -24,7 +24,7 @@
|
|
|
import { PropType, computed } from 'vue'
|
|
import { PropType, computed } from 'vue'
|
|
|
import { ChartEditStorageType } from '../../index.d'
|
|
import { ChartEditStorageType } from '../../index.d'
|
|
|
import { chartColors } from '@/settings/chartThemes/index'
|
|
import { chartColors } from '@/settings/chartThemes/index'
|
|
|
-import { animationsClass, getFilterStyle, getTranstormStyle } from '@/utils'
|
|
|
|
|
|
|
+import { animationsClass, getFilterStyle, getTransformStyle } from '@/utils'
|
|
|
import { getSizeStyle, getComponentAttrStyle } from '../../utils'
|
|
import { getSizeStyle, getComponentAttrStyle } from '../../utils'
|
|
|
|
|
|
|
|
const props = defineProps({
|
|
const props = defineProps({
|