I use big Numbers component to display some numeric and text data. I will be using 4-5 individual elements in each of the component. I would want to make it colourful by giving different colours to individual Items to make it more appealing.
Is it possible to do that in glide? If not what is the alternative?
Please find the screenshot attached with markings to show where I need background colour
If you have a Business Plan, it might be possible with CSS.
A simpler (and more dynamic) option would be to use a different component type - maybe a grid or card collection - and use something like dummyimage.com to generate images with the numbers in them.
Use a template column to construct the image URL. This can include dynamic replacements for the foreground colour, background colour, and the text/number. And then use the images in whatever component fits your use case.
My issues is the page already has multiple components and the components are pulling data from “Table A” which has multiple rows and in one of the column it has the value for each of the boxes.
The grid in my example was just to demonstrate.
There are so many different ways to do this. But if you want to use my suggestion and display the numbers in a collection, then you just need to organise the data into rows instead of columns. This could be as simple as creating a separate table with one row per data point, and then use single value columns to pull in the data, and use that table as the source of the collection.