summaryrefslogtreecommitdiff
path: root/spec/frontend/projects/pipelines/charts/components/__snapshots__/pipelines_area_chart_spec.js.snap
blob: d68e009f46e867d93d266a3583c86e4aca165b0b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`PipelinesAreaChart matches the snapshot 1`] = `
<div
  class="gl-mt-3"
>
  <p>
    Some title
  </p>
   
  <div>
    <glareachart-stub
      annotations=""
      data="[object Object],[object Object]"
      height="300"
      legendaveragetext="Avg"
      legendcurrenttext="Current"
      legendlayout="inline"
      legendmaxtext="Max"
      legendmintext="Min"
      option="[object Object]"
      thresholds=""
      width="0"
    />
  </div>
</div>
`;