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/14 11:58] kenneth intento de agregar la temepratura en la gráfica |
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 33: | Línea 37: | ||
| g = new Dygraph(document.getElementById(" | g = new Dygraph(document.getElementById(" | ||
| xlabel: " | xlabel: " | ||
| + | y2label: " | ||
| + | ylabel: " | ||
| animatedZooms: | animatedZooms: | ||
| height: 300, | height: 300, | ||
| - | width: | + | width: |
| colors: [" | colors: [" | ||
| showRangeSelector: | showRangeSelector: | ||
| Línea 47: | Línea 53: | ||
| stepPlot: false, | stepPlot: false, | ||
| series: { | series: { | ||
| - | 'T': { | + | 'A': { |
| axis: ' | axis: ' | ||
| - | }, | ||
| - | ' | ||
| - | axis: ' | ||
| } | } | ||
| - | } | + | }, |
| axes: { | axes: { | ||
| y2: { | y2: { | ||
| - | labelsKMB: true | + | labelsKMB: true, |
| + | drawGrid: true, | ||
| + | independentTicks: | ||
| + | gridLinePattern: | ||
| } | } | ||
| - | ylabel: " | ||
| - | y2label: " | ||
| } | } | ||
| }); | }); | ||
| </JS> | </JS> | ||
| + | ---- | ||
| + | [[: | ||
| + | --- // | ||