-
|
Beta Was this translation helpful? Give feedback.
Replies: 10 comments
-
Elements in the chart are called overlay and indicator. Overlays are drawn based on coordinates while indicators are drawn based on the data values. Overlays and indicators can use prebuilt figures to draw the shapes or you can draw directly in the canvas using the To draw a line you create a segment overlay. This can be done interactively or programatically (by giving the chart.createOverlay({
name: 'segment',
points: [
{timestamp: ..., value: ...},
{timestamp: ..., value: ...},
]
}, 'candle_pane') |
Beta Was this translation helpful? Give feedback.
-
Super, success, can i place not segment, i want put price line ![]() thx |
Beta Was this translation helpful? Give feedback.
-
![]() Thank you so much, there are simply no words! everything works, I'm a cretin, I don't understand how it works! |
Beta Was this translation helpful? Give feedback.
-
![]() look 0.058366176 - price with label( create as in example - https://klinecharts.com/en-US/sample/overlay.html) 0.05862904 - create line as you say in this issuse. how i can draw label on scale pane( 0.05862904 ) ? thx |
Beta Was this translation helpful? Give feedback.
-
Register custom price line overlay, add another text figure to the overlay, set the See how the last price line is drawn here. |
Beta Was this translation helpful? Give feedback.
-
i found, tnx can i be you sponsor? |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
![]() i try any types, price label not view, she under YaXis panel ( ((( pleasy help |
Beta Was this translation helpful? Give feedback.
-
I Register custom price line overlay! ales good |
Beta Was this translation helpful? Give feedback.
I Register custom price line overlay!
ales good