htmlwidget. Dimple is a powerful javascript library
based on d3.js. Dimple supports numerous chart types and is
well documented.
dimple(data, x, type = "bubble", y = NULL, z = NULL, groups = NULL, group = NULL, storyboard = NULL, ..., pipe = F, width = NULL, height = NULL, elementId = NULL)data.frame with the data to ploty ~ x or column name(s) of x variable. Dimple can accept either a single or multiple column name(s)
as x or y. If multiple column names for either x or y, then the formula method cannot be used.y variable if x is not a formula. Dimple can accept either a single or multiple column name(s)
as y or y. If multiple column names for either x or y, then the formula method cannot be used.groupgroups. Dimple differs from other rCharts2 libraries
in its ability to handle multiple fields or column names as groups.logical to return a Pipe.width can be set separately (see setBounds).height can be set separately (see setBounds).string css selector id for the chart. If the elementId is NULL,
a semi-random id will be assigned.add_legend;
add_title; default_colors;
facet.dimple; set_bounds;
xAxis.dimple, yAxis.dimple,
zAxis.dimple