Using D3 with websharper

477 Views Asked by At

I have looked at the extensions that websharper provides here. Is it possible to use D3 with websharper? If so are there any examples around?

2

There are 2 best solutions below

0
On

There is nothing magical about the WebSharper extensions. You can create your own extensions. There are various explanations online, some a bit out-dated, and the team is very friendly - feel free to ask them questions, either via e-mail or on FPish.

1
On

I started a D3.js wrapper a little while ago, you can use it and hopefully continue and extend it:

https://github.com/davidgrenier/Wrappers