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

on Using `ng generate ng2-charts-schematics:pie my-pie-chart` Getting below terminal output Error: > import [ > InsertChange { > path: '/src/app/app.module.ts', > pos: 3230, > toAdd: ',\r\n ChartsModule', > description: 'Inserted...

bug

Hi. I am using ng2-charts on a `line-chart` with 2 lines. Is there any way to display the tooltip on the vertical middle of the chart and follow the cursor...

Bumps [@types/luxon](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/luxon) from 2.3.2 to 3.0.0. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@types/luxon&package-manager=npm_and_yarn&previous-version=2.3.2&new-version=3.0.0)](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

Bumps [highlight.js](https://github.com/highlightjs/highlight.js) from 11.5.1 to 11.6.0. Release notes Sourced from highlight.js's releases. 11.6.0 - "Pink Lemonade on a hot day" Edition Version 11.6.0 Supported Node.js versions: (chore) Drops support for...

dependencies
javascript

Bumps [ts-node](https://github.com/TypeStrong/ts-node) from 10.8.2 to 10.9.1. Release notes Sourced from ts-node's releases. v10.9.1 Fixed Workaround nodejs bug introduced in 18.6.0 (#1838) @​cspotcode Only affects projects on node >=18.6.0 using --esm...

dependencies
javascript

Hello there! Do you guys know about a guide on how to update from v[2.4.3](https://www.npmjs.com/package/ng2-charts/v/2.4.3) to v3? Thanks :)

documentation

Im trying to display a graph in my angular project, but when I add a graph in a lazy load tab it doesn't load, it takes the size of the...

I tried to setup a line chart as described in https://valor-software.com/ng2-charts/#LineChart. Unfortunately, I couldn't get the chart to render as there was a problem with the annotation plugin. The chart...

**Reproduction of the problem** Hi, i tried from here https://valor-software.com/ng2-charts/#DoughnutChart and in my own code ```html >

I am using Angular 12 ,"ng2-charts": "^3.0.9", and "chart.js": "^3.7.1", Legend onClick not working properly, somtimes works by click the legend and moving the cursor somewhere or mouse over from...