Skip to main content
Version: 8.1

showSeries

Programmatically shows a chart series if it's hidden. If the series is already visible, calling this has no effect.

See showSeries – ApexCharts Docs for more information.

Overview

Syntax

component.showSeries(seriesName)

Parameters

TypeParameterDescription
strseriesNameThe name of the series to show.

Returns

None

Examples

Show Series

This example shows the visibility of a series named "SeriesA".

self.getSibling("apexchart").showSeries("SeriesA")