Re: [Ur] Unable to use d3.js library

2019-09-25 Thread Athene Noctua
Hi Mark, just like you defined the tag I think you can redefine the

[Ur] Unable to use d3.js library

2019-09-25 Thread Mark Clements
In developing an FFI for the rmath standalone library (https://github.com/mclements/urweb-rmath), I wanted to plot some values. I was able to get urweb-canvas going (very nice) and SVG [1], but it would be nice to use some pre-existing libraries for axes, labels, etc. As an initial approach, I tri