1077 results found
-
3 votes
-
8 votes
-
hoverable tooltips for axes plot lines
In our application, I have created tooltips for plot lines by dynamically modifying the chart configuration when the plot line is hovered over. I think it would be useful to provide this option as a configuration setting, or highcharts plugin to enable this.
Example JS fiddle: http://jsfiddle.net/tw6rmc1r/2/
10 votes -
market profiles
Please give me some ideas. How to build a chart like this?
http://www.ranchodinero.com/wp-content/uploads/2012/04/ES-Weekly-TPO-Profiles.png
Is there any sample?
1 vote -
printing Chart with Scroll Bar
Do we have an option to print the complete chart instead of the just the part of the chart in view when using a scroll bar
Example: http://jsfiddle.net/gopinaghr/kUSyF/293/
I would like to print complete chart using the print button.3 votes -
1 vote
-
Support of EDGE web browser in offline export
Currently, there is no offline export for the new Microsoft EDGE web browser and it would be great to have this web browser also supported.
3 votes -
long label
Ellipsis on last available line of wrapped multi line long labels.
Currently we have ellipsis on first line or multiple lines with no ellipsis. The ides is to have both in case there is space for multiple lines, but still not enough space to show a long label.
6 votes -
tooltips for legends
tool tips for legends will be helpful
3 votes -
Shared Tooltip (Against Y axis)
I'd like to be able to have a shared tool-tip use the y-axis value to group by and show the x-axis values shared for that y-value. This comes up when depicting a percentile chart with 1-100th percentile on the y-axis (as is traditional) . I could not find a way to do it.
1 vote -
1 vote
-
chord diagram
A chord diagram or an extended diagram is basically used to show data flow between multiple entities. We can have a circular chord diagram or an extended one.
Currently we are achieving it through d3.js, but that requires lot of complex coding18 votesThanks for your suggestion, we do have this study that includes a subset of chord diagrams: http://jsfiddle.net/gh/get/library/pure/highcharts/highcharts/tree/samples/highcharts/studies/circle-relation/
-
Hiding empty columns
If you hide all bars in a column that is in the center of things, it will not be hidden currently. I suggest that this is made possible.
7 votes -
Tap&Drag zooming for line charts on touch input devices
Currently users on mobile devices have to zoom by pinching. However, this method of zooming is very inaccurate and in a stock data scenario rarely does what the user intended.
Add an option to change pinch-zoom for tap&drag zoom that basically simulates how it works with a mouse on desktop. Zooming would occur by tapping and dragging the finger across the screen. Panning can be achieved with a scroll bar if needed.
6 votes -
Dynamic description
Currently the chart.description property accepts a string.
If there was a chart.descriptionFormatter or similar property that expected a function. If this function was passed the chart data then it would be fairly trivial to make dynamic descriptions.
This would be fantastic for accessibility too in dynamic cases such as stock charts. Knowing that it is a line chart the developer could easily write a function that could return something along the lines of:
"This is a line chart showing Acme Co's stock price between {startDate} and {endDate}. In that period the price has [risen to|fallen to|remained stable at] ${price}. Volatility…
3 votesThis is a great and simple idea to implement.
-
feature to drag sku from chart to empty bookmark component(another empty chart)
feature to drag series point and drop in another chart which is empty(like a series bookmark holder)
3 votes -
Differentiate the "touch" and "touch and hold" gestures on mobile device
I noticed that the out of box Highcharts tooltip behavior today is: On desktop, mouse hover will show the tooltip; On mobile device, touch on a chart series will show the tooltip.
No we are having the following requirement for Highcharts tooltip on mobile device:
- Touch on the chart series will trigger an event, e.g: chart drilldown
- Touch and hold on the chart series will show the chart tooltip.
Is that possible for Highcharts library to differentiate between "touch" and "touch and hold" gestures on mobile device?
7 votes -
add events to axis labels
there should be standard events like mouseOut, mouseOver, click , etc. available for axis labels. currently it is possible to do it through custom events plugin, but it is not compatible with latest highcharts
1 voteThe Pointer object has a nice utility that you can use to detect whether a certain class is clicked: http://jsfiddle.net/qcehvqqk/
-
make a map of the Appalachia region in the United States
Please create a map of the Appalachia region in the United States.
7 votes -
Dynamic labels for treemap
Size of treemap labels autosize according to the size of squares
e.g. http://d3plus.org/examples/advanced/10305148/1 vote
- Don't see your idea?