Skip to content

v1.14.0

Choose a tag to compare

@github-actions github-actions released this 10 May 11:48
· 115 commits to main since this release

Feature

  • assets: Create asset subclass definitions & visualizations (#64) (14a1d3d)

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