帮助:jqPlot条形图格式

From Linux Web Expert

jqPlot条形图格式
使用jqPlot Javascript库生成条形图
更多信息
提供者: Semantic Result Formats/zh-hans
添加版本: 1.5.1
移除版本:
接替者: jqplotchart
需求:
格式名称: jqplotbar
启用?表明安装相应扩展时是否默认启用该结果格式。
作者: Sanyam Goyal , Yaron Koren
分类: 图表
目录

结果格式jqplotbar(jqPlot条形图),属于Semantic Result Formats/zh-hans,用于显示数字值的条形图,使用jqPlot Javascript库。

此结果格式已在Semantic Result Formats 1.8版本弃用,请改用结果格式“jqplotchart”Displays aggregated numerical data as a bar, line, pie, or donut chart

参数

A fatal error occurred in the #smwdoc parser function

示例

{{#ask:
 [[Category:City]] [[located in::Germany]]
 |?population
 |format=jqplotbar
 |height=200
 |width=400
}}


显示数据(点)的标签

从1.7.0(r102487)版本开始,可以通过使用选项pointlabels=yes显示各个数据(点)的标签。

{{#ask:
 [[Category:City]] [[located in::Germany]]
 |charttitle=德国部分城市人口
 |?population
 |format=jqplotbar
 |height=200
 |width=400
 |pointlabels=yes
}}

... further results

图表格式