和平精英辅助

和平精英免费透视辅助无需root

主播同款-高端稳定 支持:安卓/苹果/电脑模拟器 人物透视-自动自瞄-无后座力-物资显示-范围功能

和平精英免费透视辅助无需root

和平精英草莓辅助免费和平精英骇客辅助软件免费和平精英辅助安卓免费使用和平精英冰淇淋辅助免费有没有和平精英免费外挂和平精英枪手辅助软件免费下载和平精英辅助器免费开挂下载软件和平精英辅助脚本免费下载和平精英2022免费辅助和平精英电脑外挂免费使用2019和平精英透视辅助ios和平精英透视辅助软件下载和平精英免费透视外挂辅助和平精英手游辅助器透视和平精英辅助器科技透视和平精英阴阳辅助透视镜手机和平精英辅助透视群手游和平精英外挂免费透视和平精英透视辅助免卡密和平精英coso1稳定透视辅助和平精英六指辅助器只用左键键位和平精英透辅助双开和平精英辅助工具天线辅助和平精英和平精英卡盟辅助网和平精英南音辅助和平精英魁拔辅助和平精英辅助瞄准有用么和平精英鸡王辅助免root和平精英范围绘制辅助pro和平精英免root辅助无需卡密版和平精英辅助器无需root和平精英懒人辅助器无需root无需root和平精英外挂和平精英无需root和激活码辅助和平精英无需辅助设置下载安卓和平精英除草辅助无需root和平精英无需卡密辅助和平精英辅助无需root和平精英无需root版外挂免root和平精英辅助器手机版和平精英和平免root无后透视辅助和平精英开启root后的外挂和平精英辅助root稳定辅助和平精英手游辅助免root和平精英root辅助最新和平精英辅助免root软件和平精英免费免root透视辅助主播和平精英免root辅助安卓10安卓版和平精英root辅助
window.addEventListener('DOMContentLoaded', function () { var chart = echarts.init(document.getElementById('kline-chart')); chart.setOption({ title: { text: '续费人数走势', top: 'top', left: 'center', textStyle: { color: '#334155' } }, tooltip: { trigger: 'axis', axisPointer: { type: 'cross' }, formatter: function (params) { const k = params[0]; return [ '时间:' + k.axisValue, '实时人数:' + k.data[1], '最高人数:' + k.data[2], '最低人数:' + k.data[3] ].join('
'); } }, legend: { data: ['K线图', '均线(MA5)'], bottom: 10, left: 'center' }, xAxis: { type: 'category', data: ['1天', '3天', '7天', '30天'], boundaryGap: true, axisLine: { lineStyle: { color: '#94a3b8' } } }, yAxis: { scale: true, axisLine: { lineStyle: { color: '#94a3b8' } } }, series: [ { name: 'K线图', type: 'candlestick', data: [ [1200, 1500, 1000, 1300], [800, 900, 700, 950], [400, 600, 350, 550], [200, 300, 150, 250] ], itemStyle: { color: '#ef4444', color0: '#22c55e', borderColor: '#ef4444', borderColor0: '#22c55e' } }, { name: '均线(MA5)', type: 'line', smooth: true, data: [1300, 875, 475, 225], lineStyle: { width: 2 }, itemStyle: { color: '#2563eb' } } ], grid: { left: '5%', right: '5%', top: 70, // 保证上方标题不会被覆盖 bottom: 70, // 保证底部图例不会重叠 containLabel: true } }); });