Skip to content

Highcharts Javascript API

Highcharts Javascript API

Categories

JUMP TO ANOTHER FORUM

104 results found

  1. Providing the scroll feature will help to show the chart with more numbers of x-axis values. We have a scenario where the width of the chart is fixed, but the number of values for x-axis is more. We can not change the width as that is fixed as per our screen layout requirements. Now in this case scrolling will enable us to see the graph properly. Please let me know if any screen snapshot if required for the same.

    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)
  2. I' using highchart and all work fine, the problem is when i use export's options.

    It fail

    I'm working in my own server, opensuse. Some one could help me?
    The problem is with openjdk ? java ?

    Some idea???

    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)
  3. chart.events.selection() does not appear to fire for Highchart Stock navigator or rangeSelector changes. This makes sense because it's the same as a zoom selection on main pane.

    I'm using the selection event to return to the server and retrieve higher-resolution data (a drill down), but this fails when these other navigation changes take place. The redraw event does not work because it fires too often.

    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)
  4. I have a master-detail chart - pretty much as per the highcharts demo, except for the fact that the detail data is ajax loaded in an appropriate resolution as the extremes are set. I would much prefer to use the time selector from highstock, as it's a lot slicker.

    An alternative would be to provide a way to have separate master and detail data sets for highstock, with the ability to ajax load detail data when a time range is selected.

    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. Like psycopg2 for postgresql interfacing, why not python-highcharts interfacing ?

    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)
  6. 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)
  7. 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)

    Updating charts aren’t really a Highcharts option, it is a way of using the Highcharts API. So to pause it, you would just use the API differently , for example by adding a button that clears your JavaScript timeout responsible for the updates.

  8. My stacked bars show dataLabels even though the bar itself is hidden, because it has a value of 0

    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)
  9. 0 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)

    In Highcharts, the data is already sorted. We removed this feature from the Highstock branch and will do so in future Highcharts as well, because of the performance overhead. You should make sure the input data is sorted the way you want it.

  10. After updating from v2.1.4 to v2.1.6 my spline charts look different in Chrome than in other browsers

    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)
  11. There should be a setting for internationalisation so that the dates are properly displayed in the local language.
    "en", "es", "fr", etc... for english, spanish, french, etc...

    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. hello dear highChar
    please help me to add RSSFEEDs to creat chart automaticaly

    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)
  13. Allow the user to input many values, but only chart the top N values.

    Eg, I have a census table showing the languages spoken - there are around 200 possible answers. This is too many to chart, so I'd like to show only the top 10 values.

    This is possible with some pre-processing, but would be easier if the HighChart could handle it internally

    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)
  14. 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. exporting: {
    format :['svg', 'jpeg'] // does not print the png or pdf formats
    }

    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. 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)
  17. Make the colors in legend squares instead of lines/points, when clicked, a color palette picker will popup and let you change colors.

    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)
  18. Allow a fully rendered page that includes several charts, tables, images and text to be exported by the user to a PDF document.

    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)
  19. 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)
  20. I think it shoud be great to give a way to generate chart only by passing a SQL query.

    Like it can be done with jaspersoft.

    I know javascript can't do this without a server side script but it should be very interesting and will be a very big steap to make Highcharts very easy to use.

    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)

    I’m afraid this would fall outside Highcharts JS’s scope as a client side charting library. Also, sending SQL strings from the client would mean a security hazard.

    This should be handled by each installation’s backend, alternatively Highcharts server plugins.

  • Don't see your idea?