Chart.js Add-on
Vaadin wrapper for the very popular Chart.js charting library.
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.
Links
- Author Homepage
- Online Demo
- Issue Tracker
- Chart.js Add-on API
- Source Code
- Chart.js Homepage
- Chart.js Docs
- Discussion Forum
Compatibility
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