Hoping for an added feature to control the colors of a chart block.
Please correct me if I missed a feature in anything I say below !
So far, the only way I found to control the colors of a chart block is to group based on a single-select field. Unfortunately, the colors of single-select options are :
- limited by the AirTable UI available colors
- limited to manual changes (I canโt find a way to change them through formulas or API calls)
My use case : as I explained here, I have various correlated charts plotting data from a โSessionsโ table, and I group them by customer (link to the โCustomersโ table). I need consistent colors to analyze these at a glance.
Possible implementations that would work for me :
- Basic feature enabling workarounds : Allow control of Single-select option colors through formulas, through the API, or any other wayโฆ
- Maybe too narrow : Blocks > Chart > โGroup byโ field > Add a โCustom colorโ choice which could be based on table relations. In my case, expecting โGroup byโ>โCustomerโ link field and โCustom Colorโ>โCustomerColorโ chosen in the customers table. [Eventually, implementing a โColorโ field type at the same time] (New Field: Color ๐) would be the icing on the cake ! ๐
My best solution at the moment : I use a Node.js bot (built for various third-party syncs) to sync the โCustomerโ link value of a โSessionsโ record into a Single-select field of the same record which holds the manually input color of that customer. Really not practical at all ๐
Iโd be pleased to read anything related to my needs if someone manages to understand the mess I just wrote :thinking: