showSeries method
Shows the data for a series on the chart by seriesId
.
The entry in the legend for this series will be returned to its normal color if it was previously hidden.
Implementation
@protected
void showSeries(String seriesId) {
_hiddenSeriesList.removeWhere((String id) => id == seriesId);
}