ChartjsNodeCanvas icon indicating copy to clipboard operation
ChartjsNodeCanvas copied to clipboard

A node renderer for Chart.js using canvas.

Results 47 ChartjsNodeCanvas issues
Sort by recently updated
recently updated
newest added

## Issue So today I tried to install chart.js and chartjs-node-canvas but it gave me this error. ![image](https://user-images.githubusercontent.com/94821119/182020440-ba4f1bd0-57e4-4305-bdf7-023191929571.png) Can anyone please help me out..? Full error: https://srcb.in/3rpPtaXLEi ## Tested on...

**Describe the bug** I am using the npm module ``chartjs-node-canvas`` to create the chart and add it to my email. I am getting the wanted result without running the javascript...

**Describe the bug** A while ago I ran into an issue where an required dependency canvas was telling me it was complied against a older node version, so I went...

Bumps [parse-url](https://github.com/IonicaBizau/parse-url) from 6.0.0 to 6.0.2. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=parse-url&package-manager=npm_and_yarn&previous-version=6.0.0&new-version=6.0.2)](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

**Describe the bug** If both `fastify` and `chartjs-node-canvas` are installed, `freshRequire` will break something downstream. The issue is described here as well: https://github.com/fastify/fastify/issues/3888 ``` .../node_modules/avvio/plugin.js:17 if (cache[keys[i]].exports === func) {...

Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 2.6.1 to 2.6.7. Release notes Sourced from node-fetch's releases. v2.6.7 Security patch release Recommended to upgrade, to not leak sensitive cookie and authentication header information to 3th...

dependencies

**Describe the bug** How to use an external chart, like chartjs-chart-financial? How to register the 'plugin' with Chartjs? I tried this: ``` import { OhlcElement, OhlcController, CandlestickElement, CandlestickController } from...

plugin

Hi, I understand that this package does not support animations. However, I am trying to achieve animations on node-canvas and I was wondering if you can provide a workaround or...

I am trying to load a local image and draw it to my background of my chart. Problem is, it doesnt resize and keeps the original width. Any idea why...