bmusson
323
Release Notice
Embr v8.1 - 2025.10.31
Embr v8.3 - 2025.10.31
Major Changes
- fc47d7e: Modules no longer include
kotlin-stdlib.
- All modules now rely on the Kotlin standard library provided with Ignition.
Minor Changes
- 6e2cb4c: Expose chart component's
ComponentDelegate.
- Provide's access through
this.delegate in all props callback functions.
- Importantly, this allows access to the underlying charting component through
this.delegate.proxy.ref.
Patch Changes
- Updated dependencies [f36eaee]
- Updated dependencies [6e2cb4c]
- @embr-jvm/core-common@0.7.1
- @embr-modules/charts-web@4.0.0
- @embr-jvm/core-designer@0.7.1
1 Like
Would this expose chart.render() to being called?
If so, example please 
1 Like
Aiasa21
325
Hello everybody, one quick question.. Do I have to reboot the gateway during the module installation?
Aiasa21
327
I’m playing with the Module and I have to say that its speed is really amazing.
I need your help to understand how to manage the datalabels, at the moment they are like the picture..
I try to add and manage the formatter but actually I don’t understand how it should be use in this case.
Thanks for the help.
EDIT: reading some previous answer I add the property:
formatter: (value, context) => { return value.y }
and now it works good 
2 Likes