public BarDataSet(List<BarEntry> yVals, String label) {
    super(yVals, label);

    mHighLightColor = Color.rgb(0, 0, 0);

    calcStackSize(yVals);
    calcEntryCountIncludingStacks(yVals);
  }