final boolean treatNullColorsAsTransparent,
final boolean placeSubcategoryLabelsAtBarLevel) {
super();
this.treatNullColorsAsTransparent = treatNullColorsAsTransparent;
this.placeSubcategoryLabelsAtBarLevel = placeSubcategoryLabelsAtBarLevel;
this.seriesToGroupMap = new KeyToGroupMap();
}