rename candles to bars

This commit is contained in:
Tako 2023-12-04 21:56:25 +00:00
parent 6d2438b74d
commit 34c32b53ce

View File

@ -77,7 +77,7 @@ export function usePercentageTool(chartRef, theme: string, timeframe_ms: number)
style: {
x: x,
y: y - 20,
text: `${timeDiff} Candles - ${startPrice < endPrice ? pct : '-' + pct}%`,
text: `${timeDiff} bars - ${startPrice < endPrice ? pct : '-' + pct}%`,
font: '14px sans-serif',
fill: color,
},