Forum Discussion
MStark
1 year agoHelper III
Conditional Formatting Markers on a Line Chart
Hey! Im looking to have a visual as follows Line chart by month and value with legend being location. Want when the value goes below specific amount for each location the markers turn red. ...
- 1 year ago
Best approach: Use a line chart + scatter plot combo.
- Line shows all values by location/month.
- Scatter adds red markers only where values fall below threshold.
Alternative: Use Deneb for full control or custom visuals from AppSource.
Fallback: Use icons or tooltips to flag low values
RicardoTraNa
6 months agoResponsive Resident
Hi! Yes, you can paint the conditional marker, but you have to do it as a bar first. Create a bar chart, apply conditional formatting, and then transform it into a line chart. You will see that the conditional formatting is preserved in the markers.
Hope that help