ChartVisibilityController({Iterable<Color> initiallyHidden = const <Color>[]}) : _hidden = Set<Color>.from(initiallyHidden);