Jump to content

User:Al Maghi/Motionchart: Difference between revisions

From Wikipedia, the free encyclopedia
Al Maghi (talk | contribs)
No edit summary
Al Maghi (talk | contribs)
(No difference)

Revision as of 22:56, 29 July 2010


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.