Fix missing js
This commit is contained in:
parent
6dda972ff5
commit
68f14ef483
1
htdocs/includes/nnnick/chartjs/.gitignore
vendored
1
htdocs/includes/nnnick/chartjs/.gitignore
vendored
@ -1,7 +1,6 @@
|
|||||||
/_book
|
/_book
|
||||||
/coverage
|
/coverage
|
||||||
/custom
|
/custom
|
||||||
/dist
|
|
||||||
/docs/index.md
|
/docs/index.md
|
||||||
/gh-pages
|
/gh-pages
|
||||||
/jsdoc
|
/jsdoc
|
||||||
|
|||||||
20755
htdocs/includes/nnnick/chartjs/dist/Chart.bundle.js
vendored
Normal file
20755
htdocs/includes/nnnick/chartjs/dist/Chart.bundle.js
vendored
Normal file
File diff suppressed because it is too large
Load Diff
7
htdocs/includes/nnnick/chartjs/dist/Chart.bundle.min.js
vendored
Normal file
7
htdocs/includes/nnnick/chartjs/dist/Chart.bundle.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
47
htdocs/includes/nnnick/chartjs/dist/Chart.css
vendored
Normal file
47
htdocs/includes/nnnick/chartjs/dist/Chart.css
vendored
Normal file
@ -0,0 +1,47 @@
|
|||||||
|
/*
|
||||||
|
* 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/nnnick/chartjs/dist/Chart.js
vendored
Normal file
16151
htdocs/includes/nnnick/chartjs/dist/Chart.js
vendored
Normal file
File diff suppressed because it is too large
Load Diff
1
htdocs/includes/nnnick/chartjs/dist/Chart.min.css
vendored
Normal file
1
htdocs/includes/nnnick/chartjs/dist/Chart.min.css
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
@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/nnnick/chartjs/dist/Chart.min.js
vendored
Normal file
7
htdocs/includes/nnnick/chartjs/dist/Chart.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user