vifactor / repostat

Inspired by gitstats project: git repository desktop analyzer
GNU General Public License v3.0
106 stars 13 forks source link

Use pure d3 or a framework like Bokeh for plots #133

Open vifactor opened 4 years ago

vifactor commented 4 years ago

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

pulkomandy commented 4 years ago

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.