Directory

← Back

Chart.js Add-on

Vaadin wrapper for the very popular Chart.js charting library.

Author

Rating

Popularity

200+

Vaadin wrapper for the Chart.js charting library. https://github.com/chartjs/Chart.js

Features

Fluent api to configure the charts Extensive Demo with lots of examples and code view Supported chart types are

  • Horizontal and vertical Bar chart
  • Line chart
  • Donut chart
  • Pie chart
  • Polar area chart
  • Bubble chart
  • Radar chart
  • Scatter line chart

Zoom / Pan support Data point click listener Timescale

Alternative maven repository

Maven

<repositories>
  <repository>
    <snapshots>
      <enabled>false</enabled>
    </snapshots>
    <id>central</id>
    <name>bintray</name>
    <url>http://jcenter.bintray.com</url>
  </repository>
</repositories>

<dependency>
  <groupId>com.byteowls</groupId>
  <artifactId>vaadin-chartjs</artifactId>
  <version>1.3.0</version>
</dependency>

Gradle

repositories {
  jcenter()
}
dependencies {
  compile ("com.byteowls:vaadin-chartjs:1.3.0")
}

Do you like it? If you like it and appreciate the work I'm doing, please star it on Github and here at the Vaadin Directory. Thanks.

Browser support Any browser, which supports the canvas element will work. http://caniuse.com/#feat=canvas

For more documentation on usage please visit the project's page at Github.

If you experience any problems or have a feature request please use the issue tracker at Github.

Compatibility

(Loading compatibility data...)

Was this helpful? Need more help?
Leave a comment or a question below. You can also join the chat on Discord or ask questions on StackOverflow.

Version

Released
2016-09-09
Maturity
BETA
License
MIT License

Compatibility

Framework
Vaadin 7.4+
Vaadin 8.0+ in 1.4.0
Browser
Firefox
Safari
Google Chrome
iOS Browser
Android Browser
Internet Explorer
Microsoft Edge

Chart.js Add-on - Vaadin Add-on Directory

Vaadin wrapper for the very popular Chart.js charting library. Chart.js Add-on - Vaadin Add-on Directory
Vaadin wrapper for the Chart.js charting library. https://github.com/chartjs/Chart.js **Features** Fluent api to configure the charts Extensive Demo with lots of examples and code view Supported chart types are * Horizontal and vertical Bar chart * Line chart * Donut chart * Pie chart * Polar area chart * Bubble chart * Radar chart * Scatter line chart Zoom / Pan support Data point click listener Timescale **Alternative maven repository** Maven ``` false central bintray http://jcenter.bintray.com com.byteowls vaadin-chartjs 1.3.0 ``` Gradle ``` repositories { jcenter() } dependencies { compile ("com.byteowls:vaadin-chartjs:1.3.0") } ``` **Do you like it?** If you like it and appreciate the work I'm doing, please star it on Github and here at the Vaadin Directory. Thanks. **Browser support** Any browser, which supports the canvas element will work. http://caniuse.com/#feat=canvas For more documentation on usage please visit the [project's page at Github](https://github.com/moberwasserlechner/vaadin-chartjs). If you experience any problems or have a feature request please use the [issue tracker at Github](https://github.com/moberwasserlechner/vaadin-chartjs/issues).
Author Homepage
Online Demo
Issue Tracker
Chart.js Add-on API
Source Code
Chart.js Homepage
Chart.js Docs
Discussion Forum

Chart.js Add-on version 0.2.0
null

Chart.js Add-on version 0.3.0
Fix Canvas size problem Update data from server side. Thanks @gokhanoner Extract data labels from dataset. Upgrade to Chart.js 2.3.0 see https://github.com/moberwasserlechner/vaadin-chartjs/releases/tag/0.3.0

Chart.js Add-on version 0.4.0
* Chart size problem. * Add serialVersionUID * Upgrade to chartjs 2.5.0 For Details please check out: https://github.com/moberwasserlechner/vaadin-chartjs/releases/tag/0.4.0

Chart.js Add-on version 1.0.0
* Upgrade to Vaadin 8 + Java 8 * Upgrade to Chart.js 2.6 * See release notes for breaking changes * Semantic versioning starting with this version Release notes: https://github.com/moberwasserlechner/vaadin-chartjs/releases/tag/1.0.0

Chart.js Add-on version 1.1.1
# Features * Zoom / Pan plugin integrated. As the plugin seams to be not actively maintained consider this as a experimental feature. [Demo](http://vaadin-demos.qqjtxeeuih.eu-central-1.elasticbeanstalk.com:5600/#!zoom-pan-bar-chart) * Added new zero line options. [Demo](http://vaadin-demos.qqjtxeeuih.eu-central-1.elasticbeanstalk.com:5600/#!zero-line-line-chart) See the [release notes](https://github.com/moberwasserlechner/vaadin-chartjs/releases/tag/1.1.1) on Github.

Chart.js Add-on version 1.2.0
* Legend click listener. [Demo](http://vaadin-demos.qqjtxeeuih.eu-central-1.elasticbeanstalk.com:5600/#!multi-axis-bar-chart) * Integrate chartjs annotation plugin. [Demo](http://vaadin-demos.qqjtxeeuih.eu-central-1.elasticbeanstalk.com:5600/#!annotation-bar-chart) * Fix scrolling if mouse is over a charts, which is not using the zoom/pan plugin [Demo](http://vaadin-demos.qqjtxeeuih.eu-central-1.elasticbeanstalk.com:5600/#!tooltip-interaction-modes-chart) See [Github release](https://github.com/moberwasserlechner/vaadin-chartjs/releases/tag/1.2.0) notes for more details. Next release: Time scale support :)

Chart.js Add-on version 1.3.0
Time Scale see [Demo](http://vaadin-demos.qqjtxeeuih.eu-central-1.elasticbeanstalk.com:5600/#!time-scale-chart) thanks to @slatequarry Chart.Js 2.7.2 [Release Notes]( https://github.com/moberwasserlechner/vaadin-chartjs/releases/tag/1.3.0)

Chart.js Add-on version 1.4.0
https://github.com/moberwasserlechner/vaadin-chartjs/releases/tag/1.4.0

Online