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

constants.js « charts « pipelines « projects « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 5dbe3c01100c8ff3825611c29c0121a4dbcfb492 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
export const CHART_CONTAINER_HEIGHT = 300;

export const INNER_CHART_HEIGHT = 200;

export const X_AXIS_LABEL_ROTATION = 45;

export const X_AXIS_TITLE_OFFSET = 60;

export const ONE_WEEK_AGO_DAYS = 7;

export const ONE_MONTH_AGO_DAYS = 31;

export const CHART_DATE_FORMAT = 'dd mmm';