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,
|
||||
title:
|
||||
{
|
||||
display: false,
|
||||
text: 'Unassigned'
|
||||
display: true,
|
||||
text: 'Unassigned',
|
||||
position: 'right'
|
||||
},
|
||||
legend:
|
||||
{
|
||||
|
|
|
@ -40,7 +40,7 @@
|
|||
<div id="rawView">
|
||||
<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>
|
||||
<br/>
|
||||
|
@ -51,7 +51,7 @@
|
|||
<div id="groupedView" style="display: none;">
|
||||
<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>
|
||||
<br/>
|
||||
|
|
Loading…
Reference in a new issue