I need to display information about continents by changing the colors of each continent, as is shown in the example image. I don't know how to implement this in Qt, and I don't even know what term to use when looking for more information about this; is it a "continent diagram", "continent statistics chart"?
Initially I thought it could be done with an SVG, but I was unable to change the color of specific paths by id.
I need to be able to update it while the program is running.
What could I use? Thanks.