ng2-charts icon indicating copy to clipboard operation
ng2-charts copied to clipboard

Beautiful charts for Angular based on Chart.js

Results 144 ng2-charts issues
Sort by recently updated
recently updated
newest added

Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 5.30.5 to 5.33.1. Release notes Sourced from @​typescript-eslint/eslint-plugin's releases. v5.33.1 5.33.1 (2022-08-15) Bug Fixes missing placeholders in violation messages for no-unnecessary-type-constraint and no-unsafe-argument (and enable eslint-plugin/recommended rules...

dependencies
javascript

Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 16.11.43 to 18.7.6. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@types/node&package-manager=npm_and_yarn&previous-version=16.11.43&new-version=18.7.6)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies
javascript

I want to perform something similar to below link: https://jsfiddle.net/7kbz1L4t/ I have no idea how i can do it with ng2-charts. Please help.

feature request

**Reproduction of the problem** 1. Have two components with a graph in each component 2. The first one use the afterdraw callback in plugins 3. The second one doesn't have...

After update ng2-charts 3.0.11 to 3.1.0, i have an error in my test Test suite failed to run and error is on import of NgChartsModule TypeError: import_chart.registerables is not iterable...

The latest version of Chart.js (`3.9.1` as of today) implements a new position `bottom` for the tooltip, which makes it stick to the x axis. As seen in [documentation](https://www.chartjs.org/docs/latest/samples/tooltip/position.html): ---...

Hi guys. I prepared a stackblitz example for you. You can see only 60% (16384px or 2^14px) of the ng2-chart is drawn in Firefox, but 100% in Chrome - https://stackblitz.com/edit/github-nlvlrr-mwudnj?file=src%2Fapp%2Fapp.component.ts,src%2Fapp%2Fapp.component.html,tsconfig.json&preset=node....

`ng add ng2-charts` results in an error: ``` Cannot find module '@angular/cdk/schematics' Require stack: - ~/.../demo-v14/node_modules/ng2-charts/schematics/ng-add/steps/add-ng2-charts-module.js - ~/.../demo-v14/node_modules/ng2-charts/schematics/ng-add/setup-project.js - ~/.../demo-v14/node_modules/@angular-devkit/schematics/tools/export-ref.js - ~/.../demo-v14/node_modules/@angular-devkit/schematics/tools/index.js - ~/.../demo-v14/node_modules/@angular/cli/src/commands/add/cli.js - ~/.../demo-v14/node_modules/@angular/cli/src/command-builder/command-runner.js - ~/.../demo-v14/node_modules/@angular/cli/lib/cli/index.js - ~/.../demo-v14/node_modules/@angular/cli/lib/init.js...

I am using chart.js with ng2-chart where i have to update dataset on button click. This is how i am reassigning the dataset and labels ; --------------------------------------- this.mfData.getMFData('http://www.mocky.io/v2/5ddcf6143400000f55eae607').subscribe(res => {...

Due to time limitations and the fact that the starting templates are out of date and/or broken (the ng2-charts one is broken), I can't provide a reproduction. Sorry, I don't...