Browse Source

feet:solveBug

徐福静0235668 1 week ago
parent
commit
bd7415c952

+ 2 - 2
src/app/pages/designer/dashboard/skill-radar/skill-radar.component.ts

@@ -1,6 +1,6 @@
-import { Component, OnInit, ViewChild, ElementRef, AfterViewInit, OnDestroy } from '@angular/core';
+import { Component, OnInit, AfterViewInit, OnDestroy, ViewChild, ElementRef } from '@angular/core';
 import { CommonModule } from '@angular/common';
-import Chart from 'chart.js/auto';
+import { Chart } from 'chart.js';
 
 interface SkillData {
   label: string;