Skip to content

Highcharts Javascript API

Highcharts Javascript API

Categories

JUMP TO ANOTHER FORUM

1073 results found

  1. I noticed today that it seems the Y minor and major grid lines are drawn, and then the X minor and major grid lines. This causes X minor grid lines to be drawn over Y major grid lines, which I don't think should be the case. Here is an example:

    http://jsfiddle.net/55TfZ/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)
  2. Highstock doesn't remember date range or scrolling changes when returning to a page with the cart. These need to be added to the URL fragment / browser history and read when returning to the page.

    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)
  3. For Pie Charts - Alternative do Donut Chart where initial view is a regular pie chart with general categories, e.g. Firefox, Chrome, Safare, MSIE, etc. Upon selecting a slice the chart "zooms in" to the next level down. So if once selected Firefox Slice, they get a new next level down pie chart which has Firefox 4, Firefox 3.6, Firefox 3.5, etc.

    Should support N-Levels, based on data provided. Need Some way to zoom back out up one level.

    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)
  4. The chart title is rendered behind chart data and grid lines, causing data points to obscure the chart title.

    When rendering to an interactive web page, it is possible to work around this by bringing the title toFront() after load.

    However, this is impossible when using export, since it creates a new copy of the chart and then exports that.

    Thus, the chart title should render in front of other chart elements, by default or as an option.

    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)
  5. Tooltip is currently aligned to the direct left of the hovered marker by default. This way it covers a significant part of the data, especially in line chart type. Tooltip alignment should be configurable as the 'best' alignment is different for each chart.

    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)
  6. Large data sets may well include more data than can be presented, given the pixel size of the display. When a user zooms in on the data, more information would then be needed to display detail data.

    A progressive mechanism would be useful to allow more detail to be requested and sent to the client via an ajax call, triggered from a zoom event. This progressive rendering might show a lag on zoom, but in some cases this lag would be preferred to a long delay for initial data display for very large data sets. It might also perform better…

    39 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)
  7. Sometime there is a lot of category (x-axis) that can't fit inside the chart, so to solve this we can do:

    Rotate them, and/or
    Write some of the x-axis items according to the chart area size

    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)
  8. Generate a automatic image

    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)
  9. 'Border radius' on a column chart currently affects all 4 corners of a column identically. Please, could we have the ability to set individual corners at different radii?
    Personally I would like this so that I can round just the top of a stacked column chart, but i think it would be a great addition and allow some nice extra flexibility in look & feel.

    147 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)
  10. It seems title of Highcharts doesn't support rotation. Is it possible to enhance it in future release?

    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. Since now, if you want to specify X-axis origin for column chart, you can set offset value for X-axis. But this is not usable, the offset value is just absolute points, not actual Y value. I know many popular charts support using actual Y value as X-axis origin, this should be convenient for user to specify a relative X-axis location to Y axis.

    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. chart = new Highcharts.Chart({
    .......
    series : {{data: [...], legend: "serie.Name\nMin:... Max:..."},
    {data: [...], legend: "serie.Name\nSum:...."}
    .......
    }
    ................
    }

    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)
  13. Tool tip only appears when a point is clicked rather than hover. The tool tip would persist until another point is clicked or if the user clicks anywhere on the chart.

    82 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)
  14. and i want to store all image of chart on load of page

    2 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. The tooltip.formatter() supports some HTML entities, e.g. <b>, but it doesn't support named or numbered entities.
    For example, if I return "&deg" the tooltip shows those 5 chars instead of the degrees mark(°).
    Same if I return "°"... tooltip shows those 6 chars instead of the degree mark.

    4 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. By adding the pointer-events="none" attribute to the chart's <text> elements you can cause the cursor to NOT change to the I-beam when the user mouses over stuff like axis labels and such.
    Little stuff likis GREATLY improves the professional appearance of the chart.

    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)
  17. Would be a great idea for e.g. all line-charts. See your friends

    http://www.fusioncharts.com/demos/gallery/#zoom-line

    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)
  18. Events triggered when a user clicks/hovers/etc a category label (xAxis labels).

    I would use this to provide more in depth information about the label clicked. For instance, charting years in xAxis, user clicks 2012, should bring up a menu with additional options for that year

    24 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)
  19. When I move my mouse ("zoomType=x" enabled chart) over the data, the x-crosshair seems to snap to the datapoints. there should be a way to either:

    1. turn off the "auto-snapping" function
    2. disable/hide the "x-crosshair" when a "zoomSelection" or "mousedown" event takes place and then enable/show it after a "mouseup"?
    3. snap the "selection start/end" to the "snapped-datapoint"

    Any one of these solutions or any other suggestion would be great!

    13 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. Custom Navigation bar for supporting Local date/time like Jalali Date

    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?