{ "dataRoles": [ { "displayName": "Category Data", "name": "axis", "kind": 0 }, { "displayName": "Clustered Column Series", "name": "clusteredSeries", "kind": 0 }, { "displayName": "Clustered Column Values", "name": "clusteredValue", "kind": 1 }, { "displayName": "Line Values", "name": "lineValue", "kind": 1 }, { "displayName": "Dot Values", "name": "dotValue", "kind": 1 }, { "displayName": "Lower Whisker Value", "name": "lowerWhiskerValue", "kind": 1 }, { "displayName": "Upper Whisker Values", "name": "upperWhiskerValue", "kind": 1 } ], "dataViewMappings": [ { "conditions":[ { "axis": { "min": 1, "max": 1 }, "clusteredSeries": {"max": 1}, "lowerWhiskerValue": {"max": 1}, "upperWhiskerValue": {"max": 1} } ], "categorical": { "categories": { "for": { "in": "axis" }, "dataReductionAlgorithm": { "top": {} } }, "values": { "select": [ { "bind": { "to": "lineValue" } }, { "bind": { "to": "dotValue" } }, { "bind": { "to": "lowerWhiskerValue" } }, { "bind": { "to": "upperWhiskerValue" } } ] } } }, { "conditions": [], "categorical": { "categories": { "for": { "in": "axis"}, "dataReductionAlgorithm": { "top": {} } }, "values": { "select": [ { "bind": { "to": "clusteredValue" } } ] } } } ], "objects": { "enableXAxis": { "displayName": "Enable X-Axis", "properties": { "show": { "displayName": "Enable X-Axis", "type": { "bool": true } } } }, "enableYAxis": { "displayName": "Enable Y-Axis", "properties": { "show": { "displayName": "Enable Y-Axis", "type": { "bool": true } } } }, "enableLegend": { "displayName": "Enable Legend", "properties": { "show": { "displayName": "Enable Legend", "type": { "bool": true } } } }, "colorSelector": { "displayName": "Data Colors", "properties": { "fill": { "displayName": "Color", "type": { "fill": { "solid": { "color": true } } } } } } } }