repostat icon indicating copy to clipboard operation
repostat copied to clipboard

Use pure d3 or a framework like Bokeh for plots

Open vifactor opened this issue 5 years ago • 1 comments

Recently, thanks to @pulkomandy, gnuplot plots were replaced by nv.d3-driven interactive graphs. Although, they currently look great, the nv.d3 library seems to be abandoned and its most recent version relies on quite old version of d3.js. Moreover, the library supports quite limited number of graph types which might be an issue for enhanced git-analysis

vifactor avatar Apr 18 '20 21:04 vifactor

There is work in progress for nvd3 with up to date d3: https://github.com/nvd3/nvd3 but it seems not mature enough for production use yet.

And yes, it's still a rather high-level library: easy to get started, but if you want to do really complex things, you can hit the limitations.

pulkomandy avatar Apr 19 '20 07:04 pulkomandy