HistogramChartSpec constructor
      
      HistogramChartSpec({})
     
    
    
Implementation
HistogramChartSpec({
  this.bucketSize,
  this.legendPosition,
  this.outlierPercentile,
  this.series,
  this.showItemDividers,
});HistogramChartSpec({
  this.bucketSize,
  this.legendPosition,
  this.outlierPercentile,
  this.series,
  this.showItemDividers,
});