1
0
Fork 0
fgdata/Phi/topics/Environment/Weather2.html
Torsten Dreyer 304992be59 Phi: initial commit for experimental weather dialog
new manual weather configuration based on a
http://en.wikipedia.org/wiki/St%C3%BCve_diagram Stuve (Stüve) Diagram.
work in progress, up to now it's just displaying current weather, edits
are not yet written to fg.
2015-04-18 13:10:48 +02:00

28 lines
481 B
HTML

<style>
.yaxisLabel {
top: 50%;
left: 2px;
transform: rotate(-90deg);
transform-origin: 0px 0px 0px;
color: blue;
}
.axisLabel {
position: absolute;
text-align: center;
font-size: 12px;
}
.flot-y1-axis, .flot-x-axis {
color: blue;
}
</style>
<div style="height: 100%; width: 100%" data-bind="
flotchart: {
data: wxData,
options: wxOptions,
postUpdate: afterUpdate,
hover: plotHover,
click: plotClick,
}"></div>