highchart折线图

var chart = Highcharts.chart('container', {
title: {
text: ''
},
credits:{ enabled: false },// 隐藏网站
subtitle: {
text: ''
},
yAxis: {
title: {
text: ''
}
},
xAxis: {
tickWidth:0,// 隐藏刻度线
categories: ['1', '2', '3','4', '5', '6', '7', '8','9','10','11', '12', '13','14', '15', '16', '17', '18','19','20','21', '22', '23','24', '25', '26', '27', '28','29','30','31'] // 指定x轴分组
},
legend: {
layout: 'vertical', //图例是竖排(vertical)还是横排(horizontal,这是默认的)
align: 'center', //水平位置
verticalAlign: 'top' //垂直位置
},
plotOptions: {
series: {
label: {
connectorAllowed: false
}
}
},
series: [{
color:'#4a91e3',
name: '播放量',
data: [43934, 52503, 57177, 69658, 97031, 119931, 137133, 154175, 57177, 69658, 97031, 119931, 119931, 137133, 154175, 57177, 69658, 69658, 97031, 119931, 137133, 154175, 57177, 69658, 97031, 119931, 119931, 137133, 154175, 57177, 69658]
}, {
color:'#c474c8', //单个设置颜色
name: '评论数',
data: [12908, 5948, 8105, 11248, 8989, 11816, 18274, 18111, 5948, 8105, 11248, 8989, 11816, 18274, 18111, 5948, 8105, 11248, 8989, 11816, 18274, 18111, 5948, 8105, 11248, 8989, 11816, 18274, 18111, 5948, 8105]
}],
responsive: {
rules: [{
condition: {
maxWidth: 500
},
chartOptions: {
legend: {
layout: 'horizontal',
align: 'center',
verticalAlign: 'bottom'
}
}
}]
}
});
  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值