It appears throughout the files whenever a pie chart is generated by the game (like in the political chart), it's being at most handled within the gui files as:
It appears some internal scripting is responsible for making the chart actually display what it does. This is slightly tricky for my purposes since I was hoping to be able to properly utilize an element like this in a mod.
Does anyone here know anything about the formatting/other things that'd be needed to actually generate a custom pie chart? It seems like any and all information about pieChartTypes is scarce. I know that I'd have to do this through some sort of scripted GUI, but it seems like the method by which modifying the things displayed on the chart is done is never explained anywhere from my knowledge
pieChartType = {
name = "GFX_political_chart_small"
size = 26
}
It appears some internal scripting is responsible for making the chart actually display what it does. This is slightly tricky for my purposes since I was hoping to be able to properly utilize an element like this in a mod.
Does anyone here know anything about the formatting/other things that'd be needed to actually generate a custom pie chart? It seems like any and all information about pieChartTypes is scarce. I know that I'd have to do this through some sort of scripted GUI, but it seems like the method by which modifying the things displayed on the chart is done is never explained anywhere from my knowledge