Directory

← Back

Chart.js Add-on

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

Author

Contributors

Rating

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

  • 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

Released
2017-02-25
Maturity
BETA
License
MIT License

Compatibility

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