File tree Expand file tree Collapse file tree 4 files changed +2
-8
lines changed
playground/src/pages/Components Expand file tree Collapse file tree 4 files changed +2
-8
lines changed Original file line number Diff line number Diff line change 7
7
<v-col cols =" 12" sm =" 6" >
8
8
<v-card variant =" flat" >
9
9
<v-card-item >
10
- <highcharts :options =" chartOptions1" ></ highcharts >
10
+ <highcharts :options =" chartOptions1" / >
11
11
</v-card-item >
12
12
</v-card >
13
13
</v-col >
14
14
<v-col cols =" 12" sm =" 6" >
15
15
<v-card variant =" flat" >
16
16
<v-card-item >
17
- <highcharts :options =" chartOptions" ></ highcharts >
17
+ <highcharts :options =" chartOptions" / >
18
18
</v-card-item >
19
19
</v-card >
20
20
</v-col >
@@ -168,7 +168,6 @@ const chartOptions1 = ref({
168
168
},
169
169
],
170
170
})
171
-
172
171
</script >
173
172
174
173
<style lang="scss" scoped></style >
Original file line number Diff line number Diff line change 19
19
</template >
20
20
21
21
<script setup lang="ts">
22
- import type L from ' leaflet'
23
22
import { LMap , LTileLayer } from ' @vue-leaflet/vue-leaflet'
24
23
import type { PointExpression } from ' leaflet'
25
24
import { ref } from ' vue'
@@ -53,7 +52,6 @@ const hookUpDraw = async () => {
53
52
console .log (geofence )
54
53
})
55
54
}
56
-
57
55
</script >
58
56
59
57
<style scoped></style >
Original file line number Diff line number Diff line change @@ -62,7 +62,6 @@ const afterMapReady = () => {
62
62
console .error (' Error initializing SplitMap control:' , error )
63
63
}
64
64
}
65
-
66
65
</script >
67
66
68
67
<style lang="scss"></style >
Original file line number Diff line number Diff line change 1
1
import { defineNuxtPlugin } from '#app'
2
- import Highcharts from 'highcharts'
3
2
import HighchartsVue from 'highcharts-vue'
4
- import stockInit from 'highcharts/modules/stock'
5
3
6
4
export default defineNuxtPlugin ( {
7
5
name : 'highcharts-vue' ,
You can’t perform that action at this time.
0 commit comments