Mihail Garbuzov
Mihail Garbuzov
Using the minimal example, in a fresh R session: ``` library(highcharter) hchart(cars, type = "line", hcaes_string(x = "speed", y = "dist")) ``` The above example works fine. However, if certain...
Not sure if I can be more specific than the title, but at least I narrowed it down to the specific version, `2.2.0`, where the my code starts to break....
Re-creating issue #771 which was closed due to inactivity, but the issue still persists. It would be great if it was addressed. `hcaes_string()` allows passing aesthetics arguments as strings, it...