Herramientas de usuario

Herramientas del sitio


acemu:articulos:articulos_tecnicos:software:graficando_con_javascript

Diferencias

Muestra las diferencias entre dos versiones de la página.

Enlace a la vista de comparación

Ambos lados, revisión anteriorRevisión previa
Próxima revisión
Revisión previa
acemu:articulos:articulos_tecnicos:software:graficando_con_javascript [2015/05/11 07:03] – [Ejemplo] kennethacemu:articulos:articulos_tecnicos:software:graficando_con_javascript [2015/06/01 12:02] (actual) kenneth
Línea 177: Línea 177:
 <HTML> <HTML>
 <h4>Funcionamiento del Panel Solar y la Batería: abril y mayo de 2015</h4> <h4>Funcionamiento del Panel Solar y la Batería: abril y mayo de 2015</h4>
-<div id="graphdiv"></div>+<div id="bat"></div>
 </HTML> </HTML>
  
 <JS> <JS>
-  g = new Dygraph(document.getElementById("graphdiv"),"http://acemu.org/metero/datos.csv",{+  g = new Dygraph(document.getElementById("bat"),"http://acemu.org/metero/baterias.csv",{
   xlabel: "fecha",   xlabel: "fecha",
   ylabel: "Voltaje(V)",   ylabel: "Voltaje(V)",
 +  valueRange: [6,null],
   animatedZooms: true,   animatedZooms: true,
   height: 300,   height: 300,
Línea 198: Línea 199:
   rangeSelectorPlotStrokeColor: 'blue',   rangeSelectorPlotStrokeColor: 'blue',
   rangeSelectorPlotFillColor: 'lightyellow',   rangeSelectorPlotFillColor: 'lightyellow',
-  strokeWidth: 2.3,+  strokeWidth: 1.5,
   drawPoints: false,   drawPoints: false,
   showRoller: true,   showRoller: true,
acemu/articulos/articulos_tecnicos/software/graficando_con_javascript.1431352986.txt.gz · Última modificación: 2015/05/11 07:03 por kenneth