highcharts-dist

WebJar for highcharts-dist

Лицензия

Лицензия

SEE LICENSE IN license.txt
Категории

Категории

Github Инструменты разработки Контроль версий Charts Взаимодействие с пользователем
Группа

Группа

org.webjars.bower
Идентификатор

Идентификатор

github-com-manolo-highcharts-dist
Последняя версия

Последняя версия

4.2.5
Дата

Дата

Тип

Тип

jar
Описание

Описание

highcharts-dist
WebJar for highcharts-dist
Ссылка на сайт

Ссылка на сайт

http://webjars.org
Система контроля версий

Система контроля версий

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

Скачать github-com-manolo-highcharts-dist

Как подключить последнюю версию

<!-- 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"]

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

Модули Проекта

Данный проект не имеет модулей.

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
});

Версии библиотеки

Версия
4.2.5