angular2-chartjs icon indicating copy to clipboard operation
angular2-chartjs copied to clipboard

Chart.js component for Angular2

Results 22 angular2-chartjs issues
Sort by recently updated
recently updated
newest added

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...

dependencies

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....

dependencies

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. ![chartbefore](https://user-images.githubusercontent.com/5644228/50539595-ea84d400-0b7a-11e9-94c0-b2f59c7ab77a.gif) 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...