Question
-
Topic
-
I have a chart I’d like to generate but I have no idea how to do it
Hey,
I’m looking to generate a ranking list in a similar form to a horizontal bar chart in the following format:
https://i.postimg.cc/XqM4mpFh/CHART-mock-up.jpg
…and I’m hoping somebody knows the best way and which software to use to make it happen. (Apologies if the picture link above doesn’t work.)
Here are the details:
I’ve collected data of 60 works of art where 20 people could rate them in points from -3 through to 3.
I’d like to display the information in ranking list in the following way:
1. The works of art are the items being ranked, they are represented by a thumbnail rather than text.
2. Each item displays three types of data: the positive points, negative points and total points all as horizontal bars, the items on the ranking list can also be sorted according to all three of these data types.
3. It should be possible to update the information any time.
I did find an online chart generator here:
https://www.chartle.com/#horizontalBar
..which is quite flexible in that it allows me to update the data any time but it doesn’t offer anything else I need, such as a way to sort the items or list the thumbnails in the axis.
If anybody knows how to tackle this problem I’d love to hear your suggestions, I unfortunately have very little knowledge of coding so despite knowing exactly what I want I have no idea how to make it lol.
Thanks in advance