Skip to content

Commit

Permalink
build error resolve: updated snapshots
Browse files Browse the repository at this point in the history
Signed-off-by: Ramneet Chopra <ramneet_chopra@persistent.com>
  • Loading branch information
ramneet-persistent committed Aug 30, 2022
1 parent 8fc7d9e commit 0c3b0c2
Show file tree
Hide file tree
Showing 9 changed files with 830 additions and 168 deletions.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,27 @@ exports[`Bar component Renders bar 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 Down Expand Up @@ -533,82 +553,168 @@ exports[`Bar component Renders bar component 1`] = `
}
}
>
<EmptyPlaceholder
icon="visBarVerticalStacked"
<Plt
config={Object {}}
data={
Array [
Object {
"hoverinfo": "all",
"marker": Object {
"color": "rgba(60,161,199,0.4)",
"line": Object {
"color": "#3CA1C7",
"width": 1,
},
},
"name": "count()",
"orientation": "v",
"type": "bar",
"x": Array [
"error",
"info",
"login",
"security",
"success",
"warning",
],
"y": Array [
154,
1753,
116,
468,
1964,
219,
],
},
]
}
layout={
Object {
"bargap": 0.30000000000000004,
"bargroupgap": 0.030000000000000027,
"barmode": "group",
"colorway": Array [
"#8C55A3",
],
"font": Object {
"size": 10,
},
"height": 220,
"legend": Object {
"orientation": "v",
},
"margin": Object {
"b": 15,
"l": 60,
"pad": 0,
"r": 10,
"t": 30,
},
"showlegend": true,
"title": "",
"xaxis": Object {
"automargin": true,
"tickangle": 0,
},
}
}
>
<EuiText
className="lnsChart__empty"
color="subdued"
data-test-subj="vizWorkspace__noData"
size="xs"
textAlign="center"
<PlotlyComponent
config={
Object {
"displayModeBar": false,
}
}
data={
Array [
Object {
"hoverinfo": "all",
"marker": Object {
"color": "rgba(60,161,199,0.4)",
"line": Object {
"color": "#3CA1C7",
"width": 1,
},
},
"name": "count()",
"orientation": "v",
"type": "bar",
"x": Array [
"error",
"info",
"login",
"security",
"success",
"warning",
],
"y": Array [
154,
1753,
116,
468,
1964,
219,
],
},
]
}
debug={false}
divId="explorerPlotComponent"
layout={
Object {
"autosize": true,
"bargap": 0.30000000000000004,
"bargroupgap": 0.030000000000000027,
"barmode": "group",
"colorway": Array [
"#8C55A3",
],
"font": Object {
"size": 10,
},
"height": 220,
"hovermode": "closest",
"legend": Object {
"orientation": "v",
},
"margin": Object {
"b": 15,
"l": 60,
"pad": 0,
"r": 10,
"t": 30,
},
"showlegend": true,
"title": "",
"xaxis": Object {
"automargin": true,
"tickangle": 0,
},
"yaxis": Object {
"rangemode": "normal",
"showgrid": true,
"zeroline": false,
},
}
}
style={
Object {
"height": "100%",
"width": "100%",
}
}
useResizeHandler={true}
>
<div
className="euiText euiText--extraSmall lnsChart__empty"
data-test-subj="vizWorkspace__noData"
>
<EuiTextAlign
textAlign="center"
>
<div
className="euiTextAlign euiTextAlign--center"
>
<EuiTextColor
color="subdued"
component="div"
>
<div
className="euiTextColor euiTextColor--subdued"
>
<EuiIcon
color="subdued"
size="xxl"
type="visBarVerticalStacked"
>
<EuiIconEmpty
aria-hidden={true}
className="euiIcon euiIcon--xxLarge euiIcon--subdued euiIcon-isLoading"
focusable="false"
role="img"
style={null}
>
<svg
aria-hidden={true}
className="euiIcon euiIcon--xxLarge euiIcon--subdued euiIcon-isLoading"
focusable="false"
height={16}
role="img"
style={null}
viewBox="0 0 16 16"
width={16}
xmlns="http://www.w3.org/2000/svg"
/>
</EuiIconEmpty>
</EuiIcon>
<EuiSpacer
size="l"
>
<div
className="euiSpacer euiSpacer--l"
/>
</EuiSpacer>
<p>
<FormattedMessage
defaultMessage="No results found"
id="visualization_noData"
values={Object {}}
>
<span>
No results found
</span>
</FormattedMessage>
</p>
</div>
</EuiTextColor>
</div>
</EuiTextAlign>
</div>
</EuiText>
</EmptyPlaceholder>
id="explorerPlotComponent"
style={
Object {
"height": "100%",
"width": "100%",
}
}
/>
</PlotlyComponent>
</Plt>
</Bar>
`;
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,27 @@ exports[`Heatmap component Renders heatmap 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 Down
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,27 @@ exports[`Histogram component Renders histogram 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 Down
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,27 @@ exports[`Line component Renders line 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 Down
Loading

0 comments on commit 0c3b0c2

Please sign in to comment.