1077 results found
-
Dynamically show/hide tooltips
It would be nice to be able to dinamically show and hide multiple tooltips, and also be able to show multiple tooltips from different points at the same time.
4 votes -
4 votes
Currently you can do this by removing the band and adding a new one with another color.
-
Navigator with cursors
On the Navigator, set the cursor inside the handles to 'move', and outside to 'pointer', so its easy for the user to identify what can be done. It also would be good if its configurable, but i dont realy think is needed.
4 votes -
arearange range, inverted fill
currently area range fills the bit inside the range, I need an way to fill the outside, with the option to use different colours.
Here's a mockup pic https://dl.dropboxusercontent.com/u/2931208/image.png
4 votes -
Cone Graphs not avaialalble in your Library
I was looking for cone graph but it wasn't available your library. For using the same I had to go to anycharts API whereas I always preferred to use and suggest my clients about Highcharts.
Please include the same in your library as soon as possible.
4 votes -
Full Width Legend with Centered Text
It would be great to have the option to make the legend auto size to the width of the chart but keep the text centered. I image it would involve dynamically calculating the padding on the legend box but I am not 100% sure if that is the best option.
4 votes -
tooltip
Expose mouse move event or a callback to override tooltip visualization with point object and mouse coordinates.
4 votes -
4 votes
-
followPointer - tooltip should hide when it gets far away from the original data point
followPointer is a cool feature on a bubble chart, but it needs to close the tooltip when the pointer moves a fair distance away from the bubble, perhaps when it's something like half maxSize away. At the moment you can push the tooltip from one side of the chart to the other so the tooltip is out of context, which feels buggy.
For a demonstration, please see
youtube: http://www.youtube.com/watch?v=pgLNeDWeNTw
source: http://jsfiddle.net/franzo/WS6hY/4 votes -
Change adaptToUpdatedData value dynamically
We have a dynamic Dataset refreshing each 5 sec on the chart
like:http://jsfiddle.net/gh/get/jquery/1.9.1/highslide-software/highcharts.com/tree/master/samples/stock/demo/dynamic-update/
and we would like to Fetch ( async ) data when the user select a range in the middle of the chart. means the adaptToUpdatedData value passes from true to false. But right now to do so we need to re-create the chart with adaptToUpdatedData = false. like:
http://jsfiddle.net/gh/get/jquery/1.9.1/highslide-software/highcharts.com/tree/master/samples/stock/demo/lazy-loading/
Question is: Can we switch dynamically from real time (adaptToUpdatedData = true ) to fetch async (adaptToUpdatedData = false ) ?
And each time the cursor of the navigator is on the right side ( to see…4 votes -
reflow callback
Add a callback to the reflow function, since it uses a timeout you can't execute your own code right after reflow is finished.
4 votes -
dataLabel overlapping in highcharts bubble chart
In semi-overlapping condition where dataLabel of the bubble at back mixes with the one in front.
we have tried by applying greater z-index also, but it is not working.
We want to hide datalabel of behind bubble partially(upto front bubble).
4 votes -
Gaussian color distribution for color axis
It is currently possible to create linear of logarithmic color axes.
Other types for be cool, for instance a gaussian color distribution.4 votes -
get the mouse position on the chart
as you can see at http://www.flotcharts.org/flot/examples/interacting/index.html
(hover your mouse on the graph and look at bottom: show mouse position)
you can have mouse coordinates on the graph,today in highcharts i can only have the mouse coordinates on points,
but i want to have a feature that can allow to get the coordinates of the mouse independently of the drawed points.
it would be great!
4 votes -
Add legend sorting method for pie or other type of chart
in the "pie" I can not sort legend with it's value because of it's only have one series can not use "series.update({ legendIndex: sortedIndex })" to change legendIndex
4 votes -
Show cones, funnels & payramid charts in 3D
Show cones, funnels & payramid charts in 3D
4 votes -
Hide overlapping pie labels
If pie labels are long and positioned inside (distance < 0), they overlap. It would be nice to have an option to hide some of the labels.
I understand this is the same problem as finding the maximal independent set in a graph where the nodes are the labels and they're connected if they intersect.
That's an NP-hard problem: http://en.wikipedia.org/wiki/Independent_set_(graph_theory)#Exact_algorithmsIt would be nice to have a simple approximation algorithm.
I have been experimenting with this: http://jsfiddle.net/yf2MA/4 votes -
Hide tooltips when dragging on a chart to perform a zoom
When dragging on a chart to perform a zoom, hide any showing tooltips as they cover up the dragged area and make it difficult to see what area you are selecting for your zoom.
4 votes -
all district in malaysia state on highmap
i hope on highmap for malaysia country have all district on every state
4 votes -
Reverse point order in shared tooltip if yAxis.reversedStacks = false
When I set yAxis.reversedStacks to 'false' in stacked charts I would like to have reversed order of points in shared tooltip.
4 votes
- Don't see your idea?