ochee

Results 2 comments of ochee

with `hcaes(..., y = sales2)` highcharter renders a dynamic plot with wrong y-axis (as interpreted as a "datimetype" type), see below : ![image](https://user-images.githubusercontent.com/44200725/208497486-c4d742f0-103f-4179-bb83-c873c2a2d08b.png)

by using a datetime_to_timestamp function first ``` datasample % hc_add_series(datasample, hcaes(x =month , y = sales), type = "area", name = "Sales") %>% #hc_xAxis(type = "datetime", dateTimeLabelFormats = list(day =...