File tree Expand file tree Collapse file tree 4 files changed +24
-24
lines changed Expand file tree Collapse file tree 4 files changed +24
-24
lines changed Original file line number Diff line number Diff line change 100
100
enabled : false ,
101
101
} ,
102
102
stroke : {
103
- colors : [ "#fff" ] ,
104
- width : 0.2
103
+ width : 1 ,
104
+ colors : [ '#000' ] ,
105
105
} ,
106
106
labels : Array . apply ( null , { length : 32 } ) . map ( function ( el , index ) {
107
107
return index + 1 ;
132
132
type : 'image' ,
133
133
opacity : 0.87 ,
134
134
image : {
135
- src : '../../assets/images/4274635880_809a4b9d0d_z .jpg' ,
136
- width : 466 ,
137
- height : 406
138
- }
135
+ src : 'https://cdn.pixabay.com/photo/2023/10/08/17/04/swirls-8302543_1280 .jpg' ,
136
+ width : 600 ,
137
+ height : 600 ,
138
+ } ,
139
139
} ,
140
140
} ,
141
141
Original file line number Diff line number Diff line change @@ -31,8 +31,8 @@ dataLabels: {
31
31
enabled: false,
32
32
},
33
33
stroke: {
34
- colors: ["#fff"] ,
35
- width: 0.2
34
+ width: 1 ,
35
+ colors: ['#000'],
36
36
},
37
37
labels: Array.apply(null, {length: 32}).map(function(el, index){
38
38
return index + 1;
@@ -63,10 +63,10 @@ fill: {
63
63
type: 'image',
64
64
opacity: 0.87,
65
65
image: {
66
- src: '../../assets/images/4274635880_809a4b9d0d_z .jpg',
67
- width: 466 ,
68
- height: 406
69
- }
66
+ src: 'https://cdn.pixabay.com/photo/2023/10/08/17/04/swirls-8302543_1280 .jpg',
67
+ width: 600 ,
68
+ height: 600,
69
+ },
70
70
},
71
71
</options >
72
72
Original file line number Diff line number Diff line change 83
83
enabled : false ,
84
84
} ,
85
85
stroke : {
86
- colors : [ "#fff" ] ,
87
- width : 0.2
86
+ width : 1 ,
87
+ colors : [ '#000' ] ,
88
88
} ,
89
89
labels : Array . apply ( null , { length : 32 } ) . map ( function ( el , index ) {
90
90
return index + 1 ;
115
115
type : 'image' ,
116
116
opacity : 0.87 ,
117
117
image : {
118
- src : '../../assets/images/4274635880_809a4b9d0d_z .jpg' ,
119
- width : 466 ,
120
- height : 406
121
- }
118
+ src : 'https://cdn.pixabay.com/photo/2023/10/08/17/04/swirls-8302543_1280 .jpg' ,
119
+ width : 600 ,
120
+ height : 600 ,
121
+ } ,
122
122
} ,
123
123
} ;
124
124
Original file line number Diff line number Diff line change 103
103
enabled : false ,
104
104
} ,
105
105
stroke : {
106
- colors : [ "#fff" ] ,
107
- width : 0.2
106
+ width : 1 ,
107
+ colors : [ '#000' ] ,
108
108
} ,
109
109
labels : Array . apply ( null , { length : 32 } ) . map ( function ( el , index ) {
110
110
return index + 1 ;
135
135
type : 'image' ,
136
136
opacity : 0.87 ,
137
137
image : {
138
- src : '../../assets/images/4274635880_809a4b9d0d_z .jpg' ,
139
- width : 466 ,
140
- height : 406
141
- }
138
+ src : 'https://cdn.pixabay.com/photo/2023/10/08/17/04/swirls-8302543_1280 .jpg' ,
139
+ width : 600 ,
140
+ height : 600 ,
141
+ } ,
142
142
} ,
143
143
} ,
144
144
You can’t perform that action at this time.
0 commit comments