Skip to content

Commit

Permalink
Enable datalabels everywhere for consistent runs
Browse files Browse the repository at this point in the history
Fix unit tests for demo app
Enable test on CI
  • Loading branch information
santam85 committed Feb 14, 2024
1 parent 7a0999c commit f752a50
Show file tree
Hide file tree
Showing 5 changed files with 995 additions and 2,462 deletions.
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ jobs:
cache: npm
node-version: 18
- run: npm ci

- run: npm run test:ci
- run: npm run e2e
env:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import { Component, ViewChild } from '@angular/core';
import { Chart, ChartConfiguration, ChartData, ChartEvent } from 'chart.js';
import { ChartConfiguration, ChartData, ChartEvent } from 'chart.js';
import { BaseChartDirective } from 'ng2-charts';
import DataLabelsPlugin from 'chartjs-plugin-datalabels';
import { MatButton } from '@angular/material/button';
import { ChartHostComponent } from '../chart-host/chart-host.component';

Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
import { Component, ViewChild } from '@angular/core';
import {
Chart,
ChartConfiguration,
ChartData,
ChartEvent,
ChartType,
} from 'chart.js';
import { ChartConfiguration, ChartData, ChartEvent, ChartType } from 'chart.js';
import { BaseChartDirective } from 'ng2-charts';
import { MatButton } from '@angular/material/button';
import { MatDivider } from '@angular/material/divider';
Expand Down
Loading

0 comments on commit f752a50

Please sign in to comment.