| | |
| | | private String startDate; |
| | | private String endDate; |
| | | |
| | | private String isApi; |
| | | |
| | | private List<Long> projectIds = Lists.newArrayList(); |
| | | |
| | | public IssueTypeCondition(){} |
| | |
| | | public void setProjectIds(List<Long> projectIds) { |
| | | this.projectIds = projectIds; |
| | | } |
| | | |
| | | public String getIsApi() { |
| | | return isApi; |
| | | } |
| | | |
| | | public void setIsApi(String isApi) { |
| | | this.isApi = isApi; |
| | | } |
| | | } |
| | |
| | | </select> |
| | | |
| | | |
| | | <google-chart |
| | | columns="vm.chartData.columns" |
| | | rows="vm.chartData.rows" |
| | | options="vm.chartData.options"> |
| | | <div class="no-cont1" |
| | | ng-if="vm.chartData.columns.length < 1" |
| | | translate="common.noRecord"> |
| | | 기록이 없습니다. |
| | | </div> |
| | | |
| | | </google-chart> |
| | | <div ng-if="vm.chartData.columns.length > 0"> |
| | | <google-chart |
| | | columns="vm.chartData.columns" |
| | | rows="vm.chartData.rows" |
| | | options="vm.chartData.options"> |
| | | |
| | | </google-chart> |
| | | </div> |
| | | </div> |
| | | </div> |
| | | </div> |