The same concept can be used to get Julia to interact with d3.js (and that was the motivation for the PlotlyJS stuff). PlotlyJS is still early stages though:
On Monday, November 30, 2015 05:48:06 AM Randy Zwitch wrote:
> This is also on my roadmap for Vega.jl
>
> On Monday, November 30, 2015 at 7:25:40 AM UTC-5, Weijian Zhang wrote:
> > Dear all,
> >
> > I really like the force-directed graph example in d3 <https://d3js.org/>.
Weijian Zhang
unread,
Nov 30, 2015, 1:59:03 PM11/30/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to julia-users
Thanks a lot for all the suggestions.
Weijian
Martin Somers
unread,
Dec 2, 2015, 5:11:05 AM12/2/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to julia-users
Hi Weijian
you pretty much can do something like that at the moment with stock julia - at the back end of that chart is some javascript - if you refactor it to load a json file, you then can use julia to generate the json object - when you make changes to the julia file you can dynamically rebuild all files using grunt/gulp
this was helpful for me a couple of months back when I was building a dynamic javascript chat using julia