Jump to content

User:Al Maghi/Motionchart

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by Al Maghi (talk | contribs) at 22:56, 29 July 2010 (moved Template:Visualize to Template:Motionchart). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.


Usage
{{visualize
 | x = X axis title
 | y = Y axis title
 | group = Location |
  {{dataset| London | 2003/0/1 | 10000 | 20000 | England }}
  {{dataset| Paris | 2003/0/1 | 5000 | 10000 | France }}
  {{dataset| London | 2005/0/1 | 100000 | 200000 | England }}
  {{dataset| Paris | 2005/0/1 | 50000 | 100000 | France }}
}}
Result
Visualize the following data
ID date X axis title Y axis title Location
London 2003/0/1 10000 20000 England
Paris 2003/0/1 5000 10000 France
London 2005/0/1 100000 200000 England
Paris 2005/0/1 50000 100000 France

The DataVisualizer tool can be used on other projects by copying {{visualize}} and {{dataset}}. It uses the MediaWiki and Visualization APIs.