Data Viz - Data Interface

Utah Teapot

Notes

  • The Google Visualization API provides a standard interface for describing data.
  • Json
var data = [
      { "Word":"Hello", "Score":2000 },
      { "Word":"World", "Score":3000 }
    ];







Share this page:
Follow us:
Task Runner