ConX / dokuwiki-plugin-authorstats

Dokuwiki plugin that outputs statistics about the wiki's authors.
http://www.dokuwiki.org/plugin:authorstats
8 stars 7 forks source link

Interactive bar charts #48

Open asheenlevrai opened 3 years ago

asheenlevrai commented 3 years ago

Hi :)

I noticed that if I specify a number in <AUTHORSTATS YEARGRAPH [num]>, the total size of the graph remains the same as the regular yeargraph. Everything is just displayed using a smaller font and this can reach a point where it become impossible to read (for 10 years or more, for instance).

Would it be possible to make the graph larger? Ideally being able to specify the size of the graph.

I also noticed that the graph looks nothing like what is shown on https://www.dokuwiki.org/plugin:authorstats In my case it is displayed as a vertical bar plot with (years &) months on the left side and horizontal bars extending to the right side representing total monthly contributions.

Note: It would be great to be able to generate graphs on a per-user basis as well.

Thanks a lot. Best, -a-

ConX commented 3 years ago

I am not sure if increasing the size of the graph would be desired for most users, but it could be potentially implemented as an optional parameter. Before implementing this, I think it's more important to explore other plotting libraries that allow for interactive graphs.

Thank you for pointing out that the plugin page screenshot is outdated. I will update this as soon as possible.

asheenlevrai commented 3 years ago

Thanks :)