|
@@ -82,7 +82,7 @@ export default {
|
|
|
color: ['#3AA1FF'],
|
|
|
tooltip: { trigger: 'axis', axisPointer: { type: 'line' }}, // 默认为直线,可选为:'line' | 'shadow'
|
|
|
grid: { left: '15%', right: '15%', top: '15%', bottom: '10%', containLabel: true },
|
|
|
- xAxis: [{ type: 'category', data: data.xaxis, axisTick: { alignWithLabel: true }}],
|
|
|
+ xAxis: [{ type: 'category', data: data.xaxis, axisLabel: { interval: 0, rotate: 40 }, axisTick: { alignWithLabel: true }}],
|
|
|
yAxis: [{ type: 'value', axisLine: { show: false }, splitLine: { lineStyle: { type: 'dashed' }}}],
|
|
|
series: [
|
|
|
{
|