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

Watermark plugin for Chart.js

Results 9 chartjs-plugin-watermark issues
Sort by recently updated
recently updated
newest added

This was written for version 2 of chart.js. It doesn't work for version 3, even after changing Chart.pluginService.register(watermarkPlugin); to Chart.register(watermarkPlugin);

I'm using chartjs-node and it seems that the plugin might work with a few updates, like the possibility to handle Image objects. Is there any ready workaround to make it...

🚨 You need to enable Continuous Integration on all branches of this repository. 🚨 To enable Greenkeeper, you need to make sure that a [commit status](https://help.github.com/articles/about-statuses/) is reported on all...

greenkeeper

When used like so in my HTML page: I get: ![image](https://user-images.githubusercontent.com/247403/235341297-61b60cd0-3838-46ec-b86c-1cf661b969bd.png) This is on Chrome 112.0.5615.165. Surprisingly, the samples work, even though they do reference `module` as well.

We were hoping to use this plugin, in a fully Typescript codebase Right now we can get this working by adding a custom type or ignoring types for the `watermark`...

Added an explanation for an installation with yarn as to avoid dependency hell

When specifying, e.g. a % to the image (to avoid overflow when resizing the window), breaks the aspect ratio.