Searched refs:sampleWeightFunction (Results 1 – 1 of 1) sorted by relevance
995 let sampleWeightFunction = this.selectorView.getSampleWeightFunction();998 .then(wait(() => view.drawDetails(sampleWeightFunction)))1097 this.sampleWeightFunction = null;1143 drawDetails(sampleWeightFunction) { argument1144 this.sampleWeightFunction = sampleWeightFunction;1252 let sampleWeight = this.sampleWeightFunction(sumCount, this.totalCount);1551 drawDetails(sampleWeightFunction) { argument1552 google.charts.setOnLoadCallback(() => this.realDraw(sampleWeightFunction));1555 realDraw(sampleWeightFunction) { argument1568 totalValue = sampleWeightFunction(countInfo.subtreeEventCount, this.totalCount);[all …]