-
-
Notifications
You must be signed in to change notification settings - Fork 85
Description
Goal
I'd like to point out and discuss the future of data visualization formats. Some like Timeseries format or d3 chart format are using external components that still are updated, while others like Dygraphs format are using external components that have not been worked on for years.
Graph extension
The mediawiki extension Graph (not to be confused with the Graph result format) seams to be a very actively developed extension, also used in Wikimedia projects.
So one goal could be to provide a "Semantic Graph" extension that brings the ability to a the Graph extension to display data annotated in SMW. (Just like "Semantic Maps" did this for the "Maps" extension, or "Semantic Glossary" for the "Lingo" extension.
This way, the SMW ecosystem could profit from an actively maintained extension. Such an integration would also reduce the burden of upgrading several other graph/chart result formats.
Features
These are missing in most result formats:
- the ability to display data from an uploaded file (alongside with SMW data). The concept is lined out in the Dygraphs format which can use data from an uploaded csv file.
- Using an external csv file (or other resource, e. g. JSON file)
- putting raw data in wiki pages (which the Graph extension can do as well as Maps with the GeoJSON namespace)
Discussion
What are your thoughts on that?