Difference between revisions of "Web Element: Data"


 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
{|
 +
| width=50% |
 
<html>
 
<html>
 
   <head>
 
   <head>
Line 78: Line 80:
 
                 },
 
                 },
 
          1: {type: 'bars', color: 'black'},},
 
          1: {type: 'bars', color: 'black'},},
//        'width':600,
+
//        'width':300,
           'height':400,
+
           'height':300,
 
//        crosshair: { trigger: 'both', opacity: 0.5 },
 
//        crosshair: { trigger: 'both', opacity: 0.5 },
 
//        trendlines: { 1: {} }    // Draw a trendline for data series 1,
 
//        trendlines: { 1: {} }    // Draw a trendline for data series 1,
Line 94: Line 96:
 
</body>
 
</body>
 
</html>
 
</html>
 
+
|
  
 
<html>
 
<html>
Line 167: Line 169:
 
           vAxis: {title: 'Daily cases', scaleType: 'log'},
 
           vAxis: {title: 'Daily cases', scaleType: 'log'},
 
           legend: 'none',
 
           legend: 'none',
           'height':400,
+
           'height':300,
 
         };
 
         };
  
Line 181: Line 183:
 
</body>
 
</body>
 
</html>
 
</html>
 +
|}

Latest revision as of 12:34, 17 May 2020