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 : 
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 =...