working charts
This commit is contained in:
@@ -10,15 +10,18 @@
|
||||
prepend-icon="fa-filter"
|
||||
@input="timePeriodChanged"
|
||||
></v-select>
|
||||
<v-btn @click="getDataFromApi">
|
||||
<v-icon>fa-sync</v-icon>
|
||||
</v-btn>
|
||||
</v-col>
|
||||
<v-col cols="12">
|
||||
<v-col cols="12" class="mt-10">
|
||||
<gz-chart-line :chartData="memAllChartData" :options="chartOptions" />
|
||||
</v-col>
|
||||
|
||||
<v-col cols="12">
|
||||
<v-col cols="12" class="mt-10">
|
||||
<gz-chart-line :chartData="cpuChartData" :options="chartOptions" />
|
||||
</v-col>
|
||||
<v-col cols="12">
|
||||
<v-col cols="12" class="mt-10">
|
||||
<gz-chart-line :chartData="gcAllChartData" :options="chartOptions" />
|
||||
</v-col>
|
||||
</v-row>
|
||||
|
||||
Reference in New Issue
Block a user