summaryrefslogtreecommitdiff
path: root/app/views/projects/pipelines/charts/_pipeline_times.haml
blob: c0ac79ed5f891c7bd788ddc07584266eb9e4ec1c (plain)
1
2
3
4
5
6
7
8
%p.light
  = _("Commit duration in minutes for last 30 commits")

%div
  %canvas#build_timesChart{ height: 200 }

-# haml-lint:disable InlineJavaScript
%script#pipelinesTimesChartsData{ type: "application/json" }= { :labels => @charts[:pipeline_times].labels, :values => @charts[:pipeline_times].pipeline_times }.to_json.html_safe