You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 11, 2024. It is now read-only.
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).
The text was updated successfully, but these errors were encountered:
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:
Check if it is easily possible to open the image from R (without having too many dependencies in the package).
The text was updated successfully, but these errors were encountered: