v3.1.0+
Status: | effective |
Progress: | 95% |
Version: | 3.1.0+ |
Help:Timeseries format
From semantic-mediawiki.org
Timeseries format | |
---|---|
aggregated values assigned to a date (property type date) are plotted as a line/bar chart | |
Scenarios, examples, demos | |
Example: | Timeseries examples |
Collection | |
Further Information | |
Provided by: | Extension "Semantic Result Formats" |
Added: | 1.8.0 |
Removed: | still supported |
Requirements: | none |
Format name: | timeseries |
Enabled? Indicates whether the result format is enabled by default upon installation of the respective extension. | yes |
Authors: | James Hong Kong |
Categories: | charts |
Group: | flot , data visualization , interactive format |
Table of Contents | |
Contents |
The result format timeseries, part of the Extension "Semantic Result Formats" extension, can be used to display the aggregated values assigned to a property of datatype "Date" and plots the corresponding sum into a line or bar chart.
Parameters[edit]
Parameter | Type | Default | Description |
---|---|---|---|
charttype | text | line | Available layout |
min | whole number | empty | The minimum value to show on the Y-axis |
gridview | text | none | Display chart and data sets simultaneously. Allowed values: "none" and "tabs". Default: "none" |
group | text | subject | Series grouped by |
zoompane | text | bottom | ⧼srf-paramdesc-zoompane⧽ |
height | whole number | 400 | Specify the height (in pixels) of a chart or graph |
width | text | 100% | Specify the width (in pixels or percent) of a chart or graph |
charttitle | text | empty | The title of the chart |
charttext | text | empty | Descriptive chart text |
infotext | text | empty | Display additional information on a corresponding info tab |
chartcolor | text | empty | Assign individual chart colors |
class | text | empty | Specify an additional cascading style sheet class |
- time series chart uses the flot JavaScript library
- time series chart comes with a chart zoom option
- time series chart can be either grouped by its subject (originating page object) or by its properties of datatype "Number"Holds integer and decimal numbers, with an optional exponent
- the chart can be accommodated with a data table using the jqGrid plug-in
- result types: time and number
Usage[edit]
Examples[edit]
- Timeseries
- SMW downloads shows as chart of downloads over a specific time period
Starting with Semantic MediaWiki 3.1.0Released on 23 September 2019 and compatible with MW 1.31.0 - 1.33.x. this result format no longer works with properties of datatype "Quantity"Holds values that describe quantities, containing both a number and a unit.