Home
last modified time | relevance | path

Searched refs:ticksNum (Results 1 – 3 of 3) sorted by relevance

/dports/www/grafana8/grafana-8.3.6/public/app/plugins/panel/heatmap/
H A Dcolor_legend.ts291 const ticksNum = Math.ceil(range / tickStepSize); constant
295 for (let i = 0; i < ticksNum; i++) {
/dports/www/grafana8/grafana-8.3.6/public/app/plugins/panel/graph/
H A Dgraph.ts739 let ticksNum = Math.floor((max - min) / tickStep); variable
740 while (ticksNum > defaultTicks) {
742 ticksNum = Math.ceil((max - min) / tickStep);
/dports/www/grafana8/grafana-8.3.6/public/build/
H A D7095.0e38943fa459e872fe93.js.map1ticksNum = Math.floor((max - min) / tickStep);\n while (ticksNum > defaultTicks) {\n t…