Help talk:Jqplotbar format

From semantic-mediawiki.org

Talk pages on this wiki should primarily be used to address possible mistakes as well as missing and superseded information in the documentation.
In case you are seeking support concerning individual questions, please have a look at this page. The Semantic MediaWiki user mailing list is always a good idea for seeking help.

Display of data (point) labels[edit]

Using option pointlabels=yes

With SRF 1.7 (r102487) it is possible to display individual data (point) labels by using the option pointlabels=yes.

{{#ask: ...
|?Count
|charttitle=Statistics
|barcolor=#85802b
|bardirection=vertical
|pointlabels=yes
}}
Hi MWJames, thanks for your help. I have inserted it. Cheers --[[kgh]] 21:22, 13 November 2011 (CET)
Now that this wiki is on SRF 1.8alpha, I would have thought that pointlables is functioning. However, I does not. Probably I am missing something. Cheers --[[kgh]] 01:09, 9 June 2012 (CEST)
It does work see Special:Ask but it is still an "old" version which still uses inline JS and therefore loads JS differently which means the JS which is needed for pointlabels is not loaded but with 35627 (now in git) all JS is loaded via RL. Also pointlables will change from Yes/No to value/label (see further [1] ) --James Hong Kong 02:24, 9 June 2012 (CEST)
I already speculated that there must be some reason I was not able to detect. Thank you for the link to the project page on github. I can not wait to see these great enhancments to roll out officially. :) Cool. Cheers --[[kgh]] 17:37, 12 June 2012 (CEST)

Not starting at zero?[edit]

I've got the following problem (which I believe wasn't there before 1.7):

I have a bar chart displaying values between 10.1 and 54.something. The issue is the chart (x-axis) is not starting at zero but at 10. When I change one of the values to be below 10 the chart starts at zero.

I guess that's not really intentional, is it? Anyone experiencing the same? Any chance to influence it?

--Eric 15:55, 9 January 2012 (CET)

Hi Eric, I think the best way to address such issues is to use the SMW user mailing list. Cheers --[[kgh]] 23:22, 9 January 2012 (CET)
There are no threads on this page yet.