Switch

Members
  • Content count

    2
  • Joined

  • Last visited

About Switch

  • Rank
    Forum Newbie
  1. Json Annotation Format

    Does anyone have any suggestions even? I've seen lots of similar questions regarding "showBelow":0 but all in XML format, I'm not sure its not just my syntax thats messing things up, no expert here..
  2. Json Annotation Format

    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!!!