Commit 515de6b9 authored by liziwl's avatar liziwl
Browse files

精简页面

parent f306bb88
Loading
Loading
Loading
Loading
+12 −12
Original line number Diff line number Diff line
@@ -15,7 +15,7 @@ import {
  LinesChart
} from "echarts/charts";
import {
  // TitleComponent,
  TitleComponent,
  TooltipComponent,
  // LegendComponent,
  GridComponent,
@@ -23,7 +23,7 @@ import {

use([
  CanvasRenderer,
  // TitleComponent,
  TitleComponent,
  TooltipComponent,
  // LegendComponent,
  GridComponent,
@@ -66,24 +66,24 @@ export default {
      tooltip: {
        show: false,
      },
      // title: [{
      title: [{
        // text: '南科大校巴实时位置',
      //   subtext: 'bilibili@交通数据小旭学长'
      // }],
        subtext: 'By bilibili@交通数据小旭学长 / GitHub@ni1o1',
        sublink: 'https://github.com/ni1o1/nikebus',
      }],
      grid: [{
        top: '13%',
        bottom: '0%',
        left: '3%',
        right: '6%',
        left: '0%',
        right: '3%',
      }],
      yAxis: [{
        inverse: true,
        min: -100,
        max: 5000,
        max: 4500,
        type: 'value',
        boundaryGap: false,
        show: false,

        splitLine: {
          show: false
        }
@@ -428,11 +428,11 @@ export default {

<style scoped>
.chart {
  height: 800px;
  height: 80vh;
  width: 100%;
}

.visitor-badge {
  visibility: hidden;
  display: none;
}
</style>
+0 −2
Original line number Diff line number Diff line
@@ -16,8 +16,6 @@ navbar: false

<BusChartVue/>

[实时线路图 by ni1o1](https://github.com/ni1o1/nikebus)

## 时间表 Timetable

<BusTable></BusTable>
+0 −2
Original line number Diff line number Diff line
@@ -12,8 +12,6 @@

<BusChartVue/>

[实时线路图 by ni1o1](https://github.com/ni1o1/nikebus)

## 时间表 Timetable

<BusTable></BusTable>