Chart

A data visualization component that supports multiple chart types including bar and line charts. Features customizable styling options, dynamic data binding, and responsive design capabilities.


Extends: listComponent


Fields

Name

Code

Data Type

Description

Label

label

multi-locale

Display label for the chart

ID

resourceId

text

Unique identifier for the component

Style Classes

styleClasses

text

CSS classes for styling

Width

widthClass

text

Controls component width

Visible

visible

boolean

Controls chart visibility

List

list

text

Array of data points to visualize

Entity

entity

text

Entity data source for chart

Chart Type

chartType

text

Type of chart visualization (bar / line)

Line Width

lineWidth

number

Width of lines when using line chart type


Methods

No specific methods defined for this component.


Events

No specific events defined for this component.