Skip to content

Highcharts Javascript API

Highcharts Javascript API

Categories

JUMP TO ANOTHER FORUM

402 results found

  1. Trendlines
    Channels
    Notes
    Price levels
    Time levels
    Basic shapes

    38 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)
    completed  ·  Paweł Fus responded

    Since v7.0.0, StockTools with drawing tools are available. If you need any new drawing tools, please create a ticket on our GitHub.

    Thanks!

  2. I am creating a Highstock chart but since the data is too huge, want only the whole of master data be loaded first and detail be loaded partially. Then will load detail thru ajax as the navigator is moved.

    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. 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. add plot bands on the scrollbar chart. Perhaps also PlotLine

    0 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    completed  ·  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)
  5. now returns void, has returned the last added serie if successfull as in documentation.

    1 vote
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    completed  ·  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. 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. I'd like to add several vertical lines from the mouse click in a existing curve. Is there a solution?

    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)
  8. I'd love to see a method to change series color programmatically. Would become useful in the case that I want to set a stroke color based on the order that I've selected them.
    By the moment this is barely achievable by changing SVG strokeColor attributes via javascript, but that doesn't work on IE8 (and less) because it doesn't support SVG rendering.

    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)
  9. Formatters on DataLabels on specific points must be a functions, this is limiting because I want to store the highcahrts object, as a big chunk of JSON in my DB. By changing line 12658 of highcharts.src.js from:

    str = options.formatter.call(point.getLabelConfig(), options);

    to

    str = (typeof options.formatter === "string") ? options.formatter : options.formatter.call(point.getLabelConfig(), options);

    I can store it as a whole and maintain the current functionality

    Thanks,
    Paul

    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)
  10. Aixs.setTitle Generate duplicate elements

    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)
  11. 27 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. In the chart, It woulid be good, if it allows the selection of the colors.

    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)
  13. 125 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. Currently, the Highstock code supports "k" (kilo) and "M" (mega) prefixes when creating the y-axis labels, but doesn't support anything larger. At the very least, can we add support for "G" (giga)?

    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)

    2012-08-08: This is now implemented in the radial branch. http://jsfiddle.net/highcharts/Phb2W/

    2012-08-07: We propose to move these definitions out to the language object, as an array called lang.numericSymbols:

    lang: {
    numericSymbols: [‘k’, ‘M’, ‘G’, ‘T’, ‘P’, ‘E’]
    }

    Each item in the array is a multiple of 1000 of the previous. This also allows for other symbols, for example the implementer can define a symbol of ‘,000’ instead of ‘k’, or speak out the number as ’ thousands’ or ’ millions’. A value of null will skip the symbol altogether and use the full number formatting.

  15. There is already support for custom abbreviated months (shortMonths), but weekdays are still automatically abbreviated as the first three letters of the full name. This doesn't work for all langauges, e.g. for Finnish, where weekdays are abbreviated as the first two letters ("maanantai" -> "ma").

    7 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)
  16. Move flags with drag-n-drop on the axis or on the series.

    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…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  18. I'd like to be able to do something like this to change dataGrouping on the fly:

    chart.series[0].options.dataGrouping.units = [['monthly',[1]]];
    chart.series[0].options.dataGrouping.forced = true;
    chart.redraw();

    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)
  19. Bug when set subtitle to empty string.
    if you check this example and click set subtitle button 10 times and error occured

    http://jsfiddle.net/a3G5b/

    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)
  20. If point.y is "1024000", I will like to easily customize the tooltip to show something like: 1024K, 1Mbps, 1.023e6, etc. instead of "1,024,000".

    At this moment, I can only create a whole brand new "formatter" function. It would be much better if we can have a value_formatter just to craft the format for point.y.

    1 vote
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    completed  ·  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)
1 2 9 11 13 20 21
  • Don't see your idea?