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