Hi there, really hoping someone can help
I'm struggling to get my annotaions visible ABOVE my graph using JSON, I'm not sure where to place the "showBelow":0 in this structure:
"annotations": [{
"annotationGroup": [{
"annotation": [{"type":'text', "xPos":50, "yPos":20, "font":'Verdana', "fontSize":14, "radius":0, "fillcolor":'333333', "fillAlpha":5, "label":'Weight loss', "fillColor":"666666", },
{"type":'text', "xPos":190, "yPos":20, "font":'Verdana', "fontSize":14, "radius":0, "fillcolor":'333333', "fillAlpha":5, "label":'Weight gain'}]
}]
}],
Many thanks for any help!!!