nx10 / httpgd

Asynchronous http server graphics device for R.
https://nx10.github.io/httpgd
GNU General Public License v2.0
377 stars 19 forks source link

Static unique plot IDs #52

Closed nx10 closed 3 years ago

nx10 commented 3 years ago

When single plots are deleted from the history, the plot index of subsequent plots changes. Each plot should have a unique static ID by which it can be accessed regardless of changes to other plots.

This is an API addition that should make single plot access stateless and simplifies certain implementations on the client side.

nx10 commented 3 years ago

Implemented with 54039d5ceb7088336d1885d28fb910487b9ae463. Needs unit tests and markdown documentation.