mirror of
https://github.com/getredash/redash.git
synced 2026-03-22 19:00:09 -04:00
39 lines
854 B
JSON
39 lines
854 B
JSON
{
|
|
"input": {
|
|
"options": {
|
|
"globalSeriesType": "box",
|
|
"xAxis": { "type": "-", "labels": { "enabled": true } },
|
|
"yAxis": [
|
|
{ "type": "linear" },
|
|
{ "type": "linear", "opposite": true }
|
|
],
|
|
"series": { "stacking": null, "error_y": { "type": "data", "visible": true } }
|
|
},
|
|
"series": [
|
|
{ "name": "a" }
|
|
]
|
|
},
|
|
"output": {
|
|
"layout": {
|
|
"margin": { "l": 10, "r": 10, "b": 5, "t": 20, "pad": 4 },
|
|
"width": 400,
|
|
"height": 300,
|
|
"autosize": false,
|
|
"showlegend": true,
|
|
"boxmode": "group",
|
|
"boxgroupgap": 0.50,
|
|
"xaxis": {
|
|
"automargin": true,
|
|
"showticklabels": true,
|
|
"title": null,
|
|
"type": "-"
|
|
},
|
|
"yaxis": {
|
|
"automargin": true,
|
|
"title": null,
|
|
"type": "linear"
|
|
}
|
|
}
|
|
}
|
|
}
|