Skip to content

Commit 22efd32

Browse files
committed
- Update dependencies
- Fix Echart Donut Chart
1 parent 325f554 commit 22efd32

File tree

6 files changed

+235
-352
lines changed

6 files changed

+235
-352
lines changed

changelog.md

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

3+
## [v2.1.1]
4+
5+
### Updated
6+
7+
- Update dependencies
8+
- Fix Echart Donut Chart
9+
310
## [v2.1.0]
411

512
### Updated

package.json

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -9,42 +9,42 @@
99
"start": "node server.js"
1010
},
1111
"dependencies": {
12-
"@amcharts/amcharts4": "^4.6.1",
13-
"@amcharts/amcharts4-geodata": "^4.1.7",
14-
"animate.css": "^3.6.1",
12+
"@amcharts/amcharts4": "^4.9.30",
13+
"@amcharts/amcharts4-geodata": "^4.1.16",
14+
"animate.css": "^4.1.0",
1515
"animated-number-vue": "^1.0.0",
16-
"apexcharts": "^3.8.6",
16+
"apexcharts": "^3.19.3",
1717
"awesome-bootstrap-checkbox": "^1.0.1",
18-
"bootstrap": "^4.3.1",
19-
"bootstrap-vue": "2.0.3",
20-
"chart.js": "^2.8.0",
18+
"bootstrap": "^4.5.0",
19+
"bootstrap-vue": "2.15.0",
20+
"chart.js": "^2.9.3",
2121
"css-loader": "^1.0.0",
22-
"echarts": "4.5.0",
22+
"echarts": "4.8.0",
2323
"expose-loader": "^0.7.5",
2424
"font-awesome": "4.7.0",
2525
"glyphicons-halflings": "^1.9.1",
26-
"highcharts": "^7.2.0",
26+
"highcharts": "^7.2.1",
2727
"highcharts-vue": "^1.3.5",
2828
"imports-loader": "^0.8.0",
2929
"line-awesome": "1.3.0",
30-
"node-sass": "^4.9.0",
31-
"sass-loader": "^7.0.1",
32-
"v-calendar": "^1.0.0-beta.16",
33-
"vue": "^2.5.17",
34-
"vue-apexcharts": "^1.5.0",
35-
"vue-chartjs": "^3.4.2",
36-
"vue-echarts": "^4.0.4",
37-
"vue-router": "^3.0.1",
38-
"vue-toasted": "^1.1.27",
30+
"node-sass": "^4.14.1",
31+
"sass-loader": "^7.3.1",
32+
"v-calendar": "^1.0.8",
33+
"vue": "^2.6.11",
34+
"vue-apexcharts": "^1.6.0",
35+
"vue-chartjs": "^3.5.0",
36+
"vue-echarts": "^4.1.0",
37+
"vue-router": "^3.3.4",
38+
"vue-toasted": "^1.1.28",
3939
"vue2-google-maps": "0.10.7",
40-
"vuex": "^3.0.1",
41-
"webpack-cli": "^3.1.2"
40+
"vuex": "^3.5.1",
41+
"webpack-cli": "^3.3.12"
4242
},
4343
"devDependencies": {
44-
"@vue/cli-plugin-babel": "^3.12.0",
45-
"@vue/cli-plugin-eslint": "^3.12.0",
46-
"@vue/cli-service": "^3.12.0",
47-
"vue-template-compiler": "^2.6.10"
44+
"@vue/cli-plugin-babel": "^3.12.1",
45+
"@vue/cli-plugin-eslint": "^3.12.1",
46+
"@vue/cli-service": "^3.12.1",
47+
"vue-template-compiler": "^2.6.11"
4848
},
4949
"eslintConfig": {
5050
"root": true,

src/components/Header/Header.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<b-navbar toggleable="md" class="app-header d-print-none">
33
<b-navbar-nav class="navbar-nav-mobile ml-auto">
44
<b-nav-text class="mr-3">
5-
<b-alert class="header-alert animated bounceIn delay-2s" dismissible v-model="showNavbarAlert">
5+
<b-alert class="header-alert animate__animated animate__bounceIn animate__delay-2s" dismissible v-model="showNavbarAlert">
66
<i class="fa fa-info-circle mr-1"></i> Check out Light Blue Settings on the right!
77
</b-alert>
88
</b-nav-text>
@@ -66,7 +66,7 @@
6666
<b-dropdown-divider />
6767
<b-dropdown-item>Calendar</b-dropdown-item>
6868
<b-dropdown-item>
69-
Inbox &nbsp;&nbsp;<b-badge variant="danger" pill class="animated bounceIn">9</b-badge>
69+
Inbox &nbsp;&nbsp;<b-badge variant="danger" pill class="animate__animated animate__bounceIn">9</b-badge>
7070
</b-dropdown-item>
7171
<b-dropdown-divider />
7272
<b-dropdown-item-button @click="logout">

src/components/Helper/Helper.vue

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@
1818
class="btn btn-warning btn-rounded-f btn-block fs-mini text-white">
1919
Purchase
2020
</a>
21-
<a href="https://demo.flatlogic.com/light-blue-vue/white"
21+
<a href="https://demo.flatlogic.com/light-blue-vue/"
2222
target="_blank"
2323
role="button"
2424
class="btn btn-danger btn-rounded-f btn-block fs-mini text-white">
2525
Go FULL Version
2626
</a>
27-
<a href="https://demo.flatlogic.com/light-blue-vue/white/#/documentation"
27+
<a href="https://demo.flatlogic.com/light-blue/documentation/"
2828
target="_blank"
2929
role="button"
3030
class="btn btn-inverse btn-rounded-f btn-block fs-mini">
@@ -41,7 +41,7 @@
4141
</a>
4242
<a role="button"
4343
target="_blank"
44-
href="https://github.com/flatlogic/light-blue-vue-lite"
44+
href="https://github.com/flatlogic/light-blue-vue"
4545
class="btn btn-outline-default btn-rounded-f fs-mini text-muted d-flex align-items-center">
4646
<i class="fa fa-github mr-xs"></i>
4747
Github

src/pages/Charts/Charts.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ import {chartData, liveChart, liveChartInterval} from './mock';
108108
import ECharts from 'vue-echarts/components/ECharts';
109109
import 'echarts/lib/chart/line';
110110
import 'echarts/lib/chart/themeRiver';
111+
import 'echarts/lib/chart/pie';
111112
import 'echarts/lib/component/tooltip';
112113
import 'echarts/lib/component/legend';
113114

0 commit comments

Comments
 (0)