Advertisement
Guest User

Untitled

a guest
Apr 1st, 2015
183
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. // Create the data table.
  2. var data = google.visualization.arrayToDataTable([
  3. ['Genre', '', "Label", { role: 'annotation', role:'style' } ],
  4. ['column1', 5, 11, 31, 'opacity: 0.2'],
  5. ['column2', 5, 12, 32, 'opacity: 0.2'],
  6. ['column3', 5, 13, 33, 'opacity: 0.2'],
  7. ['column4', 5, 14, 34, 'opacity: 0.2'],
  8. ['column5', 5, 15, 35, 'opacity: 0.2'],
  9. ['column6', 5, 26, 36, 'opacity: 0.2']
  10. ]);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement