farba grafov
This commit is contained in:
2
public/js/app.js
vendored
2
public/js/app.js
vendored
@@ -74868,6 +74868,7 @@ var app = new Vue({
|
||||
fillGraph: true
|
||||
},
|
||||
hum_options: {
|
||||
color: 'red',
|
||||
legend: 'always',
|
||||
title: 'Vlhkosť graf',
|
||||
xlabel: 'Dátum',
|
||||
@@ -74876,6 +74877,7 @@ var app = new Vue({
|
||||
fillGraph: true
|
||||
},
|
||||
p_options: {
|
||||
color: 'blue',
|
||||
legend: 'always',
|
||||
title: 'Tlak graf',
|
||||
xlabel: 'Dátum',
|
||||
|
||||
2
resources/js/app.js
vendored
2
resources/js/app.js
vendored
@@ -54,6 +54,7 @@ Vue.use(VueDygraphs);
|
||||
fillGraph: true
|
||||
},
|
||||
hum_options: {
|
||||
color: 'red',
|
||||
legend: 'always',
|
||||
title: 'Vlhkosť graf',
|
||||
xlabel: 'Dátum',
|
||||
@@ -62,6 +63,7 @@ Vue.use(VueDygraphs);
|
||||
fillGraph: true
|
||||
},
|
||||
p_options: {
|
||||
color: 'blue',
|
||||
legend: 'always',
|
||||
title: 'Tlak graf',
|
||||
xlabel: 'Dátum',
|
||||
|
||||
Reference in New Issue
Block a user