chartjs-chart-matrix
Advanced tools
Comparing version 0.1.1 to 0.1.2
@@ -6,4 +6,4 @@ { | ||
"license": "MIT", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"main": "dist/chartjs-chart-matrix.js" | ||
} |
/*! | ||
* chartjs-chart-matrix v0.1.1 | ||
* chartjs-chart-matrix v0.1.2 | ||
* https://github.com/kurkle/chartjs-chart-matrix#readme | ||
@@ -4,0 +4,0 @@ * (c) 2019 Jukka Kurkela |
/*! | ||
* chartjs-chart-matrix v0.1.1 | ||
* chartjs-chart-matrix v0.1.2 | ||
* https://github.com/kurkle/chartjs-chart-matrix#readme | ||
@@ -4,0 +4,0 @@ * (c) 2019 Jukka Kurkela |
{ | ||
"name": "chartjs-chart-matrix", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "Chart.js module for creating matrix charts", | ||
"main": "src/index.js", | ||
"main": "dist/chartjs-chart-matrix.js", | ||
"scripts": { | ||
@@ -57,3 +57,6 @@ "test": "gulp test" | ||
"yargs": "^13.2.2" | ||
}, | ||
"peerDependencies": { | ||
"chart.js": ">= 2.8.0 < 3" | ||
} | ||
} |
# chartjs-chart-matrix | ||
Chart.js module for creating matrix charts | ||
[Chart.js](https://www.chartjs.org/) module for creating matrix charts | ||
[![release](https://img.shields.io/github/release/kurkle/chartjs-chart-matrix.svg?style=flat-square)](https://github.com/kurkle/chartjs-chart-matrix/releases/latest) [![travis](https://img.shields.io/travis/kurkle/chartjs-chart-matrix.svg?style=flat-square&maxAge=60)](https://travis-ci.org/kurkle/chartjs-chart-matrix) [![awesome](https://awesome.re/badge-flat2.svg)](https://github.com/chartjs/awesome) | ||
[![release](https://img.shields.io/github/release/kurkle/chartjs-chart-matrix.svg?style=flat-square)](https://github.com/kurkle/chartjs-chart-matrix/releases/latest) [![travis](https://img.shields.io/travis/kurkle/chartjs-chart-matrix.svg?style=flat-square&maxAge=60)](https://travis-ci.org/kurkle/chartjs-chart-matrix) ![GitHub](https://img.shields.io/github/license/kurkle/chartjs-chart-matrix.svg) | ||
@@ -55,4 +55,24 @@ ## Documentation | ||
## Development | ||
You first need to install node dependencies (requires [Node.js](https://nodejs.org/)): | ||
```bash | ||
> npm install | ||
``` | ||
The following commands will then be available from the repository root: | ||
```bash | ||
> gulp build // build dist files | ||
> gulp build --watch // build and watch for changes | ||
> gulp test // run all tests | ||
> gulp test --watch // run all tests and watch for changes | ||
> gulp test --coverage // run all tests and generate code coverage | ||
> gulp lint // perform code linting | ||
> gulp package // create an archive with dist files and samples | ||
``` | ||
## License | ||
chartjs-chart-matrix is available under the [MIT license](https://opensource.org/licenses/MIT). |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
10383
77
0
1
6
147