Description Usage Arguments Examples
nvmulti Overylay scatter, line, bar, and stacked area plots on one or two vertical axes.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
... |
|
tooltip |
set to TRUE to display mouse hover point summary tooltip |
guideline |
set to TRUE to display mouse hover summary of all series |
interpolate |
d3.js plot interpolation option |
xlab |
a title for the x axis |
ylab |
a title for the primary y axis |
ylab_right |
a title for the secondary (right) y axis |
xformat |
function that converts numeric x-axis values to text |
xticks |
optional numeric vector of x tick locations |
col |
optional colors, one for each series |
xlim |
an optional numeric vector of two values of lower and upper x-axis limits |
ylim1 |
an optional numeric vector of two values of lower and upper left y-axis limits |
ylim2 |
an optional numeric vector of two values of lower and upper right y-axis limits |
options |
advanced JavaScript options |
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.