hrbrmstr/metricsgraphics

Plots render incorrectly

Closed this issue · 0 comments

OS: Windows
R Version: 3.2.1

YTD.cost.per.content.set.not.blank %>%
  mjs_plot(x=Content.Set, y=Cost) %>%
  mjs_point(color_accessor=Cost, size_accessor=Cost) %>%
  mjs_labs(x="Content Set", y="Cost")

rplot