ChartJs

ChartJs (ODC)

Stable version 0.1.0 (Compatible with ODC)
Uploaded on 24 June 2024 by Teamwork
ChartJs

ChartJs (ODC)

Details
Detailed Description

Enhance your chart-building capabilities by directly using the Chart.js library. The Chart.js library, version 4.3.3 (2023-06-24), provides a robust solution for creating various types of charts.

When creating the component and adapting it to our needs, we followed the Chart.js API reference, which you can find here: Chart.js API.

This component also allows you to build many different types of charts, beyond just line charts. You can define the type of chart or series, enabling you to include both line and area graphs within the same chart, for example.

Limitations

One limitation to note is that it is not possible to create custom axes with this component. While Chart.js offers a variety of built-in axis types, the ability to fully customize axes beyond these predefined options is not supported. This may restrict certain advanced charting requirements where highly specialized axis configurations are needed.