Skip to content

Commit

Permalink
Snapshots updated
Browse files Browse the repository at this point in the history
Signed-off-by: Deepak Nevde <deepak_nevde@persistent.com>
  • Loading branch information
deepaknevdepsl committed Jun 2, 2022
1 parent 27bd49d commit 019e9db
Show file tree
Hide file tree
Showing 2 changed files with 87 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -694,9 +694,63 @@ exports[`Config panel component Renders config panel with visualization data 1`]
},
Object {
"editor": [Function],
"id": "chart_options",
"mapTo": "chartOptions",
"name": "Chart options",
"id": "legend",
"mapTo": "legend",
"name": "Legend",
"schemas": Array [
Object {
"component": null,
"mapTo": "showLegend",
"name": "Show Legend",
"props": Object {
"defaultSelections": Array [
Object {
"id": "show",
"name": "Show",
},
],
"options": Array [
Object {
"id": "show",
"name": "Show",
},
Object {
"id": "hidden",
"name": "Hidden",
},
],
},
},
Object {
"component": null,
"mapTo": "position",
"name": "Position",
"props": Object {
"defaultSelections": Array [
Object {
"id": "v",
"name": "Right",
},
],
"options": Array [
Object {
"id": "v",
"name": "Right",
},
Object {
"id": "h",
"name": "Bottom",
},
],
},
},
],
},
Object {
"editor": [Function],
"id": "chart_styles",
"mapTo": "chartStyles",
"name": "Chart Styles",
"schemas": Array [
Object {
"component": null,
Expand All @@ -722,6 +776,28 @@ exports[`Config panel component Renders config panel with visualization data 1`]
],
},
},
Object {
"component": [Function],
"defaultState": Object {
"name": "default",
},
"eleType": "colorpicker",
"isSingleSelection": true,
"mapTo": "colorTheme",
"name": "Color Theme",
"options": Array [
Object {
"title": "Default",
"type": "text",
"value": "default",
},
Object {
"title": "Single Color",
"type": "text",
"value": "singleColor",
},
],
},
],
},
],
Expand All @@ -740,11 +816,13 @@ exports[`Config panel component Renders config panel with visualization data 1`]
"iconType": "visPie",
"id": "pie",
"label": "Pie",
"legendPosition": "v",
"name": "pie",
"selection": Object {
"dataLoss": "nothing",
},
"seriesAxis": "yaxis",
"showLegend": true,
"type": "pie",
"visConfig": Object {
"config": Object {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -382,14 +382,17 @@ exports[`Pie component Renders pie component 1`] = `
"rows": 1,
},
"height": 220,
"legend": Object {
"orientation": undefined,
},
"margin": Object {
"b": 15,
"l": 60,
"pad": 0,
"r": 10,
"t": 30,
},
"showlegend": true,
"showlegend": undefined,
"title": "",
}
}
Expand Down Expand Up @@ -442,8 +445,7 @@ exports[`Pie component Renders pie component 1`] = `
"height": 220,
"hovermode": "closest",
"legend": Object {
"orientation": "h",
"traceorder": "normal",
"orientation": undefined,
},
"margin": Object {
"b": 15,
Expand All @@ -452,7 +454,7 @@ exports[`Pie component Renders pie component 1`] = `
"r": 10,
"t": 30,
},
"showlegend": true,
"showlegend": undefined,
"title": "",
"xaxis": Object {
"automargin": true,
Expand Down

0 comments on commit 019e9db

Please sign in to comment.