0UnitSalesJan-11Month

  1. ### example 7 horizontal bar
  2. d1 <- dPlot(
  3. Month ~ UnitSales,
  4. data = data,
  5. type = "bar"
  6. )
  7. d1$xAxis(type = "addMeasureAxis")
  8. #good test of orderRule on y instead of x
  9. d1$yAxis(type = "addCategoryAxis", orderRule = "Date")
  10. d1