Skip to content

Commit

Permalink
yarn test
Browse files Browse the repository at this point in the history
Signed-off-by: Ramneet Chopra <[email protected]>
  • Loading branch information
ramneet-persistent committed Aug 30, 2022
1 parent e187d9b commit deb6ad6
Show file tree
Hide file tree
Showing 5 changed files with 224 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3344,6 +3344,64 @@ exports[`Config panel component Renders config panel with visualization data 1`]
"mapTo": "dataConfig",
"name": "Style",
"sections": Array [
Object {
"editor": [Function],
"id": "tooltip_options",
"mapTo": "tooltipOptions",
"name": "Tooltip options",
"schemas": Array [
Object {
"component": null,
"mapTo": "tooltipMode",
"name": "Tooltip mode",
"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": "tooltipText",
"name": "Tooltip text",
"props": Object {
"defaultSelections": Array [
Object {
"id": "all",
"name": "All",
},
],
"options": Array [
Object {
"id": "all",
"name": "All",
},
Object {
"id": "x",
"name": "Dimension",
},
Object {
"id": "y",
"name": "Metrics",
},
],
},
},
],
},
Object {
"editor": [Function],
"id": "chart_styles",
Expand Down Expand Up @@ -10039,7 +10097,27 @@ exports[`Config panel component Renders config panel with visualization data 1`]
"status": 200,
},
},
"userConfigs": Object {},
"userConfigs": Object {
"dataConfig": Object {
"valueOptions": Object {
"dimensions": Array [
Object {
"label": "tags",
"name": "tags",
"type": "text",
},
],
"metrics": Array [
Object {
"label": "count()",
"name": "count()",
"side": "left",
"type": "integer",
},
],
},
},
},
},
"vis": Object {
"barwidth": 0.97,
Expand All @@ -10052,7 +10130,7 @@ exports[`Config panel component Renders config panel with visualization data 1`]
"editor": [Function],
"id": "data-panel",
"mapTo": "dataConfig",
"name": "Data",
"name": "Style",
"sections": Array [
Object {
"editor": [Function],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -558,6 +558,7 @@ exports[`Bar component Renders bar component 1`] = `
data={
Array [
Object {
"hoverinfo": "all",
"marker": Object {
"color": "rgba(60,161,199,0.4)",
"line": Object {
Expand Down Expand Up @@ -627,6 +628,7 @@ exports[`Bar component Renders bar component 1`] = `
data={
Array [
Object {
"hoverinfo": "all",
"marker": Object {
"color": "rgba(60,161,199,0.4)",
"line": Object {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,27 @@ exports[`Logs View component Renders logs view component 1`] = `
"status": 200,
},
},
"userConfigs": Object {},
"userConfigs": Object {
"dataConfig": Object {
"valueOptions": Object {
"dimensions": Array [
Object {
"label": "tags",
"name": "tags",
"type": "text",
},
],
"metrics": Array [
Object {
"label": "count()",
"name": "count()",
"side": "left",
"type": "integer",
},
],
},
},
},
},
"vis": Object {
"barwidth": 0.97,
Expand All @@ -212,8 +232,66 @@ exports[`Logs View component Renders logs view component 1`] = `
"editor": [Function],
"id": "data-panel",
"mapTo": "dataConfig",
"name": "Data",
"name": "Style",
"sections": Array [
Object {
"editor": [Function],
"id": "tooltip_options",
"mapTo": "tooltipOptions",
"name": "Tooltip options",
"schemas": Array [
Object {
"component": null,
"mapTo": "tooltipMode",
"name": "Tooltip mode",
"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": "tooltipText",
"name": "Tooltip text",
"props": Object {
"defaultSelections": Array [
Object {
"id": "all",
"name": "All",
},
],
"options": Array [
Object {
"id": "all",
"name": "All",
},
Object {
"id": "x",
"name": "Dimension",
},
Object {
"id": "y",
"name": "Metrics",
},
],
},
},
],
},
Object {
"editor": [Function],
"id": "legend",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -564,6 +564,7 @@ exports[`Pie component Renders pie component 1`] = `
"row": 0,
},
"hole": 0,
"hoverinfo": "all",
"labels": Array [
"error",
"info",
Expand Down Expand Up @@ -634,6 +635,7 @@ exports[`Pie component Renders pie component 1`] = `
"row": 0,
},
"hole": 0,
"hoverinfo": "all",
"labels": Array [
"error",
"info",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,64 @@ exports[`Bar component Renders bar component 1`] = `
"mapTo": "dataConfig",
"name": "Style",
"sections": Array [
Object {
"editor": [Function],
"id": "tooltip_options",
"mapTo": "tooltipOptions",
"name": "Tooltip options",
"schemas": Array [
Object {
"component": null,
"mapTo": "tooltipMode",
"name": "Tooltip mode",
"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": "tooltipText",
"name": "Tooltip text",
"props": Object {
"defaultSelections": Array [
Object {
"id": "all",
"name": "All",
},
],
"options": Array [
Object {
"id": "all",
"name": "All",
},
Object {
"id": "x",
"name": "Dimension",
},
Object {
"id": "y",
"name": "Metrics",
},
],
},
},
],
},
Object {
"editor": [Function],
"id": "chart_styles",
Expand Down Expand Up @@ -464,6 +522,7 @@ exports[`Bar component Renders bar component 1`] = `
data={
Array [
Object {
"hoverinfo": "all",
"marker": Object {
"color": "rgba(60,161,199,NaN)",
"line": Object {
Expand Down Expand Up @@ -533,6 +592,7 @@ exports[`Bar component Renders bar component 1`] = `
data={
Array [
Object {
"hoverinfo": "all",
"marker": Object {
"color": "rgba(60,161,199,NaN)",
"line": Object {
Expand Down

0 comments on commit deb6ad6

Please sign in to comment.