CommentFileSizeAuthor
#3 GraphAPI.dot_.png27.94 KBclemens.tolboom

Comments

clemens.tolboom’s picture

This give a new browser window

# javascript
window.open("data:text/plain;Content-Disposition:attachment;filename=graphapi.txt,howdy");
clemens.tolboom’s picture

Component: jquery-graphapi » graph_phyz

This js and issue should be moved to github but for now moved to graph_phyz component.

clemens.tolboom’s picture

StatusFileSize
new27.94 KB

The export done by firefox is saved as a .part file.

The colors are not saved into the file.

Latest version

clemens.tolboom’s picture

Project: Graph API » Graph Phyz
Version: 7.x-1.x-dev »
Component: graph_phyz » Code

We could wonder why not just use the Graphviz project?

clemens.tolboom’s picture

clemens.tolboom’s picture

Is should be possible now with https://drupal.org/project/blob_relay.

It needs integration code so let's see how that works out.

clemens.tolboom’s picture

Version: » 7.x-1.x-dev
Issue summary: View changes

The link from #5 to http://stackoverflow.com/questions/14964035/how-to-export-javascript-arr... has a new comment
document.body.appendChild(link);
which would make it work on FF ... need to try.