Add title in unassigned polar chart.
This commit is contained in:
parent
b74df92d97
commit
0e7fde009c
2 changed files with 5 additions and 4 deletions
|
@ -51,8 +51,9 @@ var myChart = new Chart(ctx,
|
||||||
maintainAspectRatio: false,
|
maintainAspectRatio: false,
|
||||||
title:
|
title:
|
||||||
{
|
{
|
||||||
display: false,
|
display: true,
|
||||||
text: 'Unassigned'
|
text: 'Unassigned',
|
||||||
|
position: 'right'
|
||||||
},
|
},
|
||||||
legend:
|
legend:
|
||||||
{
|
{
|
||||||
|
|
|
@ -40,7 +40,7 @@
|
||||||
<div id="rawView">
|
<div id="rawView">
|
||||||
<div>
|
<div>
|
||||||
<div id="issueRawChart" style="width: 400px; height: 200px; display: inline-block;">ISSUES BAR CHART</div>
|
<div id="issueRawChart" style="width: 400px; height: 200px; display: inline-block;">ISSUES BAR CHART</div>
|
||||||
<div id="unassignedRawChart" style="width: 340px; height: 200px; display: inline-block;"></div>
|
<div id="unassignedRawChart" style="width: 360px; height: 200px; display: inline-block;"></div>
|
||||||
<div id="issueCreatedClosed6MonthsChartA" style="width: 340px; height: 200px; display: inline-block;">CREATED/CLOSED 6 MONTHS CHART</div>
|
<div id="issueCreatedClosed6MonthsChartA" style="width: 340px; height: 200px; display: inline-block;">CREATED/CLOSED 6 MONTHS CHART</div>
|
||||||
</div>
|
</div>
|
||||||
<br/>
|
<br/>
|
||||||
|
@ -51,7 +51,7 @@
|
||||||
<div id="groupedView" style="display: none;">
|
<div id="groupedView" style="display: none;">
|
||||||
<div>
|
<div>
|
||||||
<div id="issueGroupedChart" style="width: 400px; height: 200px; display: inline-block;">ISSUES BAR CHART</div>
|
<div id="issueGroupedChart" style="width: 400px; height: 200px; display: inline-block;">ISSUES BAR CHART</div>
|
||||||
<div id="unassignedGroupedChart" style="width: 340px; height: 200px; display: inline-block;"></div>
|
<div id="unassignedGroupedChart" style="width: 360px; height: 200px; display: inline-block;"></div>
|
||||||
<div id="issueCreatedClosed6MonthsChartB" style="width: 340px; height: 200px; display: inline-block;">CREATED/CLOSED 6 MONTHS CHARTB</div>
|
<div id="issueCreatedClosed6MonthsChartB" style="width: 340px; height: 200px; display: inline-block;">CREATED/CLOSED 6 MONTHS CHARTB</div>
|
||||||
</div>
|
</div>
|
||||||
<br/>
|
<br/>
|
||||||
|
|
Loading…
Reference in a new issue