hrbrmstr / metricsgraphics

:chart_with_upwards_trend: htmlwidget interface to the MetricsGraphics.js D3 chart library
http://hrbrmstr.github.io/metricsgraphics/
Other
132 stars 35 forks source link

Plots render incorrectly #36

Closed pkopps closed 8 years ago

pkopps commented 9 years ago

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