Files
redash/client/app/visualizations/chart/plotly/fixtures/prepareLayout/pie.json
Levko Kravets 51b573230f Upgrade Plotly (#4752)
* Upgrade Plotly

* Fixes to Plotly wrapper

* Decrease plot margins

* Adjust plot margins
2020-04-06 13:35:39 +03:00

31 lines
548 B
JSON

{
"input": {
"options": {
"globalSeriesType": "pie",
"textFormat": ""
},
"series": [
{ "name": "a" }
]
},
"output": {
"layout": {
"margin": { "l": 10, "r": 10, "b": 5, "t": 20, "pad": 4 },
"width": 400,
"height": 300,
"autosize": false,
"showlegend": true,
"annotations": [
{
"x": 0.49,
"y": 0.985,
"xanchor": "center",
"yanchor": "top",
"text": "a",
"showarrow": false
}
]
}
}
}