mohitkumartoshniwal / jsonlens

Visualize JSON using interactive Graphs
https://www.jsonlens.com/
MIT License
59 stars 11 forks source link

Allow different backgrounds for downloaded SVG for the whole graph #4

Open mohitkumartoshniwal opened 4 months ago

mohitkumartoshniwal commented 4 months ago

Currently downloading of graph in svg works fine for white background but when a different background is used, only a part of the graph is covered. Make necessary changes such that graphs downloaded as svg can also have different backgrounds similar to png and jpeg.

NielsNicolai commented 3 weeks ago

Is the SVG download feature already included for the white background? If so, how can it be done?

mohitkumartoshniwal commented 3 weeks ago

@NielsNicolai The svg export currently only supports white background since I was finding some issues with regards to the graph visualization export not being completely covered with a different background, hence currently the task is to allow svg to have multiple backgrounds similar to png and jpeg without any issues.