Skip to content

Highcharts Javascript API

Highcharts Javascript API

Categories

JUMP TO ANOTHER FORUM

1077 results found

  1. I have several charts for which I need both subtitles and footnotes to clarify/explain the presentation of data (and I always use credits). When displaying on the web it is easy enough to add a paragraph under the chart, however I also need this footnote when exporting the chart. I would envision a simple text box above the credits section.

    There is a similar suggestion that was closed with the suggestion to use subtitles ( http://jsfiddle.net/sGv32/5/ ), but this suggestion will obviously not work if subtitles are already being used. Also, in Chrome, the chart tries to display below the…

    16 votes
    How important is this to you?
  2. Refer to this topic:
    http://highslide.com/forum/viewtopic.php?f=12&t=18427

    Would be awesome if you can just say "each yaxis height should be calculated, so they all equal, or a % of the others if you want 1 bigger than the rest. Instead of having to try and work out each ones height and top position everytime

    4 votes
    How important is this to you?
  3. Currently Highstock allows you to select a zoom factor (buttons on the top left), but the data grouping is automatically select.

    I suggest to make it possible to have a data grouping UI similar to the range UI that lets a user choose/enforce the data grouping interval.

    Additionally if automatic grouping is used and the user did not override the grouping, the currently used data grouping range is highlighted on the buttons.

    7 votes
    How important is this to you?
  4. One digit month format (i.e. "2" instead of "02") is not yet supported.

    9 votes
    1 comment  ·  Admin →
    How important is this to you?
  5. 44 votes
    1 comment  ·  Admin →
    How important is this to you?
  6. In the US, they group in 10,000,000 and the UK, its 1,00,00,000.

    By default the labels default to the US version..

    Please refer to thread here:
    http://highslide.com/forum/viewtopic.php?f=9&t=7500&p=73952#p73952

    6 votes
    1 comment  ·  Admin →
    How important is this to you?
  7. Add an adjustable zIndex to legend:
    (add on line 8087): zIndex = options.zIndex || 10;
    (change on line 8403): .attr({ zIndex: zIndex })

    Add itemMarginLeft and itemMarginRight:
    (change on line 8377):
    if (horizontal) {
    itemX += itemMarginLeft + itemWidth + itemMarginRight;
    } else {
    itemY += itemMarginTop + itemHeight + itemMarginBottom;
    }

    7 votes
    1 comment  ·  Admin →
    How important is this to you?
  8. 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
    0 comments  ·  Admin →
    How important is this to you?
  9. I have posted the request on forum and someone suggest me to edit directly the source for do it...

    http://highslide.com/forum/viewtopic.php?f=12&t=17497

    3 votes
    How important is this to you?
  10. For the slices of a pie chart, allow the user to specify border attributes differently for inside, outside and separator borders. I would like to specify no border for the outside and inside of a donut chart, but still have borders between the slices.

    22 votes
    How important is this to you?
  11. Can I Alternate two charts (like a slideshow) in the same area?

    1 vote
    0 comments  ·  Admin →
    How important is this to you?
  12. I would love to see interactive histogram charts. Ideally I would pass a single series of data to the chart, along with a default number of bins. Then the user would be able to change the number of bins and the data would be re-binned and the chart re-drawn. Bin labels would be need to be regenerated automatically as well, either from the range of each bin, or its center-point.

    An example:

    Series: { data: [1,2,1,2,1,2,3,3,4,4,4,4,4] }
    Histogram: { defaultBins: 2}

    would become:

    xAxis: { Categories: [ "1-2", "3-4"] }
    Series: { Date: [6, 7]}

    Then if the user changed…

    25 votes
    How important is this to you?
  13. Overlapping flags makes charts unhappy. Smart flags that get out of each other's way makes charts smile. Thanks!

    5 votes
    How important is this to you?
  14. 3 votes
    0 comments  ·  Admin →
    How important is this to you?
  15. Small value of the "tickInterval" option results in too many ticks that cause the browser to be unresponsive. (To reproduce by changing the series data from "500" to "10000" at below jsfiddle link.

    http://jsfiddle.net/xvun8/1/

    So it would be helpful to have the max tick number as a cap.
    If the data range is too big and tick interval is too small which makes the tick number too big, then the max tick number is used to prevent the unresponsive behavior.

    14 votes
    How important is this to you?
  16. I would love to be able to set background color for labels on the yAxis.plotLines:

    yAxis: {
    ...
    plotLines: {
    color: ...,
    width: ...,
    value: ...,
    label: {
    text: '...',
    style: {
    color: '...',
    backgroundColor: '...'
    }
    }
    }
    }

    29 votes
    How important is this to you?
  17. I am creating a column chart. And I want to add image just at the point where each column ends.

    4 votes
    1 comment  ·  Admin →
    How important is this to you?
  18. 35 votes
    1 comment  ·  Admin →
    How important is this to you?
  19. This would improve the translation experience.

    6 votes
    How important is this to you?
  20. Please apply some drawing facility and also comparisons of multiple series like this website http://www.freestockcharts.com/ on OHLC charts.

    9 votes
    How important is this to you?
  • Don't see your idea?