chore(client): tweak charts

This commit is contained in:
syuilo
2023-01-06 20:00:06 +09:00
parent 3e7d8b5f17
commit e36e5df635
7 changed files with 14 additions and 29 deletions

View File

@@ -10,7 +10,6 @@
<script lang="ts" setup>
import { markRaw, version as vueVersion, onMounted, onBeforeUnmount, nextTick } from 'vue';
import { Chart } from 'chart.js';
import { enUS } from 'date-fns/locale';
import tinycolor from 'tinycolor2';
import { MatrixController, MatrixElement } from 'chartjs-chart-matrix';
import * as os from '@/os';