Is anyone interested if I take a look how to integrate Datawrapper (http://datawrapper.de/) instead of using SVGGraph?
The code of Datawrapper can be found on https://github.com/datawrapper/datawrapper.

Comments

metzlerd’s picture

I'm game at exploring... but am not seeing much on how to consume the api version of this. I would be willing to guide someone else in developing a custom renderer that would allow the embedding of these types of graphs. It should be initially developed as a custom module, and then we can think about inclusion in another library.

The one downside will be that like other javascript based graphing libraries, it may be difficult to get this to work in a way that it would be available in PDF documents and other document exports.. PDF generation libraries generally support SVG, but expecting a javascript library to work in the rendering process is a tall order.

hgkris’s picture

Thanks for your respond.
I understand the problem with using javascript based libraries. Maybe SVGGraphs is the best option for this.

hgkris’s picture

Status: Active » Closed (won't fix)