mirror of
https://github.com/snipe/snipe-it.git
synced 2025-03-05 20:52:15 -08:00
Updated compiled assets
This commit is contained in:
parent
d950ddbda7
commit
c9484fa30b
File diff suppressed because one or more lines are too long
|
@ -34924,6 +34924,38 @@ var Lightbox = (function ($) {
|
|||
* @return {IIFE} Immediately invoked. Returns self.
|
||||
*/
|
||||
|
||||
var lineOptions = {
|
||||
|
||||
legend: {
|
||||
position: "bottom"
|
||||
},
|
||||
scales: {
|
||||
yAxes: [{
|
||||
ticks: {
|
||||
fontColor: "rgba(0,0,0,0.5)",
|
||||
fontStyle: "bold",
|
||||
beginAtZero: true,
|
||||
maxTicksLimit: 5,
|
||||
padding: 20
|
||||
},
|
||||
gridLines: {
|
||||
drawTicks: false,
|
||||
display: false
|
||||
}
|
||||
}],
|
||||
xAxes: [{
|
||||
gridLines: {
|
||||
zeroLineColor: "transparent"
|
||||
},
|
||||
ticks: {
|
||||
padding: 20,
|
||||
fontColor: "rgba(0,0,0,0.5)",
|
||||
fontStyle: "bold"
|
||||
}
|
||||
}]
|
||||
}
|
||||
|
||||
};
|
||||
|
||||
var pieOptions = {
|
||||
//Boolean - Whether we should show a stroke on each segment
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -34924,6 +34924,38 @@ var Lightbox = (function ($) {
|
|||
* @return {IIFE} Immediately invoked. Returns self.
|
||||
*/
|
||||
|
||||
var lineOptions = {
|
||||
|
||||
legend: {
|
||||
position: "bottom"
|
||||
},
|
||||
scales: {
|
||||
yAxes: [{
|
||||
ticks: {
|
||||
fontColor: "rgba(0,0,0,0.5)",
|
||||
fontStyle: "bold",
|
||||
beginAtZero: true,
|
||||
maxTicksLimit: 5,
|
||||
padding: 20
|
||||
},
|
||||
gridLines: {
|
||||
drawTicks: false,
|
||||
display: false
|
||||
}
|
||||
}],
|
||||
xAxes: [{
|
||||
gridLines: {
|
||||
zeroLineColor: "transparent"
|
||||
},
|
||||
ticks: {
|
||||
padding: 20,
|
||||
fontColor: "rgba(0,0,0,0.5)",
|
||||
fontStyle: "bold"
|
||||
}
|
||||
}]
|
||||
}
|
||||
|
||||
};
|
||||
|
||||
var pieOptions = {
|
||||
//Boolean - Whether we should show a stroke on each segment
|
File diff suppressed because one or more lines are too long
|
@ -1,4 +1,4 @@
|
|||
{
|
||||
"assets/css/app.css": "assets/css/app-b2972a8082.css",
|
||||
"assets/js/all.js": "assets/js/all-6355597d67.js"
|
||||
"assets/js/all.js": "assets/js/all-3e016c2b4d.js"
|
||||
}
|
|
@ -6,6 +6,38 @@
|
|||
* @return {IIFE} Immediately invoked. Returns self.
|
||||
*/
|
||||
|
||||
var lineOptions = {
|
||||
|
||||
legend: {
|
||||
position: "bottom"
|
||||
},
|
||||
scales: {
|
||||
yAxes: [{
|
||||
ticks: {
|
||||
fontColor: "rgba(0,0,0,0.5)",
|
||||
fontStyle: "bold",
|
||||
beginAtZero: true,
|
||||
maxTicksLimit: 5,
|
||||
padding: 20
|
||||
},
|
||||
gridLines: {
|
||||
drawTicks: false,
|
||||
display: false
|
||||
}
|
||||
}],
|
||||
xAxes: [{
|
||||
gridLines: {
|
||||
zeroLineColor: "transparent"
|
||||
},
|
||||
ticks: {
|
||||
padding: 20,
|
||||
fontColor: "rgba(0,0,0,0.5)",
|
||||
fontStyle: "bold"
|
||||
}
|
||||
}]
|
||||
}
|
||||
|
||||
};
|
||||
|
||||
var pieOptions = {
|
||||
//Boolean - Whether we should show a stroke on each segment
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue