highcharts-dist

WebJar for highcharts-dist

License

License

SEE LICENSE IN license.txt
Categories

Categories

Github Development Tools Version Controls Charts User Interface
GroupId

GroupId

org.webjars.bower
ArtifactId

ArtifactId

github-com-manolo-highcharts-dist
Last Version

Last Version

4.2.5
Release Date

Release Date

Type

Type

jar
Description

Description

highcharts-dist
WebJar for highcharts-dist
Project URL

Project URL

http://webjars.org
Source Code Management

Source Code Management

https://github.com/manolo/highcharts-dist

Download github-com-manolo-highcharts-dist

How to add to project

<!-- https://jarcasting.com/artifacts/org.webjars.bower/github-com-manolo-highcharts-dist/ -->
<dependency>
    <groupId>org.webjars.bower</groupId>
    <artifactId>github-com-manolo-highcharts-dist</artifactId>
    <version>4.2.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.bower/github-com-manolo-highcharts-dist/
implementation 'org.webjars.bower:github-com-manolo-highcharts-dist:4.2.5'
// https://jarcasting.com/artifacts/org.webjars.bower/github-com-manolo-highcharts-dist/
implementation ("org.webjars.bower:github-com-manolo-highcharts-dist:4.2.5")
'org.webjars.bower:github-com-manolo-highcharts-dist:jar:4.2.5'
<dependency org="org.webjars.bower" name="github-com-manolo-highcharts-dist" rev="4.2.5">
  <artifact name="github-com-manolo-highcharts-dist" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.bower', module='github-com-manolo-highcharts-dist', version='4.2.5')
)
libraryDependencies += "org.webjars.bower" % "github-com-manolo-highcharts-dist" % "4.2.5"
[org.webjars.bower/github-com-manolo-highcharts-dist "4.2.5"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

Highcharts JS is a JavaScript charting library based on SVG, with fallbacks to VML and canvas for old browsers.

For NPM users, please note that this module replaces the previous Highcharts Server module.

Example Usage in Node/Browserify/Webpack

Please note that there are several ways to use Highcharts. For general installation instructions, see the docs.

First, install the highcharts package.

npm install highcharts

Now load Highcharts in your project.

// Load Highcharts
var Highcharts = require('highcharts');

// Alternatively, this is how to load Highstock or Highmaps
// var Highcharts = require('highcharts/highstock');
// var Highcharts = require('highcharts/highmaps');

// This is how a module is loaded. Pass in Highcharts as a parameter.
require('highcharts/modules/exporting')(Highcharts);

// Generate the chart
var chart = Highcharts.chart('container', {
	series: [{
		data: [1, 3, 2, 4]
	}],
  	// ... more options - see http://api.highcharts.com/highcharts
});

Versions

Version
4.2.5