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
| Type | Parameter | Description |
|---|---|---|
| str | seriesName | The 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")