Skip to content

Commit

Permalink
Updated snapshots
Browse files Browse the repository at this point in the history
Signed-off-by: ruchika-narang <ruchika_narang@persistent.com>
  • Loading branch information
ruchika-narang committed Jun 9, 2022

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent d830778 commit 1e7711c
Showing 1 changed file with 12 additions and 8 deletions.
Original file line number Diff line number Diff line change
@@ -994,16 +994,20 @@ exports[`Config panel component Renders config panel with visualization data 1`]
"defaultState": 2,
"eleType": "slider",
"mapTo": "lineWidth",
"max": 10,
"name": "Line width",
"props": Object {
"max": 10,
},
},
Object {
"component": [Function],
"defaultState": 40,
"eleType": "slider",
"mapTo": "fillOpacity",
"max": 100,
"name": "Fill Opacity",
"props": Object {
"max": 100,
},
},
],
},
@@ -1027,17 +1031,17 @@ exports[`Config panel component Renders config panel with visualization data 1`]
"props": Object {
"defaultSelections": Array [
Object {
"modeId": "show",
"id": "show",
"name": "Show",
},
],
"options": Array [
Object {
"modeId": "show",
"id": "show",
"name": "Show",
},
Object {
"modeId": "hidden",
"id": "hidden",
"name": "Hidden",
},
],
@@ -1050,17 +1054,17 @@ exports[`Config panel component Renders config panel with visualization data 1`]
"props": Object {
"defaultSelections": Array [
Object {
"modeId": "v",
"id": "v",
"name": "Right",
},
],
"options": Array [
Object {
"modeId": "v",
"id": "v",
"name": "Right",
},
Object {
"modeId": "h",
"id": "h",
"name": "Bottom",
},
],

0 comments on commit 1e7711c

Please sign in to comment.