Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

way2web-highcharts

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

way2web-highcharts - npm Package Compare versions

Comparing version 1.0.4 to 1.0.5

2

js/charts.core.js

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc