I'm trying to figure out how to get the jqplotchart to display a simple bar chart based on a "sum" from a property.
I would appreciate it if anyone has a link to examples of how this could be done.
Thanks in advance
If you were trying to do "count" instead, that would be easy to do, using the "distribution" parameter. Doing a "sum" is harder... does each grouping of values correspond to a page? If so, maybe the best solution is to have each of those pages store its own sum, using a combination of #set and #ask; and then query on all of those semantically-stored sums.
See [1], since SMW 1.9/SRF 1.9 parameter |aggregation=property
or |aggregation=subject
should do the trick.
[1] https://semantic-mediawiki.org/wiki/Demo:Jqplotchart/Aggregatable_bar_charts