neo4j-labs / neodash

NeoDash - a Dashboard Builder for Neo4j
https://neo4j.com/labs/neodash/
Apache License 2.0
412 stars 136 forks source link

Conditional rule-based styling #909

Open KWLangendorf opened 3 months ago

KWLangendorf commented 3 months ago

Is your feature request related to a problem? Please describe.

I have a table display and need to indicate if various cells in a record have changed values compared to the previous. For this I have a set of diff columns. But I cannot make different colouring of the changed cell based on the value of the diff columns.

Describe the solution you'd like I would like to define which column should have the colour green/red based on the value in the diff column. image image image Solutoin: image

mariusconjeaud commented 3 months ago

Discussed with the team. The goal is to say :

IF column1 = "something" THEN column2.Cell TextColor = green

KWLangendorf commented 3 months ago

Yes. Or could be background colorMvh KirstenDen 26. jun. 2024 kl. 14.20 skrev MariusC @.***>: Discussed with the team. The goal is to say : IF column1 = "something" THEN column2.Cell TextColor = green

—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you authored the thread.Message ID: @.***>