You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In case you haven't figured this out yet, it's not actually a bug. You just need to add hc_chart(inverted = TRUE) to your code. Your full code would look like this:
hchart(df,
"columnrange",
hcaes(x = xval, low = l, high = h, name = nm, color = col)) %>%
hc_chart(inverted = TRUE)
This is what my output looks like with your data and the code above:
Hi there,
I am trying to replicate this inverted column range chart https://www.highcharts.com/demo/ios/columnrange.
It appears the inverted flag has no impact of a columnrange chart.
Thanks
Please include a minimal reproducible example -
The text was updated successfully, but these errors were encountered: