Could you please, help to solve the issue where yaxis: crosschairs cannot be stuck with point data?
So if I move the mouse up/down, yaxis: crosschairs is moving as well, but I'd like to stuck it with data (blue ball-> see screenshot below)
This is how it might be.
Does apexcharts.js library do it right now? Is there option for it? I didn't find anything to make it .
This is what I found, but ...
yaxis: {
crosshairs: {
show: true,
position: "back",
stroke: {
color: "#b6b6b6",
width: 5,
dashArray: 0,
},
},
tooltip: {
enabled: true,
offsetY: 200,
width: 10,
},
},
help to solve the issue where yaxis: crosschairs cannot be stuck with point data? So if I move the mouse up/down, yaxis: crosschairs is moving as well, but I'd like to stuck it with data (blue ball-> see screenshot below)