Searched refs:sampleWeightFunction (Results 1 – 1 of 1) sorted by relevance
1005 let sampleWeightFunction = this.selectorView.getSampleWeightFunction();1008 .then(wait(() => view.drawDetails(sampleWeightFunction)))1107 this.sampleWeightFunction = null;1153 drawDetails(sampleWeightFunction) { argument1154 this.sampleWeightFunction = sampleWeightFunction;1265 let sampleWeight = this.sampleWeightFunction(sumCount, this.totalCount);1564 drawDetails(sampleWeightFunction) { argument1565 google.charts.setOnLoadCallback(() => this.realDraw(sampleWeightFunction));1568 realDraw(sampleWeightFunction) { argument1581 totalValue = sampleWeightFunction(countInfo.subtreeEventCount, this.totalCount);[all …]