Skip to content

Commit 9370ed5

Browse files
committed
Fixed chart and form elements.
1 parent bf81b50 commit 9370ed5

File tree

4 files changed

+15
-10
lines changed

4 files changed

+15
-10
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Light Blue Angular Dashboard - Ngx Admin Template (7.1.6 Full version) with Angular 9.0 Final Release support
1+
# Light Blue Angular Dashboard - Ngx Admin Template (7.1.7 Full version) with Angular 9.0 Final Release support
22

33
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.1.0.
44

changelog.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## [7.1.7]
4+
5+
### Fixed
6+
- Fixed chart and form elements.
7+
38
## [7.1.6]
49

510
### Fixed

src/app/pages/forms/elements/elements.template.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -383,15 +383,15 @@ <h6 *widgsterTitle>
383383
</label>
384384
<div class="col-md-8">
385385
<ng-select class="danger" name="n1" [(ngModel)]="selectedNumber" [clearable]="false" [searchable]="false"
386-
[items]="fromOneToThree" style="display: inline-block; width: 75px;">
386+
[items]="fromOneToThree" style="display: inline-block; width: 75px; margin-top: 8px">
387387
</ng-select>
388388
&nbsp;
389389
<ng-select class="warning" name="n2" [(ngModel)]="selectedNumber2" [clearable]="false"
390-
[searchable]="false" [items]="fromFourToSix" style="display: inline-block; width: 75px;">
390+
[searchable]="false" [items]="fromFourToSix" style="display: inline-block; width: 75px; margin-top: 8px">
391391
</ng-select>
392392
&nbsp;
393393
<ng-select class="success" name="n3" [(ngModel)]="selectedNumber3" [clearable]="false"
394-
[searchable]="false" [items]="fromSevenToTen" style="display: inline-block; width: 75px;">
394+
[searchable]="false" [items]="fromSevenToTen" style="display: inline-block; width: 75px; margin-top: 8px">
395395
</ng-select>
396396
</div>
397397
</div>
@@ -809,7 +809,7 @@ <h4>Slider Orientation</h4>
809809
attribute does the thing.</p>
810810
<form>
811811
<div class="row">
812-
<div class="col-md-8 col-md-offset-2" style="height: 210px; margin-bottom: 10px;">
812+
<div class="col-md-10 col-md-offset-2" style="height: 210px; margin-bottom: 15px;">
813813
<ng5-slider [value]="14" [options]="{
814814
floor: 0,
815815
ceil: 20,

src/app/pages/main/analytics/analytics.template.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ <h1 class="page-title">Analytics
77
<div class="sides-wrapper">
88
<div class="analytics-side">
99
<div class="row">
10-
<div class="col-12 col-sm-6 col-lg-3" style="height: 16rem">
10+
<div class="col-12 col-sm-6 col-xl-3" style="height: 16rem">
1111
<div class="pb-5 h-100">
1212
<section class="h-100 mb-0" widgster [loading]="analyticsService.isReceiving" [optionsControl]="false"
1313
[reloadControl]="false" [fullscreenControl]="false" [collapseControl]="false">
@@ -39,19 +39,19 @@ <h6>{{analyticsService.visits.rate_pct}}%</h6>
3939
</section>
4040
</div>
4141
</div>
42-
<div class="col-12 col-sm-6 col-lg-3" style="height: 16rem">
42+
<div class="col-12 col-sm-6 col-xl-3" style="height: 16rem">
4343
<div class="pb-5 h-100">
4444
<section class="h-100 mb-0" widgster [loading]="analyticsService.isReceiving" [optionsControl]="false"
4545
[reloadControl]="false" [fullscreenControl]="false" [collapseControl]="false">
4646
<h5 *widgsterTitle>Revenue Breakdown</h5>
4747
<div class="row">
48-
<div style="height: 150px; width: 100%;" echarts [options]="echartPieChartData3">
48+
<div style="height: 150px; width: 90%;" echarts [options]="echartPieChartData3">
4949
</div>
5050
</div>
5151
</section>
5252
</div>
5353
</div>
54-
<div class="col-12 col-sm-6 col-lg-3" style="height: 16rem">
54+
<div class="col-12 col-sm-6 col-xl-3" style="height: 16rem">
5555
<div class="pb-5 h-100">
5656
<section class="h-100 mb-0" widgster [loading]="analyticsService.isReceiving" [optionsControl]="false"
5757
[reloadControl]="false" [fullscreenControl]="false" [collapseControl]="false">
@@ -87,7 +87,7 @@ <h6>Integration</h6>
8787
</section>
8888
</div>
8989
</div>
90-
<div class="col-12 col-sm-6 col-lg-3" style="height: 16rem">
90+
<div class="col-12 col-sm-6 col-xl-3" style="height: 16rem">
9191
<div class="pb-5 h-100">
9292
<section class="h-100 mb-0" widgster [loading]="analyticsService.isReceiving" [optionsControl]="false"
9393
[reloadControl]="false" [fullscreenControl]="false" [collapseControl]="false">

0 commit comments

Comments
 (0)