I hope my title is well enough formulated, i am very new to chartJS actually just started i read the entire documentation multiple times and have done many simple to medium difficulty examples.
I am trying to graph the results of a test by categories, for example a Math test includes the categories: Algebra, Calculus, Analysis, Geometry , Combinatorics. I am making a graph in which each bar/column is a category and the data is the amount of correct questions from this category, as my max for a bar/column i want to have the maximum amount of questions in a given category, so no matter what number i plug this number will always be my max so 100%, so if i have 10 questions for Algebra in the test and i answer 7/10 correctly i want to see the bar be at 70% since this is the amount of correct questions from this specific category, but if i have 4/10 in Calculus this specific bar/column should be at 40%.
I hope my explanation was clear enough, i have all the data i need to achieve this ready to go, i just do not know how to exactly execute this no matter how much i research.
Any help or pointing in the right direction would be greatly appreciated!