We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b0803b commit f980685Copy full SHA for f980685
1 file changed
README.md
@@ -13,7 +13,6 @@ A Chart.js 4+ Wrapper for Vaadin
13
## Usage
14
15
1. Define a custom chart or use the ``showChart``-method directly.<br/>Example:
16
-
17
```java
18
public class ExampleChartContainer extends ChartContainer
19
{
@@ -34,7 +33,6 @@ A Chart.js 4+ Wrapper for Vaadin
34
33
```
35
36
2. Add the chart to your view/component:
37
38
39
public class ExampleView extends VerticalLayout
40
0 commit comments