angular2-chartjs
angular2-chartjs copied to clipboard
Chart.js component for Angular2
Bumps [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core) from 2.4.10 to 11.0.5. Changelog Sourced from @angular/core's changelog. 11.0.5 (2020-12-16) Bug Fixes compiler: handle strings inside bindings that contain binding characters (#39826) (f5aab2b), closes #39601 core: fix...
Is Chartjs v3 supported? I cannot use a lot of features, for instance I can use just line and square from annotation plugin. This is connected to Chart.js v2
Please update project to Angular version 8.
It's not possible to add aria-label on canvas element.
Bumps [chart.js](https://github.com/chartjs/Chart.js) from 2.7.2 to 2.9.4. Release notes Sourced from chart.js's releases. v2.9.4 This is the last release of v2 and focused on fixing bugs identified in the v2.9.3 release....
I am updating the chart's options dynamically (switching between linear and logarithmic scale), but the chart then gets reinitialized and animates again. If only the options are updated and not...
I came to know that this plugin do well to display value as percentage but I did not found any code snippet for that , Kindly guide me how to...
Current Behavior When updating data the chart animation transitions from the Y axis as it would when initially binding data to the chart.  Expected Behavior When updating data the...
I just added the angular2-chartjs into my project, I copy pasted the sample, and wasn't showing anything (container and canvas had width and height 0) Then I found out that...
This allows the user to install the preferred chart.js version For example, I needed some bugfixes from upstream. The user would obviously need to install `chart.js` himself, so this probably...