This is a utility function to create a 'graph' data structure to pass to chart module from an 'Excel' sheet
1 | xl2g(xl, ndim = 1, nseries = 1)
|
xl |
has the title and data of the 'Excel' file |
ndim |
is the number of dimensions in the 'Excel' file; it is assumed these are in the first ndim columns of the xl |
nseries |
is the number of series in the 'Excel' file; it is assumed these are in the last nseries columns of the xl |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.