summaryrefslogtreecommitdiff
path: root/spec/frontend/projects/pipelines/charts/components/__snapshots__/ci_cd_analytics_area_chart_spec.js.snap
blob: c37f6415898d5edbd4e8f45f821ca501e120fdb8 (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
28
29
30
31
// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`CiCdAnalyticsAreaChart 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"
    >
      <template />
       
      <template />
    </glareachart-stub>
  </div>
</div>
`;