Searched refs:drawPrice (Results 1 – 3 of 3) sorted by relevance
/dports/www/grafana8/grafana-8.3.6/public/app/plugins/panel/candlestick/ |
H A D | utils.ts | 24 const drawPrice = mode !== VizDisplayMode.Volume && fields.high != null && fields.low != null; constant 25 const asCandles = drawPrice && candleStyle === CandleStyle.Candles; 45 if (drawPrice) { 66 let hData = drawPrice ? u.data[hIdx!] : null; 67 let lData = drawPrice ? u.data[lIdx!] : null; 134 if (drawPrice) { 191 if (drawPrice) {
|
/dports/misc/qt5-examples/qt-everywhere-src-5.15.2/qtdoc/examples/demos/stocqt/content/ |
H A D | StockChart.qml | 241 function drawPrice(ctx, from, to, color, price, points, highest, lowest) 367 … drawPrice(ctx, 0, numPoints, settings.highColor, "high", points, highestPrice, lowestPrice); 369 … drawPrice(ctx, 0, numPoints, settings.lowColor, "low", points, highestPrice, lowestPrice); 371 … drawPrice(ctx, 0, numPoints,settings.openColor, "open", points, highestPrice, lowestPrice); 373 … drawPrice(ctx, 0, numPoints, settings.closeColor, "close", points, highestPrice, lowestPrice);
|
/dports/www/grafana8/grafana-8.3.6/public/build/ |
H A D | 7095.0e38943fa459e872fe93.js.map | 1 …drawPrice = mode !== VizDisplayMode.Volume && fields.high != null && fields.low != null;\n const …
|