Move Chartjs into correct dir name
This commit is contained in:
parent
8c083d1552
commit
fede6da5cf
@ -31,8 +31,8 @@
|
|||||||
"mobiledetect/mobiledetectlib" : "2.8.33",
|
"mobiledetect/mobiledetectlib" : "2.8.33",
|
||||||
"phpoffice/phpexcel" : "1.8.1",
|
"phpoffice/phpexcel" : "1.8.1",
|
||||||
"restler/framework" : "3.0.0-RC6",
|
"restler/framework" : "3.0.0-RC6",
|
||||||
"tecnickcom/tcpdf" : "^6.2",
|
"tecnickcom/tcpdf" : "6.3.2",
|
||||||
"luracast/restler" : "^3.0"
|
"nnnick/chartjs": "2.9.3"
|
||||||
},
|
},
|
||||||
"require-dev" : {
|
"require-dev" : {
|
||||||
"jakub-onderka/php-parallel-lint" : "^0",
|
"jakub-onderka/php-parallel-lint" : "^0",
|
||||||
|
|||||||
43
composer.lock
generated
43
composer.lock
generated
@ -4,7 +4,7 @@
|
|||||||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
|
||||||
"This file is @generated automatically"
|
"This file is @generated automatically"
|
||||||
],
|
],
|
||||||
"content-hash": "bf6a7dc416541060b0900b7a7982296f",
|
"content-hash": "9f3a6e33d25fad5f44426d0dc8fc3c3d",
|
||||||
"packages": [
|
"packages": [
|
||||||
{
|
{
|
||||||
"name": "ckeditor/ckeditor",
|
"name": "ckeditor/ckeditor",
|
||||||
@ -154,6 +154,47 @@
|
|||||||
],
|
],
|
||||||
"time": "2018-09-01T15:05:15+00:00"
|
"time": "2018-09-01T15:05:15+00:00"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "nnnick/chartjs",
|
||||||
|
"version": "v2.9.3",
|
||||||
|
"source": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "https://github.com/chartjs/Chart.js.git",
|
||||||
|
"reference": "06f73dc3590084b2c464bf08189c7aee2b6b92d2"
|
||||||
|
},
|
||||||
|
"dist": {
|
||||||
|
"type": "zip",
|
||||||
|
"url": "https://api.github.com/repos/chartjs/Chart.js/zipball/06f73dc3590084b2c464bf08189c7aee2b6b92d2",
|
||||||
|
"reference": "06f73dc3590084b2c464bf08189c7aee2b6b92d2",
|
||||||
|
"shasum": ""
|
||||||
|
},
|
||||||
|
"require": {
|
||||||
|
"php": ">=5.3.3"
|
||||||
|
},
|
||||||
|
"type": "library",
|
||||||
|
"extra": {
|
||||||
|
"branch-alias": {
|
||||||
|
"release/2.0": "v2.0-dev"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"notification-url": "https://packagist.org/downloads/",
|
||||||
|
"license": [
|
||||||
|
"MIT"
|
||||||
|
],
|
||||||
|
"authors": [
|
||||||
|
{
|
||||||
|
"name": "NICK DOWNIE",
|
||||||
|
"email": "hello@nickdownie.com"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"description": "Simple HTML5 charts using the canvas element.",
|
||||||
|
"homepage": "https://www.chartjs.org/",
|
||||||
|
"keywords": [
|
||||||
|
"JS",
|
||||||
|
"chart"
|
||||||
|
],
|
||||||
|
"time": "2019-11-14T18:37:30+00:00"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "phpoffice/phpexcel",
|
"name": "phpoffice/phpexcel",
|
||||||
"version": "1.8.1",
|
"version": "1.8.1",
|
||||||
|
|||||||
20755
htdocs/includes/chart/dist/Chart.bundle.js
vendored
20755
htdocs/includes/chart/dist/Chart.bundle.js
vendored
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
47
htdocs/includes/chart/dist/Chart.css
vendored
47
htdocs/includes/chart/dist/Chart.css
vendored
@ -1,47 +0,0 @@
|
|||||||
/*
|
|
||||||
* DOM element rendering detection
|
|
||||||
* https://davidwalsh.name/detect-node-insertion
|
|
||||||
*/
|
|
||||||
@keyframes chartjs-render-animation {
|
|
||||||
from { opacity: 0.99; }
|
|
||||||
to { opacity: 1; }
|
|
||||||
}
|
|
||||||
|
|
||||||
.chartjs-render-monitor {
|
|
||||||
animation: chartjs-render-animation 0.001s;
|
|
||||||
}
|
|
||||||
|
|
||||||
/*
|
|
||||||
* DOM element resizing detection
|
|
||||||
* https://github.com/marcj/css-element-queries
|
|
||||||
*/
|
|
||||||
.chartjs-size-monitor,
|
|
||||||
.chartjs-size-monitor-expand,
|
|
||||||
.chartjs-size-monitor-shrink {
|
|
||||||
position: absolute;
|
|
||||||
direction: ltr;
|
|
||||||
left: 0;
|
|
||||||
top: 0;
|
|
||||||
right: 0;
|
|
||||||
bottom: 0;
|
|
||||||
overflow: hidden;
|
|
||||||
pointer-events: none;
|
|
||||||
visibility: hidden;
|
|
||||||
z-index: -1;
|
|
||||||
}
|
|
||||||
|
|
||||||
.chartjs-size-monitor-expand > div {
|
|
||||||
position: absolute;
|
|
||||||
width: 1000000px;
|
|
||||||
height: 1000000px;
|
|
||||||
left: 0;
|
|
||||||
top: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.chartjs-size-monitor-shrink > div {
|
|
||||||
position: absolute;
|
|
||||||
width: 200%;
|
|
||||||
height: 200%;
|
|
||||||
left: 0;
|
|
||||||
top: 0;
|
|
||||||
}
|
|
||||||
16151
htdocs/includes/chart/dist/Chart.js
vendored
16151
htdocs/includes/chart/dist/Chart.js
vendored
File diff suppressed because it is too large
Load Diff
1
htdocs/includes/chart/dist/Chart.min.css
vendored
1
htdocs/includes/chart/dist/Chart.min.css
vendored
@ -1 +0,0 @@
|
|||||||
@keyframes chartjs-render-animation{from{opacity:.99}to{opacity:1}}.chartjs-render-monitor{animation:chartjs-render-animation 1ms}.chartjs-size-monitor,.chartjs-size-monitor-expand,.chartjs-size-monitor-shrink{position:absolute;direction:ltr;left:0;top:0;right:0;bottom:0;overflow:hidden;pointer-events:none;visibility:hidden;z-index:-1}.chartjs-size-monitor-expand>div{position:absolute;width:1000000px;height:1000000px;left:0;top:0}.chartjs-size-monitor-shrink>div{position:absolute;width:200%;height:200%;left:0;top:0}
|
|
||||||
7
htdocs/includes/chart/dist/Chart.min.js
vendored
7
htdocs/includes/chart/dist/Chart.min.js
vendored
File diff suppressed because one or more lines are too long
@ -1,6 +1,7 @@
|
|||||||
/_book
|
/_book
|
||||||
/coverage
|
/coverage
|
||||||
/custom
|
/custom
|
||||||
|
/dist
|
||||||
/docs/index.md
|
/docs/index.md
|
||||||
/gh-pages
|
/gh-pages
|
||||||
/jsdoc
|
/jsdoc
|
||||||
@ -1414,7 +1414,7 @@ function top_htmlhead($head, $title = '', $disablejs = 0, $disablehead = 0, $arr
|
|||||||
// Chart
|
// Chart
|
||||||
if ($conf->global->MAIN_JS_GRAPH == 'chart')
|
if ($conf->global->MAIN_JS_GRAPH == 'chart')
|
||||||
{
|
{
|
||||||
print '<script src="'.DOL_URL_ROOT.'/includes/chart/dist/Chart.min.js'.($ext ? '?'.$ext : '').'"></script>'."\n";
|
print '<script src="'.DOL_URL_ROOT.'/includes/nnnick/chartjs/dist/Chart.min.js'.($ext ? '?'.$ext : '').'"></script>'."\n";
|
||||||
}
|
}
|
||||||
|
|
||||||
// jQuery jeditable
|
// jQuery jeditable
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user