Skip to content

Commit

Permalink
updated snapshots
Browse files Browse the repository at this point in the history
Signed-off-by: Mrunal Zambre <[email protected]>
  • Loading branch information
mrunal-z committed May 31, 2022
1 parent bc11cfb commit 9988832
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1041,7 +1041,7 @@ exports[`Config panel component Renders config panel with visualization data 1`]
"defaultState": Object {
"name": "default",
},
"eleType": "colorpicker",
"eleType": "treemapColorPicker",
"isSingleSelection": true,
"mapTo": "colorTheme",
"name": "Color Theme",
Expand All @@ -1052,10 +1052,15 @@ exports[`Config panel component Renders config panel with visualization data 1`]
"value": "default",
},
Object {
"title": "Single Color",
"title": "Single color",
"type": "text",
"value": "singleColor",
},
Object {
"title": "Multicolored",
"type": "text",
"value": "multicolor",
},
Object {
"palette": Array [
"#050aac",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -357,6 +357,7 @@ exports[`Treemap component Renders treemap component 1`] = `
"success",
"warning",
],
"marker": Object {},
"parents": Array [
"",
"",
Expand Down Expand Up @@ -396,6 +397,7 @@ exports[`Treemap component Renders treemap component 1`] = `
},
"showlegend": true,
"title": "",
"treemapcolorway": Object {},
}
}
>
Expand All @@ -416,6 +418,7 @@ exports[`Treemap component Renders treemap component 1`] = `
"success",
"warning",
],
"marker": Object {},
"parents": Array [
"",
"",
Expand Down Expand Up @@ -464,6 +467,7 @@ exports[`Treemap component Renders treemap component 1`] = `
},
"showlegend": true,
"title": "",
"treemapcolorway": Object {},
"xaxis": Object {
"automargin": true,
"rangemode": "normal",
Expand Down

0 comments on commit 9988832

Please sign in to comment.