Django/Python/Plotly Icon level
I am working on a dashboard and I would like to use "icon rating" (is there a name for this?). I mean having a range of icons and see if they are full/empty/coloured in a scale of 1 to 4/5 or whatever number of icons. The most usual case is done with stars in many reviews but I would like to do it with other icons related to my dashboard topic.
What's the best way to do it?
I am using Django/Python/Plotly for this dashboard so tools related to these would be best.