chartjs-plugin-autocolors 0.4.0 → 0.4.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +6 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -2,7 +2,12 @@
2
2
 
3
3
  *Automatic color generation for [Chart.js](https://www.chartjs.org)*
4
4
 
5
- ![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/kurkle/chartjs-plugin-autocolors/ci.yml)
5
+ [![npm](https://img.shields.io/npm/v/chartjs-plugin-autocolors.svg)](https://www.npmjs.com/package/chartjs-plugin-autocolors)
6
+ [![release](https://img.shields.io/github/release/kurkle/chartjs-plugin-autocolors.svg?style=flat-square)](https://github.com/kurkle/chartjs-plugin-autocolors/releases/latest)
7
+ ![npm bundle size](https://img.shields.io/bundlephobia/min/chartjs-plugin-autocolors.svg)
8
+ [![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=kurkle_chartjs-plugin-autocolors&metric=alert_status)](https://sonarcloud.io/summary/new_code?id=kurkle_chartjs-plugin-autocolors)
9
+ [![Coverage](https://sonarcloud.io/api/project_badges/measure?project=kurkle_chartjs-plugin-autocolors&metric=coverage)](https://sonarcloud.io/summary/new_code?id=kurkle_chartjs-plugin-autocolors)
10
+ ![GitHub](https://img.shields.io/github/license/kurkle/chartjs-plugin-autocolors.svg)
6
11
 
7
12
  The generation is based on Janus Troelsen's answer at [Stack Overflow](https://stackoverflow.com/a/13781114/10359775).
8
13
 
package/package.json CHANGED
@@ -76,5 +76,5 @@
76
76
  "type": "module",
77
77
  "types": "types/index.esm.d.ts",
78
78
  "unpkg": "dist/chartjs-plugin-autocolors.min.js",
79
- "version": "0.4.0"
79
+ "version": "0.4.1"
80
80
  }