Hi @Alan_J_Lowenstein,
Since you can not apply conditional formatting in the standard way to highcharts, you could try adding in something like the following:
So this is testing to see if the value from field ‘0’ is greater than or equal to field ‘1’. So I believe that you’ll need to compare the Partners Added against the Partners Lost instead of trying to pull in the values from Partners Net.
Based on your other code, I’m thinking that your visual’s ‘field’ well section, ‘Partners Added’ is the second value field and ‘Partners Lost’ is 3rd?
If that’s the case, what if you tried adjusting to the following:
Thanks Brett.. What I am actually trying to do is if the Partner Net Change is < 0 make the bar red and if it’s => 0 make the bar green? So it is the 3rd parameter.. here is the complete highcharts JSON
Hi @BreachSecure,
Glad you were able to piece this together!
I’ll take a look around and see if I can find some documentation that helps with the legend coloring as well, those and tool tips always like to play difficult when working with these highcharts!