Skip to content
This repository has been archived by the owner on Oct 11, 2024. It is now read-only.

Downloading of pre-rendered plots #5

Open
nuest opened this issue Jan 27, 2015 · 0 comments
Open

Downloading of pre-rendered plots #5

nuest opened this issue Jan 27, 2015 · 0 comments

Comments

@nuest
Copy link
Contributor

nuest commented Jan 27, 2015

The timeseries api also supports server-side rendering. This is not core feature of the package but could be nice to have if a user wants to download a lot of data and check roughly how it looks beforehand. Some ideas:

# the following are POST requests!
getData(t, content = "image/png or application/pdf", file = .., style = list())
# stores image at the given location, or in workspace

# query rendedred timeseries with style and other rendeing options - minimal support only!
getData(t, ..., renderingOptions = list(style = '{ "chartType": "line", ...}', legend = TRUE, generalize = TRUE, format = .., ))

Check if it is easily possible to open the image from R (without having too many dependencies in the package).

@nuest nuest changed the title allow downloading of pre-rendered plots Downloading of pre-rendered plots Feb 5, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant