KLineChart
KLineChart copied to clipboard
Draggable Tags
Hello,
is there a code snippet to modify the tag and make it draggable vertically?
like in this example https://jsfiddle.net/randalhsu/5un8r93g/
Drag is not supported yet.
This function may be supported in the next version. I made a similar function, but through the price line.
This function may be supported in the next version. I made a similar function, but through the price line.
can you share the code?
const shape= { name: "priceLine", lock: false, mode: "weak_magnet" } chart.createShape(shape, "candle_pane")
const shape= { name: "priceLine", lock: false, mode: "weak_magnet" } chart.createShape(shape, "candle_pane")
is it possible to restrict the dragging to vertical only?
V9 supported.