I need to accomplish the same thing
I was kind of hopping that replacing the fill color by a reference to a graph field {field} would do the trick, but it does not.
I added a field to the graph source object, and I set this field to different color values (808080, 00FF00, FFFF00, FF0000, …), but for some reason it does’t work.
Any ideas guys?
Thanks!
My colleague manage to do this. He added a column in the dataset of the dataSource with the name “Color” which each row has the value “green”, “orange” or “red”. (In our case the dataSource has a query binding so the logic that determines the color takes place in the query) Then he set the value of series/0/column/apperance/deriveFieldsFromData/fill/Color to Color. I think that is all that is required.
Hi @Mason.Younger , slightly different question, how were you able to get that dashed horizontal line (just above 60)? Is there a way to label that line?