Merge branch 'develop' into fix-msg-room

This commit is contained in:
tamaina 2022-02-03 03:37:17 +09:00
commit fa809bb50c
19 changed files with 41 additions and 58 deletions

View file

@ -250,7 +250,15 @@ export default defineComponent({
},
interaction: {
intersect: false,
mode: 'index',
},
elements: {
point: {
hoverRadius: 5,
hoverBorderWidth: 2,
},
},
animation: false,
plugins: {
legend: {
display: props.detailed,

View file

@ -14,7 +14,7 @@ if (localStorage.getItem('accounts') != null) {
//#endregion
import { computed, createApp, watch, markRaw, version as vueVersion } from 'vue';
import * as compareVersions from 'compare-versions';
import compareVersions from 'compare-versions';
import widgets from '@/widgets';
import directives from '@/directives';