In the Stiltsoft's Table Transformer macro, one can use the Atlassian Design System colours, as described here: https://docs.stiltsoft.com/tfac/cloud/using-beautiful-colors-from-the-atlassian-design-system-203719047.html
Is it possible to do this in the Chart from Table macro as well? If it is possible, do you have any hints on what steps I should try next?
-----
Additional context:
- I use the Table Transformer macro to apply background colour to the Status column of my table (T1). For flexibility, rather than using CASE, I made a new table (T2) where I map the status to those Design Tokens. Then I do a LEFT JOIN on the Status column, which brings in the appropriate Design Token (if defined) which I then apply with FORMATWIKI.
- I would like to reuse that table (T2) in the Chart from Table macro. The settings below shows it is possible to obtain the colour directly from the table. The Table Transformer macro above uses "var()" to "convert" the Design Token into the colour. But it's not clear how to do this in the Chart from Table macro.
