|
|
|
|
826
|
rpt.formatValue(abs64(int64(float64(rpt.total)*edgeFraction)))))
|
826
|
rpt.formatValue(abs64(int64(float64(rpt.total)*edgeFraction)))))
|
827
|
}
|
827
|
}
|
828
|
if nodeCount > 0 && nodeCount < origCount {
|
828
|
if nodeCount > 0 && nodeCount < origCount {
|
829
|
- label = append(label, fmt.Sprintf("Showing top %d nodes out of %d (cum >= %s)",
|
|
|
|
|
829
|
+ label = append(label, fmt.Sprintf("Showing top %d nodes out of %d",
|
830
|
nodeCount, origCount,
|
830
|
nodeCount, origCount,
|
831
|
rpt.formatValue(g.Nodes[len(g.Nodes)-1].Cum)))
|
831
|
rpt.formatValue(g.Nodes[len(g.Nodes)-1].Cum)))
|
832
|
}
|
832
|
}
|