123456789101112131415161718192021222324252627282930 |
- import { commonConfig } from '../../js/config'
- export const settingConfig = {
-
- displayOption: {
- dataAllocation: {
-
- enable: false
- }
- }
- }
- const customConfig = {
- type: 'picture',
- root: {
- version: '2023071001'
- },
- customize: {
- url: '',
- radius: 0,
- opacity: 100
- }
- }
- export const dataConfig = {
- ...commonConfig(customConfig)
- }
|