Skip to main content
Version: 8.1

ApexCharts (Legacy)

This component is a drop-in replacement for the Kyvis-Labs ApexCharts module.

ApexCharts renders charts using SVG instead of canvas, offering crisp, scalable visuals and seamless CSS styling. While not as fast as canvas for massive datasets, SVG enables rich interactivity, easier DOM manipulation, and high-quality graphics across a wide range of chart types.

apex-charts.png-legacy

Properties

NameDescriptionProperty Type
typeChart type.string
optionsChart options.object
seriesChart data.object
styleUse styles to customize the visual style of the component. Full menu of style options is available for text, background, margin and padding, border, shape and miscellaneous. You can also specify a style class.object

Component Configuration

Details on how to configure the component can be found on the ApexCharts documentation site. All configurations supported by ApexCharts are supported on the Perspective component.

Only configuration details specific to this module are provided here.