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

constants.js « monitoring « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 869173b6572112521dbc52faa82bcb1048a67b79 (plain)
1
2
3
4
5
6
7
8
9
10
export const chartHeight = 300;

export const graphTypes = {
  deploymentData: 'scatter',
};

export const lineTypes = {
  default: 'solid',
  threshold: 'dashed',
};