mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-22 19:15:15 +00:00
show label on drawStart
This commit is contained in:
parent
d4df3e7422
commit
656250427e
|
@ -44,7 +44,17 @@ export function usePercentageTool(chartRef, props) {
|
|||
stroke: color.value,
|
||||
},
|
||||
},
|
||||
{ type: 'text', z: 5 },
|
||||
{
|
||||
type: 'text',
|
||||
z: 5,
|
||||
style: {
|
||||
x: startPos.value.x,
|
||||
y: startPos.value.y - 20,
|
||||
text: '0 bars - 0%',
|
||||
font: '14px sans-serif',
|
||||
fill: color.value,
|
||||
},
|
||||
},
|
||||
],
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user