Browse Source

fix(lib): update imports for treemap chart component

pull/6306/head
KenTandrian 2 months ago
parent
commit
d5d0170109
  1. 2
      libs/ui/src/lib/treemap-chart/treemap-chart.component.ts

2
libs/ui/src/lib/treemap-chart/treemap-chart.component.ts

@ -25,7 +25,7 @@ import {
} from '@angular/core';
import { DataSource } from '@prisma/client';
import { Big } from 'big.js';
import type { TooltipOptions, ChartData } from 'chart.js';
import type { ChartData, TooltipOptions } from 'chart.js';
import { LinearScale } from 'chart.js';
import { Chart, Tooltip } from 'chart.js';
import { TreemapController, TreemapElement } from 'chartjs-chart-treemap';

Loading…
Cancel
Save