Skip to content

Commit f94a2b7

Browse files
committed
Update README.md
1 parent b3e9dd3 commit f94a2b7

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,15 @@
44
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=xdev-software_vaadin-chartjs-wrapper&metric=alert_status)](https://sonarcloud.io/dashboard?id=xdev-software_vaadin-chartjs-wrapper)
55
![Vaadin 24+](https://img.shields.io/badge/Vaadin%20Platform/Flow-24+-00b4f0)
66

7-
# Chart.js Wrapper for Vaadin
7+
# <img src="https://www.chartjs.org/media/logo.svg" height="38" /> Chart.js Wrapper for Vaadin
88

99
A Chart.js 4+ Wrapper for Vaadin
1010

1111
![demo](assets/demo.png)
1212

1313
## Usage
1414

15+
0. You may want to use a Java model of Chart.js's configuration, like [XDEV's chartjs-java-model](https://github.com/xdev-software/chartjs-java-model).<br/>Otherwise you have to write the JSON yourself.
1516
1. Define a custom chart or use the ``showChart``-method directly.<br/>Example:
1617
```java
1718
public class ExampleChartContainer extends ChartContainer

0 commit comments

Comments
 (0)