代码语言:javascript复制
<template>
<view>
<highcharts :options="chartOptions"></highcharts>
</view>
</template>
代码语言:javascript复制<script>
// #ifdef H5
import {Chart} from 'highcharts-vue'
export default {
components: {
highcharts: Chart
},
data() {
return {
chartOptions: {
chart: {
type: 'bar',
// backgroundColor: 'rgba(0,0,0,1)',
backgroundColor: 'transparent' // 背景色通明
// plotBackgroundImage: '../images/ssybg.jpg'/*背景色用图片代替*/
},
title: {
// text: null // 不展示标题
text: 'this is my title',
floating: false, /* 是否浮动,设置浮动后,标题将不占用图表区位置 */
// margin:130,/*标题和图表区的间隔,当有副标题时,表示标题和副标题之间的间隔*/
style: {color: 'white', fontSize: '18px', fontWeight: 100, fontFamily: 'STKaiti'},
x: 10,
y: 10/* 相对于水平、垂直对齐的偏移量 */
},
subtitle: {
// text: null, // 不展示标题
text: '这是副标题',
style: {color: 'white', fontSize: '14px', fontWeight: 'normal', fontFamily: 'Times New Roman'}
/* text: 'Source: WorldClimate.com',
style:{color: 'red',fontSize: '13px',fontWeight:600}, */
},
xAxis: {
title: {text: null},
crosshair: true, /* 十字准心线 */
lineColor: 'transparent', /* 轴线颜色 */
// /*单组数据测试*/categories: ['胡22歌', '林心..如', '维11维信息', '二代证符号1a[]', '测..试[专用]', '测试字符数特殊..符号','胡22歌', '林心..如', '维11维信息', '二代证符号1a[]', '测..试[专用]', '测试字符数特殊..符号'],
/* 多组数据测试 */categories: ['非洲', '美洲', '亚洲', '欧洲', '大洋洲'],
labels: {
reserveSpace: true, // 不占用图表内容,坐标轴文字左对齐时使用
align: 'left', // 坐标轴文字左对齐 center right
rotation: 0, // 坐标轴文字旋转
step: 1, /* 间隔刻度 */
style: {
color: 'rgba(255, 255, 255, 1)'/* 坐标轴文字颜色 */
},
// formatter: function () {
// // 对坐标轴文字的处理
// // 获取到刻度值
// var labelVal = this.value
// // 实际返回的刻度值
// var reallyVal = labelVal
// // 判断刻度值的长度
// if (commonUtil.strlength(labelVal) > 10) { // 根据字符串实际长度显示或隐藏字符
// // 截取刻度值
// reallyVal = labelVal.substr(0, 5) '...'
// // reallyVal = labelVal.substr(0,8) "<br/>" labelVal.substring(3,labelVal.length-1);
// }
// return reallyVal
// }
},
tickInterval: 1, /* 间隔显示 */
tickPixelInterval: 0, /* 坐标轴刻度间隔 */
offset: 0, /* x坐标轴文字距离图表的距离 */
// tickColor: 'transparent', /*刻度线颜色 |小竖条*/
tickColor: 'red', /* 刻度线颜色 |小竖条 */
visible: true/* 是否显示坐标轴 */
},
yAxis: {
endOnTick: true, /* 强制数据结束于标线,可以使用 */
opposite: false, // 对面显示 坐标轴从左边换到右边
title: {
text: '我是下面的坐标轴名称',
align: 'high',
x: 10,
style: {
color: 'rgba(255, 255, 255, 1)'/* 坐标轴文字颜色 */
}
},
crosshair: true, /* 十字准心线 */
gridLineColor: 'transparent', /* 网格线颜色 多个横线=== */
// gridLineColor: 'red',/*网格线颜色 多个横线=== 和左侧坐标轴数据齐等*/
gridLineDashStyle: 'longdash', /* 将网格线变为虚线-- */
labels: {
rotation: 0, // 坐标轴文字旋转
step: 1, /* 显示间隔 */
style: {
color: 'rgba(255, 255, 255, 1)'/* 坐标轴文字颜色 */
},
formatter: function () {
return this.value 'k' /* 坐标轴数据加单位 */
}
},
offset: 0, /* y坐标轴文字距离图表的距离 */
visible: true/* 是否显示坐标轴 */
/* 每个小刻度的线的控制 设置黑色的Y轴次级刻度线 */
// minorGridLineColor: '#C5EEFA',/*次网格线的颜色*/
// minorGridLineDashStyle: 'longdash',/*次级网格线的风格为长破折号*/
// minorTickInterval: 'auto',/*次网格*/
// minorGridLineWidth: 3,
// minorTickInterval: 'auto',
// minorTickColor: '#ffffff',
// minorTickWidth: 1
},
tooltip: {
crosshairs: true,
shared: true,
valueSuffix: ' 百万'
// formatter: function () { // 自定义提示内容
// /*加上<br>换行*/
// return(this.x '<br>' '<span style="font-weight: bold">下载量</span>:' this.y);
// }
/* formatter: function () {
// console.log();
// console.log(this.points.series.points);
return('[' dataType[this.points[0].point.index] ']' this.x '<br>' '<span style="font-weight: bold">下载量</span>:' this.y);
} */
},
plotOptions: {
bar: {
dataLabels: {
enabled: true,
allowOverlap: true // 允许数据标签重叠
},
pointWidth: 13, // 柱子的宽度
borderWidth: 0 // 柱子边框
}
},
series: [
{
name: '2131',
data: [107, 31, 635, 203, 2],
// data: [3.7, 5.2, 4.7, 6.5, 19, 12.2, 1.0, 5.6, 4.2, 3.3, 6.6, 4.8],
// color:'red', // 状图柱子色
cursor: 'pointer', // 变换手势
lineColor: 'black', // 线条颜色
fillOpacity: 1 // 面积图包围背景色通明度
},
{
name: '1900 年',
data: [133, 156, 947, 408, 6],
color: 'lightblue', // 线条颜色 或者面积图包围背景色 柱状图柱子色 ,折线图点的背景色
cursor: 'pointer', // 变换手势
lineColor: 'black', // 线条颜色
fillOpacity: 1 // 面积图包围背景色通明度
}, {
name: '2008 年',
data: [973, 914, 4054, 732, 34],
color: 'whitesmoke', // 线条颜色 或者面积图包围背景色 柱状图柱子色 ,折线图点的背景色
cursor: 'pointer', // 变换手势
lineColor: 'black', // 线条颜色
fillOpacity: 1 // 面积图包围背景色通明度
}
],
/* 关闭图例series的name */
legend: {
enabled: true,
itemDistance: 100, /* 多个图列名字之间的距离 */
itemHiddenStyle: {color: 'lightblue'}, /* 图例隐藏时颜色 */
itemStyle: {color: 'white', fontWeight: 'bold'}, /* 图例基本样式 */
itemHoverStyle: {color: 'white'} /* 图例滑入时样式 */
// floating: true,x: 90,y: 60,
},
/* 是否显示版权信息 */credits: {enabled: false},
/* 导出功能模块 */exporting: {enabled: false}
}
}
}
}
// #endif
</script>