1077 results found
-
3 votes
-
Don't draw chart / series if set of data is empty.
Currently I have an issue where if a set is empty, the line will still be displayed, and if all of the series are empty, a chart will display without any lines. This should be handled by default where if the series is empty, do not draw the line for it, and if all of the series are empty, do not draw the chart.
3 votes -
Image
Generate a automatic image
3 votes -
Chart title should render in front of all other chart elements
The chart title is rendered behind chart data and grid lines, causing data points to obscure the chart title.
When rendering to an interactive web page, it is possible to work around this by bringing the title toFront() after load.
However, this is impossible when using export, since it creates a new copy of the chart and then exports that.
Thus, the chart title should render in front of other chart elements, by default or as an option.
3 votes -
tracker size
I need to increase the size of the tracker element in column points. The chart doesn't seem to handle mouse events properly when using very small columns.
3 votes -
3 votes
-
Add possibility to show input range selector when export charts !
I have posted the request on forum and someone suggest me to edit directly the source for do it...
3 votes -
Allow label items to be placed in the centre of the chart. Eg align: centre
Currently it is only possible to set the label sing top and left co-ordinates, it would be nice to be able to centre the label, as the strings I pass in are dynamic and therefore some are longer than others which in turn makes the string look out of place when set using co-ordinates
3 votes -
Use other units of measurement
Would be great if chart dimensions could use other units of measurement besides just Pixels.
E.g chart: { width: '10cm' } would translate to <svg width="10cm">
3 votes -
Type of date/time for region
Changing the type of data displayed by region. For example: in Brazil is "19 de junho", new york is "june 19".
3 votes -
Link 2 series (spline and scatter) and show as 1 with 1 tooltip (shared)
I have 2 series, a spline and a scatter. (same name) The spline is the average of the values in the scatter, this is done bij PHP. So now I have 2 different series. What I want:
Connect these 2, same color, shared tooltips. Give the formatter the option to give the scatter a different handling (relative to the spline).3 votes -
Add callback 'pointInterval' to function 'autoIncrement'
line: 11466
var interval;
if (typeof(series.pointInterval) == 'function')
interval = series.pointInterval(this);
else
interval = series.pointInterval;series.xIncrement = xIncrement + interval;
3 votes -
Show only changed axis labels
Given following x- or y-axis categories.
["Jan", "Jan", "Jan", "Feb", "Feb", "Mar", "Mar", "Mar", "Mar", "May"]It would be great if we could show only changed labels (like a more advanced "labels.step" option). Like follows:
|
|
|______________________
|Jan|||Feb||Mar||||May|3 votes -
The hole percentage of doughnut chart should be based on diameter of doughnut rather than plot area.
Now the hole percentage of doughnut chart is based on plot area, but the diameter percentage of doughnut chart is also based on plot area, so user might set same percent value for hole size and diameter and the doughnut will be rendered as unexpected result, here is the detail http://highslide.com/forum/viewtopic.php?f=9&t=19252.
3 votes -
Multiple point selection in highchart.
Select two points with out zooming the selected points.
3 votes -
plotBand hover state (similar to marker) to change color, etc.
Just like how you can change the fillColor of a marker on hover, I'd like to be able to change the color of a plotBand on hover.
3 votes -
Handle multiple groupings
For example, we currently have a plot that has three layers of groupings
eg. We have a series of data that each point has a sample type, disease state, probe and gene associated with it. We want to move onto highcharts but would need to be able to show the sample type in the label/colour but show the breakdown for the disease state, probe and gene. See below for our current implementation in flot.https://docs.google.com/open?id=0B0Nu-R_YNfgIb0Fidmt1TFd1TU0
I apologise if I can actually already do this - I thought I would ask first before I tried implementing it - I didn't see…
3 votes -
show only y-axis label according to value in serie data
I need show only y-axis label according to value in serie data, how do this?
3 votes -
provide keyDecimals option for tooltip
It may be usefull in case if keys are float numbers.
3 votes -
Downloading hint (such as gif anaimation during Highcharts javascript is downloading)
When data is huge, user may only see a blank space for quite some time. It will be much better, if there is an animation showing that smoething is still loading
3 votes
- Don't see your idea?