score:2

Accepted answer

There are a number of things you can do.

Here is one example fiddle, using a couple of different techniques to highlight the bar:

http://jsfiddle.net/jlbriggs/78LHt/

1) you can specify colors in the data point object. You'll need to pre-process your data to build the appropriate data point depending on the specifics

2) you can add data labels to points you need to highlight

However - I would strongly caution that this type of display is essentially useless for this purpose. Unless you have serious problems going on, as you've seen, the comparison is not remotely helpful, and in fact obscures exactly the one piece of information that you need to be aware of.

This is one of the cases where a simple table with numbers listed will be far more effective at displaying the type of data that you need.

something simple and clear. exampe:

To bring charts back into, a sparkline of the status history would be useful:


Related Query