Archive:Jqplotbar format 1.5.1 - 1.6.2
From semantic-mediawiki.org
This documentation page applies to all SMW versions from 1.5.1 to 1.6.2.
| Jqplotbar format 1.5.1 - 1.6.2 | |
|---|---|
| Produces a bar chart using the jqPlot Javascript library | |
| Further Information | |
| Provided by: | Extension "Semantic Result Formats" |
| Added: | 1.5.1 |
| Removed: | still supported |
| Requirements: | none |
| Format name: | jqplotbar |
| Enabled? Indicates whether the result format is enabled by default upon installation of the respective extension. | yes |
| Authors: | Sanyam Goyal , Yaron Koren |
| Categories: | charts |
| Table of Contents | |
Contents | |
The result format jqplotbar, part of Extension "Semantic Result Formats", is used to display a bar chart of number values, using the jqPlot Javascript library.
Parameters[edit]
A fatal error occurred in the #smwdoc parser function
Usage[edit]
You may want a chart to not show property values directly, but rather the popularity of different values of a property across the entire wiki; i.e. a numerical distribution. This is fairly easy to do; see displaying numerical distributions for how.
Example[edit]
{{#ask:
[[Category:City]] [[located in::Germany]]
|?population
|format=jqplotbar
|height=200
}}
Another example can be found here.
Chart formats[edit]
These are the chart related result formats provided by Semantic MediaWiki and extensions to Semantic MediaWiki.
- D3 chart format
- Dygraphs format
- Gantt format
- Google bar format
- Google pie format
- Jqplotseries format
- Sparkline format
- Timeseries format
- Jqplotchart format