1077 results found
-
Provide the option to let piecharts show the larger segments on top
Reading a pie chart is like reading a clock. It's most effective to place the largest segment at 12 o'clock (as it does now). The best way to order the rest of the segments is to place the second biggest slice at 12 o'clock on the left; the rest would follow counterclockwise.
1 voteThanks for your suggestion. For now, you can just sort your data by value before adding it to the chart.
-
Enable drilldown on x axis click event same has clicking a column to drill down
more information here ..
http://highslide.com/forum/viewtopic.php?f=9&t=20657
like this column drill down chart http://jsfiddle.net/Fusher/NULTY/
i would like to have the x axis related to an an series in a column drilldown have the same effect has clicking on column . to drill down.
it would be very usefull when data is plotted on negative side too .
6 votes -
Support "dblclick" event
Please support "dblclick" event for chart, series, and point.
18 votes -
Ability to persist tooltip post mouse leave.
Would like the ability to keep the tooltip shown after the users mouse has left the chart. Pretty easy to add.
Add option tooltip.sticky
Current 3.2.0.
Line: 1613. Add sticky: false.
Line: 8672. Add && !chart.options.tooltip.sticky.
Line: 8618. Wrap with if statement (!chart.options.tooltip.sticky).23 votes -
Have percentage position instead of fixed position for labels for different screen resolution
i would be nice option to have if highcharts has option for html label position based on screen percentage instead of fixed position in pixels. it would help a lot for different screen resolution
14 votes -
Radial value-time chart
Example: http://www.ritholtz.com/blog/wp-content/uploads/2012/09/P1-BH923_PRICE_G_20120904184802.jpg
Settings for AM, PM, 24H, partial day etc.
4 votes -
chart within tooltips
Is possible to display a chart in the tooltips ?
Like a drilldown chart which is shown at tooltips.
I have try a few simple solution with it :
1. I'm set useHTML option to TRUE, and applying <iframe> syntax. So basically, i make 2 chart.
2. I'm set useHTML option to TRUE, and applying <img> syntax. So i have 1 Chart & 1 Image.What I dislike from my method :
Method 1. I cannot customize tooltips size.
Method 2. I will have a chart image, not an interactive chart1 vote -
Exporting charts just by right clicking on them
Hi
I would like to suggest a small improvement concerning exporting. At the moment, user that wants to save a highchart has to click on a download icon and choose an option from a dropdown.
A small but great improvement would be to do the same, just by right-clicking on a chart.You just right click on a chart -> save as -> desired format and voila!
I am not sure if sucha feature is possible to implement, but it would be neat to have this! :)22 votesI did an attempt at http://jsfiddle.net/highcharts/spaa2he9/, but it is quite unstable. Maybe it can serve as a starting point for you to figure out how to enable it.
-
2 votes
-
I suggest you a new feature for "donut charts"
I suggest you a new feature for "donut charts" (with 2 or more circles, like "browser" and "version" in your example).
I have a real need in this feature. What is it?
When user click on one label at the legend (which has 2 labels: "browser" and "version") this label and circle at the chart display none.
The other data at the chart (i mean the next circles, more outlying) must regroup.
So, if there are 2 same "1.1" version, with "5%" and "7%" at the second circle, after the regroup it must display "12%" in one sector.
I realy…9 votes -
dynamic/infinite threshold for area charts
I have a need to display an area above (or below for reversed y-axis) a line. I can certainly specify a threshold above the highest value in the series, however this breaks the yAxis ability to dynamically pick the maximum end of the range based on the data. So I suggest either (a) have an option for the yAxis to ignore the threshold when dynamically choosing the min/max of the range, or (b) having special "positive infinity" and "negative infinity" values for the threshold that would of course be ignored by the yAxis ranging.
Thanks!
16 votes -
Explicit support for drill-down Ajax interactive data zooming
I have an extremely large dataset (once-a-second measurements extending over several years) that I'd like to be able to zoom in (and out) interactively with the Highstock navigator as well as direct selection with the mouse.
I think I have finally managed to piece together a somewhat stable solution by using the rather under-documented setExtremes event. However, some slight instabilities remain, mainly due to the fact that the setData method appears to itself trigger the setExtremes event sometimes. In addition, my dataset is discontiguous (has many gaps) and Highchart seems to like to shrink the limits of the selected data…
19 votes -
axis option minorTickCount
Currently if minorTickInterval is set to 'auto' then the calculation to determine the minor tick interval does a divide-by-5 on the regular tick interval. I would like an option to change this magic number 5 to something else.
1 vote -
Allow an array of dataLabel colours
This would mean if the user had specified a number of different colours for the chart, we could then match the colours of the dataLabels, either to be the same if we wanted, or to invert if we want to put the labels over the bars, columns, slices etc.
So if our first bar was dark we could set the first label to be white, and if the second was light, the second label would be dark.4 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 -
outline border to stacked column bar
Instead of individual column border in stacked column.Can we apply one Outer border to Column in a single Stack . Here you can see : http://snag.gy/7KqAY.jpg.
15 votes -
Multiple point selection in highchart.
Select two points with out zooming the selected points.
3 votes -
x zoom for multiseries data
I have four series of data, and each series only has one data point. I would like to render these data with x-dimension zoom ability as good as 4 data points in one series. If this is a duplicate topic, I am really sorry, because I could not find a similar one.
Here is the fiddle: http://jsfiddle.net/yMSCZ/8/
I was trying to approach it by adding dummy x value to each data point from each series: http://jsfiddle.net/yMSCZ/9/ But it did not work out.
I understand in the first fiddle, HC will treat all the four points with the same x index,…
24 votesRegarding the OP, the recommended setup would be to use categories like this: http://jsfiddle.net/highcharts/yMSCZ/19/
-
Pie Title
Introduce a pie title that displays the series name. There should be option for placement: 'above', 'below' and 'inside'.
Pie titles are necessary when you use charts with 2 or more pies is them.
See these 3 mockups I made:
Above: http://jsfiddle.net/kzoon/Nw2cC/
Below: http://jsfiddle.net/kzoon/qMvc9/
Inside: http://jsfiddle.net/kzoon/8SdqV/11 votesI created this small plugin that allows a pie plugin to be aligned using the regular Highcharts alignment options (align, verticalAlign, x, y).
-
Pie label distance as percentage of pie size
Allow percentage value for option dataLabels.distance (percentage of the pie radius). That way I can make sure that the labels fit inside their slice for every label length and pie size.
http://jsfiddle.net/kzoon/ntDX9/ shows what I mean. If you use distance -30 longer datalabels go outside their slide. If you use -50 they fit, but that will mess up small pies (100px).27 votes
- Don't see your idea?