Welcome to mirror list, hosted at ThFree Co, Russian Federation.

ci_cd_analytics_area_chart_spec.js.snap « __snapshots__ « components « charts « pipelines « projects « frontend « spec - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: efce72271e00b2ff0b03f7769cec65b9edcdd0e0 (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
// Jest Snapshot v1, https://goo.gl/fbAQLP

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