We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When using Bar chart with timeseries with labels the mouse click has an offset from the panning area.
open you example codepen for timeline series with labels: https://codepen.io/apexcharts/pen/eVvjZx
change the chart type from "area" to "bar"
try panning with your mouse, you will notice there is an offset from when the mouse was clicked to the panning area that get marked
The panning area will start from the x-axis of the mouse
it has an offset of 50px~
follow the steps above: https://codepen.io/apexcharts/pen/eVvjZx
The text was updated successfully, but these errors were encountered:
63435e1
No branches or pull requests
Description
When using Bar chart with timeseries with labels the mouse click has an offset from the panning area.
Steps to Reproduce - very easy
open you example codepen for timeline series with labels:
https://codepen.io/apexcharts/pen/eVvjZx
change the chart type from "area" to "bar"
try panning with your mouse, you will notice there is an offset from when the mouse was clicked to the panning area that get marked
Expected Behavior
The panning area will start from the x-axis of the mouse
Actual Behavior
it has an offset of 50px~
Screenshots
Reproduction Link
follow the steps above:
https://codepen.io/apexcharts/pen/eVvjZx
The text was updated successfully, but these errors were encountered: