1077 results found
-
Datalabel position in piechart always on right side
Hi,
I'm having four pie chart in one container div(requirement of client)
but due to some width issue some of the datalabel are getting cut.
I have piechart with two datapoint, i want the datalabel to always come on the right hand side.
pls refer : http://jsfiddle.net/46mdgk4p/2/
in the above js fiddle firefox datalabel is coming on the left side, if by any chance i can make the same datalabel come on the right side i could have started the pie chart from extreme left of the container give me more width to play with to adjust the remaining three…4 votes -
Provide examples in Javascript first
All your examples are in jQuery, sometimes with footnotes about other libraries.
Why not give out examples in JS and footnote all the libraries together?Javascript being native and jQuery being a wrapper like the others this would m,make much more sense.
4 votes -
More control over chart animation
I would like the ability to have more control over the chart animation - specifically for a series (line) chart, including rewind, forward and pausing (pausing being the most important).
I posted in the main help forum about the progress I've made 'hacking' the code. I THINK jquery fx object & the clippath width are key, but still no 'triumph' (http://forum.highcharts.com/highcharts-usage/pausing-rewinding-resuming-series-animation-t32042/)
I am working with a graph that is superimposed over a html5 video (flowplayer to be precise), the graph and movie need to be 'in synch' because the graph represents people's opinion of that part of the…
4 votes -
Percentage in Chart Spacing
as of now highchart provides chart spacing in pixel but that will not good if we are applying resizing chart at run time. it will be good if percentage can be used instead of pixel in chart spacing
4 votes -
Zoom out with mouse
In the same way that you zoom in on a chart by rubber-banding with the mouse by clicking and dragging from top left to bottom right add functionality to allow zooming out (to full extents) by doing the reverse - i.e. by clicking bottom right and dragging to top left. Very simple - you could then ditch the reset zoom button if you wanted.
4 votes -
DataLabels options per point
Allow to position and rotate dataLabels based on per-point basis.
Something like http://jsfiddle.net/Yrygy/267/ but based on a configuration, not on javascript or with something like a formatter that returns an object with positional informations (eg: {rotation, align, x, y, etc...})
Thanks
4 votes -
Heat Map with square box ...
How can i plot heat map with square as each intensity pixel instead of rectable as show in the link.
Pls hlep me as i am in great need.
Thanks
4 votes -
uniquely display multiple points at the same coordinates
When building a scatter plot with multiple points with the same coordinates, there's no visual cue or ability to inspect the different points on the same coordinate. Add the ability to display a single point that represents multiple points and then allow the user to expand the single point in to multiple points.
4 votes -
print
Resize/Redraw to Container Size when printing whole webpage via Browser. To be able to customize a print layout with CSS @media print.
Very useful when printing multible highcharts on a single paper/pdf page.4 votes -
redraw chart on mobile orientation change
With Highchart version 3.0, the chart does not get rendered on mobile orientation change. I am not sure if this is available with Hightchart ?
4 votesHighcharts doesn’t do anything internally on orientation change, except it reflows if the window.resize event fires.
You can add your own listeners to orientation change though.
What does the case look like? Is there a problem?
-
Timezone specific to chart, not global
Currently, timezone is global to the whole Highcharts library. It would be great if it would be per chart/instance. We have data sources coming from all around the world and we would like to display data based on their local time, for each data source.
Maybe the easiest solution would be for
getTimezoneOffset
to get chart instance object as a second argument?But the cleanest would be to make this per-chart (or even per series) option.
4 votes -
email
Feature to save Image/PDF on Server Side (like the feature to save it on client side). This would ease in building email functionality. If highcharts can save the generated pdf on a server by means of a button click, we can write an email client to pick that up and send as an attachment.
4 votes -
Official API for Dynamically Changing Pan and Zoom Behavior
Please add an official method for switching between various Pan and Zoom behaviors (i.e., to allow for different zoom/pan tools to be selected by the user instead of using a pan key).
4 votes -
Allow injecting a tooltip into the document body directly
Allows using highcharts within more complex stacking contexts, and offers a much cleaner solution to issues like http://stackoverflow.com/questions/18658043/highcharts-pie-tooltip-cuts-off, http://stackoverflow.com/questions/10734746/highcharts-tooltip-overflow-is-hidden, http://stackoverflow.com/questions/31415313/force-highcharts-to-display-tooltip-outside-of-div-container, http://stackoverflow.com/questions/20556824/highcharts-tooltip-z-index, http://stackoverflow.com/questions/15130311/highcharts-labels-visible-over-tooltip, etc.
4 votesI think this study addresses the problem:
http://jsfiddle.net/gh/get/jquery/1.7.2/highcharts/highcharts/tree/master/samples/highcharts/studies/tooltip-outside-box/We are considering making this a part of the core. Does it resolve your problem?
-
Create a way to add benchmarks to individual columns
This would be similar to plot lines except it would be a line against which each column would be compared to, similar to this image: http://i.stack.imgur.com/NOWBk.gif
It has been suggested by Highcharts staff on StackOverflow community to use a scatter series with a custom shape for the line, which would work fine. But I wonder if this is a standard enough feature on a column chart to be worth supporting in a more "native" way.
4 votes -
Add stacking range in column charts
I am creating a column chart with Highcharts and I want to stack the values by time. So the xAxis is of type datetime. If the date sent is identical then the stacking is working right but if there is a second of difference, then it's not stacking well and the user experience is weird. A possible solution would be to add a stack range in order to group the similar date values. You can find my Stackoverflow question here with an image and a fiddle: http://stackoverflow.com/questions/39788944/highcharts-column-chart-stacked-not-showing-all-the-values
4 votes -
hierachical legend
Possibility to group series in the legend. At least two applications :
- including subtitles in the legend and showing some series underneath each subtitle
grouping series under other series in a drill-down fashion
Animals
|
+-Dogs
|
+-Labrador
+-Teckel
+-Cats
|
+Angora
...
4 votes -
Huge data export
I have a million data on my chart , that i need to export with help of excel 2010 and above..
Is there any way from high chart, because we are using highchart boost for million data drawing in chart.
4 votes -
add an option to mark a map series ARIA hidden
The accessibility module does not give a way to specify a series should be ARIA hidden.
When you have a map with data and map-lines the screen reader reads the map lines after the data.
Details of the issue are here
https://forum.highcharts.com/highmaps-usage-f14/mark-map-series-aria-hidden-t39498/
4 votes -
Make it possible to group and style individual legend items
Over time my legend has gotten really crowded and i would like to be able to first: group my items, and secondly: style them individually.
This would boost the usability enormously!
4 votes
- Don't see your idea?