Skip to content

Commit

Permalink
updated the test case
Browse files Browse the repository at this point in the history
Signed-off-by: SivaprasadAluri <[email protected]>
  • Loading branch information
SivaprasadAluri committed Oct 9, 2022
1 parent ff477c2 commit 076b0f4
Show file tree
Hide file tree
Showing 4 changed files with 779 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3728,6 +3728,108 @@ exports[`Config panel component Renders config panel with visualization data 1`]
},
},
},
Object {
"category": "Visualizations",
"categoryaxis": "xaxis",
"component": [Function],
"editorconfig": Object {
"panelTabs": Array [
Object {
"editor": [Function],
"id": "data-panel",
"mapTo": "dataConfig",
"name": "Style",
"sections": Array [
Object {
"editor": [Function],
"id": "color-theme",
"mapTo": "colorTheme",
"name": "Color theme",
"schemas": Array [],
},
Object {
"editor": [Function],
"id": "fontSize",
"mapTo": "fontSize",
"name": "Metric FontSize",
"schemas": Array [
Object {
"component": [Function],
"eleType": "input",
"mapTo": "fontSize",
"name": "Font size",
"title": "Font size",
},
],
},
],
},
],
},
"fulllabel": "Metrics",
"icon": [Function],
"icontype": "visTable",
"id": "metrics",
"label": "Metrics",
"name": "metrics",
"selection": Object {
"dataLoss": "nothing",
},
"seriesaxis": "yaxis",
"type": "metrics",
"visconfig": Object {
"config": Object {
"barmode": "line",
"displaylogo": false,
"responsive": true,
"xaxis": Object {
"automargin": true,
},
"yaxis": Object {
"automargin": true,
},
},
"layout": Object {
"colorway": Array [
"#3CA1C7",
"#8C55A3",
"#DB748A",
"#F2BE4B",
"#68CCC2",
"#2A7866",
"#843769",
"#374FB8",
"#BD6F26",
"#4C636F",
],
"height": 1180,
"legend": Object {
"orientation": "v",
"traceorder": "normal",
},
"margin": Object {
"b": 30,
"l": 60,
"pad": 0,
"r": 30,
"t": 50,
},
"paper_bgcolor": "rgba(0, 0, 0, 0)",
"plot_bgcolor": "rgba(0, 0, 0, 0)",
"showlegend": true,
"xaxis": Object {
"fixedrange": true,
"showgrid": false,
"visible": true,
},
"yaxis": Object {
"fixedrange": true,
"showgrid": false,
"visible": true,
},
},
},
},
]
}
placeholder="Select a chart"
Expand Down
Loading

0 comments on commit 076b0f4

Please sign in to comment.