@coreui/angular-chartjs 5.0.0-alpha.12 → 5.0.0-alpha.15

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -39,7 +39,7 @@
39
39
 
40
40
  ```bash
41
41
  npm install chart.js
42
- npm install @coreui/chartjs@3
42
+ npm install @coreui/chartjs@4
43
43
  npm install @coreui/angular-chartjs
44
44
  ````
45
45
 
@@ -1,7 +1,7 @@
1
1
  import * as i0 from '@angular/core';
2
- import { EventEmitter, AfterRenderPhase, afterRender, booleanAttribute, numberAttribute, Component, ChangeDetectionStrategy, Input, HostBinding, Output, ViewChild, NgModule } from '@angular/core';
2
+ import { EventEmitter, afterRender, AfterRenderPhase, booleanAttribute, numberAttribute, Component, ChangeDetectionStrategy, Input, HostBinding, Output, ViewChild, NgModule } from '@angular/core';
3
3
  import merge from 'lodash-es/merge';
4
- import { registerables, Chart } from 'chart.js';
4
+ import { Chart, registerables } from 'chart.js';
5
5
  import { customTooltips } from '@coreui/chartjs';
6
6
 
7
7
  Chart.register(...registerables);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@coreui/angular-chartjs",
3
- "version": "5.0.0-alpha.12",
3
+ "version": "5.0.0-alpha.15",
4
4
  "description": "Angular wrapper component for Chart.js",
5
5
  "copyright": "Copyright 2024 creativeLabs Łukasz Holeczek",
6
6
  "license": "MIT",