major
nice-to-have
minor
#25217
Layout-Export führt zu invaliden Komponenten-Referenzen bei Referenzierung einer bestehenden Komponente
#25327
Modell-Editor: Falsche Kompositionsmarker, wenn Container-Typ in Diagramm von Content-Typ gezogen wird
enhancement
ChartJS (https://www.chartjs.org/) makes it relatively easy to create HTML5 charts. The goal is to make it possible to populate ChartJS charts from Top-Logic models.
Implementation
- Integrate the new module com.top_logic.chart.chartjs into the application.
- This adds a new "Chart" option when configuring new views.
- A ChartJS configuration object can be created relatively easily using a TL script expression.
See doc:CreateChart
Example
In tl-demo, there is a new view that displays a configured chart:
Test
- New view in TL-Demo: ChartJS.
- Create a new application and select "Chart JS" as an additional component.
- Create a new tab in the new application.
- In the new tab, create a new "Chart" component.