Vue+Highcharts完全使用
2019-02-25 16:11:22来源:博客园 阅读 ()
创建Comp组件
<template> <div class="x-bar"> <div :id="id" :option="option"></div> </div> </template> <script> import HighCharts from 'highcharts' import highchartsMore from 'highcharts/highcharts-more'; highchartsMore(HighCharts); export default { name: "Comp", props: { id: { type: String }, option: { type: Object } }, mounted() { HighCharts.chart(this.id, this.option) } } </script>
创建使用组件
<template> <div class="charts"> <x-chart :id="id" :option="option"></x-chart> </div> </template> <script> import XChart from './comp.vue' import HighCharts from 'highcharts' export default { name: "WdataCharts", data() { return { id: 'datacharts', option: { chart: { polar: true, type: 'line' }, credits: { enabled: true, text: '', href: '' }, exporting: { enabled: true, buttons: { exportButton: { enabled: true } } }, title: { text: 'w' }, subtitle: { text: '数据来源: w' } , xAxis: { categories: ['1', '2', '3', '4', '5', '6'], tickmarkPlacement: 'on', lineWidth: 0 }, yAxis: { gridLineInterpolation: 'polygon', lineWidth: 0, min: 0, labels: { formatter: function () { return this.value + "%"; } } }, tooltip: { shared: true, pointFormat: '<span style="color:{series.color}">{series.name}: <b>{point.y:,.0f}%</b><br/>' }, legend: { align: 'right', verticalAlign: 'top', y: 100, layout: 'vertical' }, plotOptions: {}, series: [{ name: '2017', data: [0, 0, 0, 0, 0, 0], pointPlacement: 'on' }, { name: '2016', data: [0, 0, 0, 0, 0, 0], pointPlacement: 'on' }] },mounted() { HighCharts.chart(this.id, this.option) }
原文链接:https://www.cnblogs.com/wangpeili/p/10424951.html
如有疑问请与原作者联系
标签:
版权申明:本站文章部分自网络,如有侵权,请联系:west999com@outlook.com
特别注意:本站所有转载文章言论不代表本站观点,本站所提供的摄影照片,插画,设计作品,如需使用,请与原作者联系,版权归原作者所有
- 关于jQuery UI 使用心得及技巧 2020-03-29
- js中去掉字串左右空格 2020-03-20
- Js中如何使用sort() 2020-03-18
- 使用JS在浏览器中判断当前网络连接状态的几种方法 2020-03-12
- 在JavaScript中尽可能使用局部变量的原因 2020-03-08
IDC资讯: 主机资讯 注册资讯 托管资讯 vps资讯 网站建设
网站运营: 建站经验 策划盈利 搜索优化 网站推广 免费资源
网络编程: Asp.Net编程 Asp编程 Php编程 Xml编程 Access Mssql Mysql 其它
服务器技术: Web服务器 Ftp服务器 Mail服务器 Dns服务器 安全防护
软件技巧: 其它软件 Word Excel Powerpoint Ghost Vista QQ空间 QQ FlashGet 迅雷
网页制作: FrontPages Dreamweaver Javascript css photoshop fireworks Flash