You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Updated the core MetricsGraphics javascript library to 2.1.0
Added a grid.arrange like function - mjs_grid to make it possible to combine multiple metricsgraphics plots into a grid (which you can use with dplyr to create ggplot-like faceted graphs).
Added a mjs_add_mouseover function which makes it possible to add custom text to MetricsGraphics rollovers.
Tweaked mjs_bar for MetricsGraphics 2.1.0 compatibility, but the MetricsGraphics bar charts API is unstable at best and no further support for bar charts will be added until the core API stabilizes.