-
Responding Vaadin code (kotlin):
```kotlin
val zxing = ZXingVaadinReader()
zxing.setFrom(Constants.From.camera)
add(zxing)
```
Is wrapped in a VerticalLayout with other components. Your demo…
-
checks:
- stars > 10
- not archived
- has `package.json`
- has `package-lock.json`
- hasn't `yarn.lock`
- hasn't `pnpm-lock.yaml`
- `package-lock.json` was updated less than 6 months ago
- is …
-
```json
[0 … 99]
0: {name: "A-Frame, script", jsRegex: {…}, alias: "A-Frame", regex: "/?([\d.]+)?/aframe(?:\.min)?\.js", type: "software"}
1: {name: "AOLserver, headers", jsRegex: {…}, alias: "cp…
-
https://github.com/rudiejd/vaadin-chartjs/pull/13#issuecomment-1857887710
I click on the save button with my jar file (renamed to a .zip file). The page shows a new version, but there is never real…
-
### Description of the bug
I'm using the [ChartJs addon](https://vaadin.com/directory/component/chartjs-add-on-for-vaadin-14) in my vaadin 24 application.
When I start the application without hotdep…
-
The DemoView is included in the addon, and has an empty route. This route is already in use in our application, so we get an exception during deploy:
[deploy_stacktrace.txt](https://github.com/rudiej…
-
Using a percentage sign in the callback code breaks tooltips
-
Currently adding any callbacks to tooltips does not work, as it was done using the old connector, which is now eliminated from the project. I will have to figure out a new way to add callbacks, perhap…
-
We changed our chart support in JVx and should support the same feature set in reactUI
rjahn updated
3 years ago
-
Hi,
Chart.js classes of charts occur Error in browsers,
some one know how to solve?
the bug occur only in Vaadin debug application mode, but i'm not sure if in production mode it presents in a hi…