Removed hardcoded padding in charts
Change-Id: Iba60257580b1ca5c5495bf71dae8ffe0978f106d
This commit is contained in:
parent
7f32b78be9
commit
04131367f0
2
dashboard/static/js/jquery.jqplot.min.js
vendored
2
dashboard/static/js/jquery.jqplot.min.js
vendored
File diff suppressed because one or more lines are too long
@ -244,7 +244,7 @@
|
||||
<div id="company_container">
|
||||
<h2>Contribution by companies</h2>
|
||||
|
||||
<div id="company_chart" style="width: 100%; height: 350px;"></div>
|
||||
<div id="company_chart" style="width: 100%; height: 350px; margin-bottom: 1em;"></div>
|
||||
|
||||
<table id="company_table" class="display">
|
||||
<thead>
|
||||
@ -265,7 +265,7 @@
|
||||
<div id="engineer_container">
|
||||
<h2>Contribution by engineers</h2>
|
||||
|
||||
<div id="engineer_chart" style="width: 100%; height: 350px;"></div>
|
||||
<div id="engineer_chart" style="width: 100%; height: 350px; margin-bottom: 1em;"></div>
|
||||
|
||||
<table id="engineer_table" class="display">
|
||||
<thead>
|
||||
@ -311,7 +311,7 @@
|
||||
<div id="module_container">
|
||||
<h2>Contribution by modules</h2>
|
||||
|
||||
<div id="module_chart" style="width: 100%; height: 350px;"></div>
|
||||
<div id="module_chart" style="width: 100%; height: 350px; margin-bottom: 1em;"></div>
|
||||
|
||||
<table id="module_table" class="display">
|
||||
<thead>
|
||||
@ -336,7 +336,7 @@
|
||||
This metric shows how many times a blueprint was mentioned in emails and commit messages.
|
||||
</div>
|
||||
|
||||
<div id="bp_chart" style="width: 100%; height: 350px;"></div>
|
||||
<div id="bp_chart" style="width: 100%; height: 350px; margin-bottom: 1em;"></div>
|
||||
|
||||
<table id="bp_table" class="display">
|
||||
<thead>
|
||||
|
Loading…
x
Reference in New Issue
Block a user