Skip to content
New issue

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

hc_xAxis() crossing doesn't work #795

Open
ondrejmichalek opened this issue Jun 1, 2023 · 2 comments
Open

hc_xAxis() crossing doesn't work #795

ondrejmichalek opened this issue Jun 1, 2023 · 2 comments

Comments

@ondrejmichalek
Copy link

Hello everyone,

I've found out that option crossing in hc_axis() doesn't work at all (even if you add opposite = T as some original JS plugins suggested - https://github.com/highcharts/crossing-specific-value/blob/master/crossing-specific-value.js

xAxis still remains on 10 in the following code:

hchart(mpg, "point", hcaes(displ, hwy, group = drv)) %>%
        hc_xAxis(crossing = 35)

Does anyone have a solution or workaround to this bug?
Thanks a lot!

@ondrejmichalek
Copy link
Author

Okay, my fault. This funcionality is available only since highcharts 11, which was released only month ago, so It is not incorporated into highcharter.

Anyway, couldn't someone please help me with some workaround, until a new version is released?

Copy link

stale bot commented Feb 25, 2025

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. Feel free to reopen it if you find it necessary.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant