pygame_gui icon indicating copy to clipboard operation
pygame_gui copied to clipboard

Add some statistical charts

Open LondonClass opened this issue 1 year ago • 2 comments

Is your feature request related to a problem? Please describe. Sometimes we will display some statistical information in the game.

Describe the solution you'd like Add pie charts, bar charts, line charts, and other similar items.

LondonClass avatar Feb 15 '24 23:02 LondonClass

I agree these would be cool!

I also want to support nice tables of data (I'm a spreadsheet nerd).

MyreMylar avatar Feb 26 '24 19:02 MyreMylar

I agree with that too, although I'm interested how you'd implement tables with good performance because tables tend to become large very quickly (especially when loaded from databases) which means the number of elements would grow rapidly along with it.

GimLala avatar Mar 02 '24 10:03 GimLala