chartjs-plugin-annotation icon indicating copy to clipboard operation
chartjs-plugin-annotation copied to clipboard

Annotation plugin for Chart.js

Results 72 chartjs-plugin-annotation issues
Sort by recently updated
recently updated
newest added

Bumps [elliptic](https://github.com/indutny/elliptic) from 6.6.0 to 6.6.1. Commits 9b77436 6.6.1 04cb6f5 Merge commit from fork See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=elliptic&package-manager=npm_and_yarn&previous-version=6.6.0&new-version=6.6.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this...

dependencies

Bumps [serialize-javascript](https://github.com/yahoo/serialize-javascript) to 6.0.2 and updates ancestor dependency [mocha](https://github.com/mochajs/mocha). These dependencies need to be updated together. Updates `serialize-javascript` from 6.0.1 to 6.0.2 Release notes Sourced from serialize-javascript's releases. v6.0.2 fix:...

dependencies

In #825, a centered doughnut label annotation was added, though the `spacing` option does not seem to reduce the label size, only the border and background sizes. Ideally, I want...

bug
enhancement

Fix https://github.com/chartjs/chartjs-plugin-annotation/issues/952 This PR is fixing label calculation where `spacing` option is configured.

bug

Hello, coming from tikz, I am missing the fine contol to specify the origin of the label rotation or position to work on the rotated label. At the moment `3.1.0`,...

This reworks .d.ts handling to address the issues in #977 and reported by [Are the Types Wrong](https://arethetypeswrong.github.io/?p=chartjs-plugin-annotation%403.1.0). Background information: * According to the [TypeScript Handbook](https://www.typescriptlang.org/docs/handbook/modules/guides/choosing-compiler-options.html#im-writing-a-library): > If you’re using a...

I'm looking to ensure the plugin is compatible with the LWS restrictions so it can be implemented in LWC. While I'm sure an uncommon usage here it would be nice...

The LWC engine provides "extra" security measures >LWS confines them to a sandbox where they access a virtual copy of the global window object. Is it possible to support ```js...

It takes its parameters as a context object, not three separate parameters. configuration.md and migrationV3.md explain that it returns an AnnotationBoxModel, not an AnnotationElement.

I'm working on updating a Node.js TypeScript project to use TypeScript's [`"module": "nodenext"`](https://www.typescriptlang.org/tsconfig/#module) and [`"moduleResolution": "nodenext"`](https://www.typescriptlang.org/tsconfig/#moduleResolution) and am getting several compiler errors similar to the following: ``` error TS2614: Module...