Description Usage Arguments Details Value
Include a dygraph plugin
1 |
dygraph |
Dygraph to add plugin to |
name |
Name of plugin |
path |
Path to plugin JavaScript file |
options |
Named list of options to pass to plugin constructor |
version |
Plugin version (e.g. version of package which provides the plugin) |
You can use dygraphs plugins to customize the appearance of dygraphs as well as add new interactive behaviors. For additional information on creating dygraphs plugins see the dygraphs plugins documentation. Once you've created a dygraphs plugins you can use the dyPlugin function to create an R wrapper for it. See https://rstudio.github.io/dygraphs/gallery-plugins.html for details on how to do this.
A dygraph with the specified plugin enabled.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.