Home
last modified time | relevance | path

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 Dutils.ts24 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 DStockChart.qml241 function drawPrice(ctx, from, to, color, price, points, highest, lowest)
367drawPrice(ctx, 0, numPoints, settings.highColor, "high", points, highestPrice, lowestPrice);
369drawPrice(ctx, 0, numPoints, settings.lowColor, "low", points, highestPrice, lowestPrice);
371drawPrice(ctx, 0, numPoints,settings.openColor, "open", points, highestPrice, lowestPrice);
373drawPrice(ctx, 0, numPoints, settings.closeColor, "close", points, highestPrice, lowestPrice);
/dports/www/grafana8/grafana-8.3.6/public/build/
H A D7095.0e38943fa459e872fe93.js.map1drawPrice = mode !== VizDisplayMode.Volume && fields.high != null && fields.low != null;\n const …