VolkovLabs / business-text

The Business Text panel plugin allows you to construct a text visualization template from the values of a dataset returned by a data source query.
https://volkovlabs.io
Apache License 2.0
83 stars 13 forks source link

Issue with statusColor #260

Closed Scalee closed 9 months ago

Scalee commented 10 months ago

Status color doesn't seem to work unless it's the last column.

Query where the threshold column isn't the last column. Screenshot 2024-01-22 112125

Query where the threshold column is the last column. Screenshot 2024-01-22 112143

Content: (seems the html is getting filtered, the content is wrapped in a div with background-color: {{statusColor}}) `

{{license_number}}

{{statusColor}}

{{test}}

`

mikhail-vl commented 10 months ago

@Scalee Interesting, thank you for submitting an issue. We will look into it.