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

https://github.com/moberwasserlechner/vaadin-chartjs/releases/tag/1.4.0

Released
2019-02-27
Maturity
STABLE
License
MIT License

Compatibility

Framework
Vaadin 8.0+
Vaadin 7.4+ in 0.2.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).
Online