v1.14.0
Feature
You can now specify an AssetSubclass in addition to the existing AssetClass to generate a fully detailed pie chart in the web dashboard:
To use this new feature, declare your Line objects by following this example:
Line(
"Remake Live"
AssetClass.REAL_ESTATE,
AssetSubclass.SCPI,
... # other parameters
)Optionally, you can set the asset class/subclass of a Folder to automatically set every children Lines.
And then launch Finalynx with the dashboard option:
python your_config.py dashboard