Forum Discussion

MStark's avatar
MStark
Helper III
11 months ago
Solved

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.    ...
  • Shahid12523's avatar
    11 months 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