Advertisement
Guest User

Untitled

a guest
Apr 18th, 2014
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. var options = {
  2. curveType: 'function',
  3. title: 'Profit Graph',
  4. backgroundColor: {fill:'transparent'},
  5. // option to disable color-variable mapping ??
  6. };
  7.  
  8. var chart = new google.visualization.LineChart(document.getElementById('graph'));
  9. chart.draw(data, options);
  10.  
  11. legend: {
  12. position: 'none'
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement