However, there's something I'm not being able to achieve. I would like to have each row's height proportional to the value of a field (called 'link_length'). The result I'm looking for would be something like this:
The component let's me define a "Height factor" for the rows, but whatever I put there gets used in all rows. I would like to put "link_length" since each "link_id" (each row) has a unique link_length associated in the data model.
The component wants one value fot all rows, so it lets me use aggregations such as "avg(link_length)", but that's not what I need.
Do you have any idea or workaround so each row is rendered with a height proportional to its corresponding link_length?