Make usage data page more readable
partouf opened this issue · comments
The page https://conan.compiler-explorer.com/usage.html retrieves statistics from a CSV and displays them in a D3 chart.
But when there's a lot of libraries listed, it's not very user friendly or readable.
Preferably at least the libraries that have 0 hits should not be in the chart, and even better should be mentioned like "The following libraries are left out because they were not used in the specified time-period: lib1, lib2, lib3, etc"
If there are better ways to graph this out with D3 thats Ok too.
The page can be edited directly from https://github.com/compiler-explorer/conanproxy/blob/main/html/usage.html and should be testable from any browser without having to serve it from a webserver.
Hi, would love to work on this. Can I have the privilege to go ahead?
Hi, would love to work on this. Can I have the privilege to go ahead?
Absolutely, thanks!
Let us know if there's something we can help with :)
Sounds good to me
Hi, I have been able to get the chart.js working with limiting the number of libraries to display as well as display the libraries not included in the chart on the html page with their number as show in the image attached herewith but i wish to ask would prefer we distinguish which is cpp and rust or just list the libraries. [image: usage chart.png]
…
On Wed, Aug 24, 2022 at 5:56 PM Patrick Quist @.> wrote: Sounds good to me — Reply to this email directly, view it on GitHub <#20 (comment)>, or unsubscribe https://github.com/notifications/unsubscribe-auth/AEXP2H3DJWCNQ2OIHQJ26H3V2ZH4RANCNFSM57MWWW5A . You are receiving this because you were assigned.Message ID: @.>
I cant see the image, but there should be something to mention whether its a cpp or rust library. Can be just textual like “libname (rust)” if needed
Both pages are now live @ https://conan.compiler-explorer.com/usage.html and https://conan.compiler-explorer.com/usage-d3.html
Thanks, again!