Skip to content

Highcharts Javascript API

Highcharts Javascript API

Categories

JUMP TO ANOTHER FORUM

1077 results found

  1. 3 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    0 comments  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  2. 8 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    1 comment  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  3. 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
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  4. 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
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    0 comments  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  5. 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
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  6. 1 vote
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    0 comments  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  7. 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
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    1 comment  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  8. 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
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    1 comment  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  9. tool tips for legends will be helpful

    3 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    0 comments  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  10. 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
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    0 comments  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  11. 1 vote
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    0 comments  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  12. 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 coding

    18 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    1 comment  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  13. 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
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    1 comment  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  14. 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
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  15. 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 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  16. feature to drag series point and drop in another chart which is empty(like a series bookmark holder)

    3 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    0 comments  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  17. 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:

    1. Touch on the chart series will trigger an event, e.g: chart drilldown
    2. 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
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  18. 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 vote
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    1 comment  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  19. Please create a map of the Appalachia region in the United States.

    7 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  20. Size of treemap labels autosize according to the size of squares
    e.g. http://d3plus.org/examples/advanced/10305148/

    1 vote
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    0 comments  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  • Don't see your idea?