way2web-highcharts
Advanced tools
Comparing version 1.0.4 to 1.0.5
@@ -12,3 +12,3 @@ /** | ||
var version = '1.0.4'; | ||
var version = '1.0.5'; | ||
@@ -15,0 +15,0 @@ var highchart; |
{ | ||
"name": "way2web-highcharts", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "Add highcharts to the page with ajax.", | ||
@@ -17,4 +17,7 @@ "files": [ | ||
], | ||
"author": "Pieter Wigboldus [Way2Web] <pieter@way2web.nl>", | ||
"license": "GPL-3.0", | ||
"author": { | ||
"name": "Way2Web", | ||
"url": "https://www.way2web.nl/" | ||
}, | ||
"license": "MIT", | ||
"bugs": { | ||
@@ -24,2 +27,7 @@ "url": "https://bitbucket.org/way2dev/highcharts/issues" | ||
"homepage": "https://bitbucket.org/way2dev/highcharts/overview#readme", | ||
"scripts": { | ||
"build": "./bitbucket-pipelines/assets.sh", | ||
"lint": "eslint js/*.js --config .eslintrc", | ||
"publish-to-npm": "./bitbucket-pipelines/npm.sh" | ||
}, | ||
"devDependencies": { | ||
@@ -50,4 +58,5 @@ "autoprefixer": "6.7.2", | ||
"dependencies": { | ||
"jquery": ">=3.2.1", | ||
"highcharts": "5.0.7" | ||
} | ||
} |
# Chart | ||
[![NPM version][npm-image]][npm-url] [![Downloads][downloads-image]][npm-url] | ||
## Add highcharts to the page with ajax. | ||
@@ -10,3 +12,3 @@ | ||
The JSON contain the data and the name. | ||
The labels for the x, y and z axis can also set by the data attributes (e.g. `data-chart-xaxis-title`) | ||
The labels for the x, y and z axis can also be set the data attributes (e.g. `data-chart-xaxis-title`) | ||
Other information must be set in the config. | ||
@@ -51,1 +53,5 @@ | ||
http://api.highcharts.com/highcharts/chart.events | ||
[downloads-image]: https://img.shields.io/npm/dm/way2web-highcharts.svg | ||
[npm-url]: https://www.npmjs.com/package/way2web-highcharts | ||
[npm-image]: https://img.shields.io/npm/v/way2web-highcharts.svg |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Copyleft License
License(Experimental) Copyleft license information was found.
Found 1 instance in 1 package
Non-permissive License
License(Experimental) A license not known to be considered permissive was found.
Found 1 instance in 1 package
0
100
56
7454
2
+ Addedjquery@>=3.2.1
+ Addedjquery@3.7.1(transitive)