in src/BulletChartColumns.ts [91:94]
public static GETSERIESVALUES(dataView: DataView): any[] {
return dataView && dataView.categorical && dataView.categorical.values
&& dataView.categorical.values.map(x => converterHelper.getSeriesName(x.source));
}