Settings added

public/chart_utilities.js
   - showError with id

public/javascripts/global.js
   - save parameter fron settings

views/index.pug
    - add settings dialog

views/layout.pug
   - add flatpicker

public/javascripts/map.js
   - add error evaluation

public/javascripts/showcharts.js
   - error avelauation added

public/stylesheets/style.sass
   - add styles for settings dialog
This commit is contained in:
rxf
2023-04-05 20:52:03 +02:00
parent 7a15817936
commit 701b763bb1
9 changed files with 182 additions and 23 deletions
+41
View File
@@ -172,4 +172,45 @@ footer #author #versn {
zIndex: 5;
}
.settings {
text-align: left;
}
.thelabels {
width: 40%;
float: left;
}
.theInputs {
float: left;
}
.rows {
width: 100%;
display: block;
}
.column {
width: 100%;
display: inline-block;
margin-bottom: 15px;
}
#startday {
width: 60%;
}
#nbrofdays, #peaklim {
width: 20%;
}
.addit {
width: 20%;
border: 1px solid blue;
}
#klein {
font-size: 80%;
}
/*# sourceMappingURL=style.css.map */