Muestra las diferencias entre dos versiones de la página.
| Ambos lados, revisión anterior Revisión previa Próxima revisión | Revisión previa | ||
|
meteo:convolador:primer_prueba [2015/04/12 07:09] kenneth |
meteo:convolador:primer_prueba [2015/06/18 07:48] (actual) tabare.perez |
||
|---|---|---|---|
| Línea 1: | Línea 1: | ||
| + | [[: | ||
| + | |||
| + | ---- | ||
| + | |||
| ====== Convolador: primeras pruebas (11/4/2015) ====== | ====== Convolador: primeras pruebas (11/4/2015) ====== | ||
| Línea 26: | Línea 30: | ||
| < | < | ||
| - | <h4>Alturas | + | <h4>Temperaturas y alturas |
| <div id=" | <div id=" | ||
| </ | </ | ||
| Línea 32: | Línea 36: | ||
| <JS> | <JS> | ||
| g = new Dygraph(document.getElementById(" | g = new Dygraph(document.getElementById(" | ||
| - | xlabel: "tiempo de vuelo", | + | xlabel: "hora", |
| - | | + | |
| + | ylabel: " | ||
| animatedZooms: | animatedZooms: | ||
| height: 300, | height: 300, | ||
| - | width: | + | width: |
| colors: [" | colors: [" | ||
| showRangeSelector: | showRangeSelector: | ||
| Línea 46: | Línea 51: | ||
| showRoller: true, | showRoller: true, | ||
| hideOverlayOnMouseOut: | hideOverlayOnMouseOut: | ||
| - | stepPlot: false | + | stepPlot: false, |
| + | series: { | ||
| + | ' | ||
| + | axis: ' | ||
| + | } | ||
| + | }, | ||
| + | axes: { | ||
| + | y2: { | ||
| + | labelsKMB: true, | ||
| + | drawGrid: true, | ||
| + | independentTicks: | ||
| + | gridLinePattern: | ||
| + | } | ||
| + | } | ||
| }); | }); | ||
| </JS> | </JS> | ||
| + | ---- | ||
| + | [[: | ||
| + | --- // | ||