Help talk:Jqplotchart format
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.
- [View source↑]
- [History↑]
Contents
Thread title | Replies | Last modified |
---|---|---|
Number of shown values | 1 | 04:18, 3 December 2016 |
Color schemes | 1 | 04:12, 3 December 2016 |
Parameter descriptions | 0 | 18:23, 23 September 2016 |
SRF / Jqplotchart - max parameter ? | 0 | 18:11, 15 April 2014 |
I am using the line chart for a price development chart over time. Time is x-axis and prices are y-axis. I have two questions:
- My chart breaks off after 50 values. I can maximize the value with the "limit" parameter by hand but then end up with something like this, which is not zoomable and/or clickable, unfortunately. So it's not meant for a large number of data?
- I would llike to display the property value (the date) on the x-axis instead of the pagename (random number). Is there a way to do so?
I'd be happy for any guidance on this.
> So it's not meant for a large number of data?
Help:Dygraphs format is a better fit for large data sets such as Demo:Dygraphs/Daily Temperatures in New York vs. San Francisco or Demo:Dygraphs/Annotate gas chromatogram (10K data points).
> I would llike to display the property value (the date) on the x-axis instead of the pagename (random number)
I cannot remember (maybe) something like Demo:Jqplotseries/Stacked_series?
Where do I find information about the mentioned colour schemes and the grid themes? I found in some examples colour schemes like "rdbu" and "prgn", are they explained somewhere?
Would it be possible to define some more verbose commentary for parameters? The default is provided, but alternative parameters are not (so one has to guess about potential alternatives!) This should be possible, if only for parameters with a defined set of allowed values.
E.g., for the 'datalabels' parameter, I have figured out that "percent" and "label" and "value" are valid values for this parameter, from finding examples & guessing... but I have no idea if they are the only ones.
Hi ! Would it be possible to enable a max
parameter in some future release? Most often, this is not needed, but sometimes I would like to show a possible maximal value in a histogram. It also would useful for side-by-side printing of histograms that have the same potential min/max values (e.g. survey data).
The max parameter does seem to exist, if I understand the jqPlot API documentation.