grandrew / plotti.co

plottico - live plot micorservice that just works

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support for custom templates

dpq opened this issue · comments

I propose to introduce support for custom SVG templates that can have varying layouts. To substitute the required template just change the filename path in the URI, i.e. writing http://plotti.co/<hash>/3dplot.svg instead of http://plotti.co/<hash>/plot.svg in the object src parameter will render the very same data but pull it into 3dplot.svg template taken from the gallery.

Great idea! Just need an interface for the gallery to submit SVG images. Actually, any type of graphics can be submitted this way - like pie charts, etc.

Actually, as we have sources here - no other interface than github pull-request is required, just the internal ability to load templates, automatic review and merge...

Right. So we only need to implement the svg file selector based on the URI.

On Thu, Mar 17, 2016 at 4:51 PM Andrew notifications@github.com wrote:

Actually, as we have sources here - no other interface than github
push-request is required, just the internal ability to load templates,
automatic review and merge...


You are receiving this because you authored the thread.
Reply to this email directly or view it on GitHub
#6 (comment)