Skip to content

Highcharts Javascript API

Highcharts Javascript API

Categories

JUMP TO ANOTHER FORUM

1073 results found

  1. If you have a band title that exceeds the width of the band it currently overflows in unattractive ways. It would be nice if there were a few options for situations where the title exceeds the width of a plot band like:

    • Crop (with optional center, left, right, alignments)
    • Warp
    • Ellipses
    • Hide
    • Bleed into neighboring plot bands (the current behavior that may not ALWAYS be undesirable)
    29 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. I am creating a column chart. And I want to add image just at the point where each column ends.

    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)
  3. Please apply some drawing facility and also comparisons of multiple series like this website http://www.freestockcharts.com/ on OHLC charts.

    9 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. If we add several series onto the pie chart, every data point's color is assigned according to the "colors" option and even some of the data have the same name, they may have the different color.

    Can we improve it by maybe adding an option called "uniqueLegendColorForSameDataName" to assure that all the data point with the same data name have the same color and just one entry in the legend?

    Currently, the work around is to define the color for every data point and use the "showInLegend" option to hide the legend entries for some certain series.

    But you cannot…

    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)
  5. Currently it is only possible to set the label sing top and left co-ordinates, it would be nice to be able to centre the label, as the strings I pass in are dynamic and therefore some are longer than others which in turn makes the string look out of place when set using co-ordinates

    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)
  6. Can I Alternate two charts (like a slideshow) in the same area?

    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. This would improve the translation experience.

    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)
  8. Currently, the buildText function doesn't render subscripts and superscripts in the SVG output, but subscripts and superscripts are supported in SVG 1.1 using the baseline-shift attribute on the tspan element. Please add support for parsing <sub> and <sup> tags and rendering them as appropriate tspan elements.

    29 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. 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. 43 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. It would be nice to see HC support curved text as in SVG using <textPath> tags.

    I think it could be useful to make some supported chart types or on-roandmap chart types have nice text signs.

    Chris

    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)
  12. It'd be great if we can visualize a graph/tree using Highcharts library.

    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)
  13. Currently most touch users don't realise that the correct behaviour is to drag with two fingers to scroll, and one finger to zoom. As such they try to scroll the page with one finger, and find themselves zooming the chart instead.

    A simple fix would be to put a "zoom" button that has to be clicked to enable the zooming mode. Ideally this would only show on touch-enabled devices, but probably be good to have the option to have it for normal mouse users too.

    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)
  14. A plugin where one can upload a CSV file and in turn it creates a graph of its own, like a page.

    19 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. I use a Delphi graphing component from Steema software and have always thought that their idea of zooming back to the extents of the chart was always very intuitive. All you do is instead of clicking and dragging from the top-left when you normally rubber-band an area, click and drag from the bottom-right (the reverse). Perhaps you can already do this in Javascript without much problem already but I am new to the language.

    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)
  16. 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)
  17. 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)
  18. 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)
  19. 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)
  20. 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)
  • Don't see your idea?