powered by
mjs_labs(mjs, x_label = NULL, y_label = NULL)
mtcars %>% mjs_plot(x=wt, y=mpg, width=400, height=300) %>% mjs_point(color_accessor=carb, size_accessor=carb) %>% mjs_labs(x="Weight of Car", y="Miles per Gallon")
Run the code above in your browser using DataLab