<template>
<div id='test'></div>
</template>
<script>
import Highcharts from 'highcharts'
import sankey from 'highcharts/modules/sankey'
sankey(Highcharts)
import exporting from 'highcharts/modules/exporting'
exporting(Highcharts)
import organization from "highcharts/modules/organization"
organization(Highcharts)
expoort default{
data(){
chartOptions:{}
},
mounted(){
Highcharts.chart('test',this.chartOptions)
}
}
</script>
Vue2 使用Highcharts 关系图
最新推荐文章于 2024-09-13 22:31:25 发布