Hi,
I want to code the piechart since the options in Chart properties are limited.
Is this possible with basic license and how do you do that?
Piechart:
One column is categorized in groups and per group the sum of the column Shape_length is used.
I want to change the order of the labels based on my preference, but thats not possible. The only options are to do it alphabetically or numerical. I just want to use the phases of my project as order.
I haven't tried making this specific style of chart, but you can use Python in ArcGIS Pro (or in a stand alone notebook or script) to use Python charting libraries which allow extensive style customization.
Here is a tutorial on using Notebooks in ArcGIS Pro:
https://learn.arcgis.com/en/projects/get-started-with-notebooks-in-arcgis-pro/
This other tutorial is designed for use in ArcGIS Notebooks in ArcGIS Online (it uses the ArcGIS Python API library instead of the ArcPy library) but it shows importing data into a dataframe and making charts.
https://www.arcgis.com/home/item.html?id=30f62af60c9b4493bc3fa59d77209b2d#preview
Look into the Pandas, Searborn, and Plotly libraries for Python to explore the charting options.