{ "copyright":"CognosPaul 2015", "data": [ { "id":"scores", "fields": [ { "id":"score" } ], "rows": [ [ 460 ] ] }, { "id":"zones", "fields": [ { "id":"series", "label":"abc", "categories": [ "red", "yellow", "green" ] }, { "id":"start", "label":"start" }, { "id":"end", "label":"end" } ], "rows": [ [ 0, 160, 359 ], [ 1, 360, 559 ], [ 2, 560, 760 ] ] } ], "grammar": [ { "coordinates": { "dimensions": [ { "scale": { "spans": [ { "fit":"exact" } ], "local":true } }, { "scale": { "spans": [ { "fit":"exact" } ], "local":true } } ] }, "elements": [ { "type":"interval", "position": [ { "field": { "$ref":"start" } }, { "field": { "$ref":"end" } }, { "value":"50%" } ], "color": [ { "id":"_PALETTE2_", "scale": { "local":false }, "field": { "$ref":"series" }, "modifies":"both", "palette": [ "#BC202E", "#F49020", "#38B14A" ] } ], "style": { "width":"8px", "outline": { "h":0, "s":0, "v":1, "dValue":0 }, "outlineMethod":"center", "stroke": { "width":"1px" } } }, { "type":"point", "position": [ { "field": { "$ref":"score" } }, { "value":"50%" } ], "style": { "width":"9px", "height":"9px", "outline":"white", "fill":"black", "stroke": { "width":"1px" } }, "label": [ { "content": [ { "$ref":"score" } ], "style": { "align":"start", "padding": { "bottom":"4px" }, "font": { "weight":"bold", "size":"24px", "family":"Helvetica" } } } ] } ], "style": { "fill":"transparent" } } ], "version":"7.1", "size": { "width":150, "height":150 }, "style": { "padding":"0%", "fill":"transparent" } }