diff --git a/public/js/app.js b/public/js/app.js index a75f07b..92d4ff6 100644 --- a/public/js/app.js +++ b/public/js/app.js @@ -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', diff --git a/resources/js/app.js b/resources/js/app.js index 88f835a..dc26f03 100644 --- a/resources/js/app.js +++ b/resources/js/app.js @@ -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',