Skip to content

Highcharts Javascript API

Highcharts Javascript API

Categories

JUMP TO ANOTHER FORUM

104 results found

  1. The animation on line & spline graph looks very good.
    I would love to have the same kind of animation support in bar/column and pie charts, please .....

    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)
  2. When working with a chart that does dynamic updating from the server, it would be nice if there was a button in the Highstock UI that allowed the user to disable or enable the dynamic updating. Under the hood, the API could be as simple as specifying the name of a JS function to call and the interval. Turning the button on would call setInterval() and turning the button off would call clearInterval().

    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)
  3. 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)
  4. ability to export a chart as an 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…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  5. Add event on more action done in chart.
    for exemple :
    - zoom in
    - zoom reset

    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. 3 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    declined  ·  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)
  7. Ability to switch types of chart - column to line or spline, other types and vice-versa.

    3 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    declined  ·  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)
  8. 3 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    declined  ·  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. The .update method isn't designed to completely switch out the chart, but instead to change individual properties like the title or type.

    In order to completely change the chart, you have to create a completely new chart, which often causes the chart to disappear temporarily and make the page "jump".

    https://github.com/highcharts/highcharts/issues/5299

    This is obviously not ideal, and a common use case is to have a single chart element that shows a single chart that the user can switch out to a wide range of different charts. If a method was provided to do this in a way that didn't destroy…

    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)

    Thanks for writing! Issue #5299 is another case, it’s about axis redrawing wrong in HIghmaps.

    In this demo I can’t see any blinking or page jumping: http://jsfiddle.net/highcharts/x10g30kk/

    However it may probably happen if the series have a lot of data points so it takes longer to render. In that case, maybe you can do tricks with putting the charts in different divs, position them on top of eachother, run crossfades etc.

  10. Hi,
    Can master-detail charts be extended to support like the following as well:
    http://www.ejschart.com/examples/advanced/masterDetail.html

    Also, can the code to implement an master-detail chart be made simpler? Even the current one in the demo seems long (without the series data) and can be made simpler. Look at the code in the link above and you will see what I meant.

    3 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    declined  ·  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. The auto option for tickInterval on a datetime xAxis is great. However, it can be confusing to users if the labels show (for example) hourly formats when the data you're presenting is daily.

    If I specify xAxis.minDateTimeUnit: 'day', the minimum tick/label interval Highcharts would display would be daily.

    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)
  12. 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)
    declined  ·  Jon Arild Nygård responded

    The reason why this request is declined is explained in the comment by Linda Svendsen.

  13. I would like to see a full or an extra html support in data labels. This would allow to add images, divs and anything that is not pure text.

    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)
  14. Hello,

    I want to know will it you provide the functionality to email a report once it is generated without having to save as an image file and then attaching that image file to an email.

    Thanks

    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)
  15. Graphical render is created by JavaScript. Could JS use CSS instructions instead?

    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)

    Many of the Highcharts elements have class names, like .highcharts-series, .highcharts-title etc. The problem is that two sets of CSS must be maintained, one for SVG and one for VML/SVG. Another problem is that by experience, it is easier for users to have only one set of configuration syntax to keep track of. In the current solution, some CSS is applied inside the configuration tree.

  16. Filter null values (meaning n/a values) before the POST so the Batik rasterizer will be happy (see issue about <rect ... y="NaN" ...>)

    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)
  17. Highcharts JS v2.2.1 (2012-03-15) with highroller
    the below code doesn't work on this version

    $line->xAxis->startOnTick = true;
    $line->xAxis->endOnTick = true;

    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)
  18. This could be useful to highlight the category in a bar or column chart including the related bar, especially when charts are bound to click events involving master-detail charts.
    E.g. a user clicks on a bar, then per a method the category could be printed in font-weight: bold and the bar could be highlighted somehow (deeper color, some outline, ...)

    3 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    declined  ·  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. in my website am using tabs, highchart is not displaying in the tabs in firefox

    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)
  20. Add possibility to put flags on line charts in Highcharts as it can be done in Highstocks

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