Skip to content

Highcharts Javascript API

Highcharts Javascript API

Categories

JUMP TO ANOTHER FORUM

1077 results found

  1. Auto-Plotlines for aggregate functions like Min, AVG and Max based on the series values.

    This would be accessible via the series or plotline objects and would draw the lines automatically (ui default properties for each plotline defined as well and not null) for the aggregates on the values of the series.

    22 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)
  2. 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)
  3. Most things in HighCharts have smart defaults, so unset options will do something reasonable. But plotLines is not this way: if the user does not explicitly specify a width and color, no line will be drawn (and sometimes a JS error will happen).

    Example which works but includes comments on how to easily break it: http://jsfiddle.net/LKayp/

    I think plotLines (and addPlotLines) should default to a reasonable width and color, just as regular series lines do.

    1 vote
    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. I want to print graph related extra information along with the graph. Please help me with this feature.

    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. I'm trying to create a column chart showing advice based on weather data. Values are between 0 and 2. Based on the value the height is determined, and currently a singular color. I'm trying to modify this to have a gradient range for top to bottom of the chart, not as a background. Colors should start at the bottom showing red, showing a gradient to yellow (at value 1) and green (at value 2). However, I want the gradient shown even if the value for the column is say 0.615, which would need to show a gradient past halfway, still…

    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)
  6. It would be great to control line breaks completely using non-breaking spaces ( ), <br> tags and soft hyphens (­).

    22 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. 8 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)
  8. It would be nice to be able to specify the number of columns in the tooltip. For instance, I have a chart with 44 line series, 22 each for two different data sets. This makes the tooltip too long for the chart area. If I could specify two columns, it would fit fine, and be easy to read.

    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)
  9. I would like to give the user the ability to pinch zoom much like sencha charts

    15 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 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
    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)
  11. A button that zoom out the chart to previous selection because the button provided is zooming out it completely. I have added the a function (zoomOutPrev) for it along with some modifications in drop function and its working for me.

    Here is the link for :

    An HTML file used to test the function :

    https://docs.google.com/open?id=0B_RgA2-RAxl0S2w0QmRvaHNfTmc

    Edited Highchart Src :

    https://docs.google.com/open?id=0B_RgA2-RAxl0VWt2X05HUzJVZlE

    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)
  12. headerFormat:'<span style="font-size: 12px">

    this font-size and any other styles can not be change.

    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)
  13. I'd like to specify a stepPosition (such as 'on' or 'between') when step: true. Currently the step always occurs on the actual data point. I'd like to be able to have it step before the data point, so you end up with a plot more similar to a column chart.

    My example is that I have an area chart with overlapping series, but I need a step chart, because I'm representing a fixed number of reads at specific loci on a strand of DNA.

    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)
  14. Sometimes we want to see more information in one data series, so a single Y value isn't enough. For example, I want plot a stock series where Y represents price and color/brightness represents the volume.

    I started a discussion on this topic in the support forum:
    http://highslide.com/forum/viewtopic.php?f=12&t=22326&p=87651#p87651
    and people suggested I post here.

    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)
  15. When resizing a chart, it would be great if the all chart elements (titles, labels, legend items, axis, all fonts) auto scaled appropriately with the chart.

    This would apply not just to expanded/contracting the height and width area of the chart, but also when using the zoom feature.

    Thanks.

    11 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. I have the following in a legend:

    labelFormatter: function () { return this.name + " - " + this.value; }

    That looks fine, except, I want to remove the " - " and have all the values aligned to the right in their 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…)
    2 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. Currently Ctrl+Click and Shift+Click will multi-select data points. Allowing Shift-Click to support range select behaviour would be more inline with common OS behavior and also allow for rapid selection of multiple data points

    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)
  18. Being able to configure not just the fill colour of the bars in a chart, but the outline colour as well.

    3 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    under review  ·  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. Hi

    I would like to suggest a small improvement concerning exporting. At the moment, user that wants to save a highchart has to click on a download icon and choose an option from a dropdown.
    A small but great improvement would be to do the same, just by right-clicking on a chart.

    You just right click on a chart -> save as -> desired format and voila!
    I am not sure if sucha feature is possible to implement, but it would be neat to have this! :)

    22 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. 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)
  • Don't see your idea?