소스 검색

feet:solveBug

徐福静0235668 1 주 전
부모
커밋
bd7415c952
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      src/app/pages/designer/dashboard/skill-radar/skill-radar.component.ts

+ 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;