chartjs-plugin-datalabels

WebJar for chartjs-plugin-datalabels

License

License

MIT
Categories

Categories

JavaScript Languages Data
GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

chartjs-plugin-datalabels
Last Version

Last Version

0.7.0
Release Date

Release Date

Type

Type

jar
Description

Description

chartjs-plugin-datalabels
WebJar for chartjs-plugin-datalabels
Project URL

Project URL

https://www.webjars.org
Source Code Management

Source Code Management

https://github.com/chartjs/chartjs-plugin-datalabels

Download chartjs-plugin-datalabels

How to add to project

<!-- https://jarcasting.com/artifacts/org.webjars.npm/chartjs-plugin-datalabels/ -->
<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>chartjs-plugin-datalabels</artifactId>
    <version>0.7.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/chartjs-plugin-datalabels/
implementation 'org.webjars.npm:chartjs-plugin-datalabels:0.7.0'
// https://jarcasting.com/artifacts/org.webjars.npm/chartjs-plugin-datalabels/
implementation ("org.webjars.npm:chartjs-plugin-datalabels:0.7.0")
'org.webjars.npm:chartjs-plugin-datalabels:jar:0.7.0'
<dependency org="org.webjars.npm" name="chartjs-plugin-datalabels" rev="0.7.0">
  <artifact name="chartjs-plugin-datalabels" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='chartjs-plugin-datalabels', version='0.7.0')
)
libraryDependencies += "org.webjars.npm" % "chartjs-plugin-datalabels" % "0.7.0"
[org.webjars.npm/chartjs-plugin-datalabels "0.7.0"]

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.

Downloads Builds Coverage Awesome

Overview

Highly customizable Chart.js plugin that displays labels on data for any type of charts.

Requires Chart.js >= 2.7.0 < 3.x.x.

See this discussion for compatibility with Chart.js 3.

Documentation

Development

You first need to install node dependencies (requires Node.js):

> npm install

The following commands will then be available from the repository root:

> npm run build            // build dist files
> npm run build:dev        // build and watch for changes
> npm run test             // run all tests and generate code coverage
> npm run test:dev         // run all tests and watch for changes
> npm run lint             // perform code linting
> npm run lint -- --fix    // automatically fix linting problems
> npm run docs             // generate documentation (`dist/docs`)
> npm run docs:dev         // generate documentation and watch for changes

License

chartjs-plugin-datalabels is available under the MIT license.

org.webjars.npm

Chart.js

Simple, clean and engaging charts for designers and developers

Versions

Version
0.7.0
0.5.0
0.4.0