diff --git a/dist/js/pages/dashboard2.js b/dist/js/pages/dashboard2.js index e82833a2e..548e3f614 100644 --- a/dist/js/pages/dashboard2.js +++ b/dist/js/pages/dashboard2.js @@ -487,47 +487,4 @@ $(function () { // ] // }) - /* SPARKLINE CHARTS - * ---------------- - * Create a inline charts with spark line - */ - - //----------------- - //- SPARKLINE BAR - - //----------------- - $('.sparkbar').each(function () { - var $this = $(this) - $this.sparkline('html', { - type : 'bar', - height : $this.data('height') ? $this.data('height') : '30', - barColor: $this.data('color') - }) - }) - - //----------------- - //- SPARKLINE PIE - - //----------------- - $('.sparkpie').each(function () { - var $this = $(this) - $this.sparkline('html', { - type : 'pie', - height : $this.data('height') ? $this.data('height') : '90', - sliceColors: $this.data('color') - }) - }) - - //------------------ - //- SPARKLINE LINE - - //------------------ - $('.sparkline').each(function () { - var $this = $(this) - $this.sparkline('html', { - type : 'line', - height : $this.data('height') ? $this.data('height') : '90', - width : '100%', - lineColor: $this.data('linecolor'), - fillColor: $this.data('fillcolor'), - spotColor: $this.data('spotcolor') - }) - }) }) diff --git a/package-lock.json b/package-lock.json index b9864f1ad..886c5c0f8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2783,11 +2783,6 @@ } } }, - "@ckeditor/ckeditor5-build-classic": { - "version": "12.2.0", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-build-classic/-/ckeditor5-build-classic-12.2.0.tgz", - "integrity": "sha512-En64jC5ImZoa+XLa2JrZYCKpq2iNXhdf17xgmpJoAXp+m36EqSHd6/4x0XT/pjrZSDxrcLUZxyZJlQCRtSaeHw==" - }, "@fortawesome/fontawesome-free": { "version": "5.9.0", "resolved": "https://registry.npmjs.org/@fortawesome/fontawesome-free/-/fontawesome-free-5.9.0.tgz", diff --git a/package.json b/package.json index 4be50e345..97e364879 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,6 @@ "url": "https://github.com/ColorlibHQ/AdminLTE/issues" }, "dependencies": { - "@ckeditor/ckeditor5-build-classic": "^12.2.0", "@fortawesome/fontawesome-free": "^5.9.0", "@fullcalendar/bootstrap": "^4.2.0", "@fullcalendar/core": "^4.2.0",