Skip to content

Highcharts Javascript API

Highcharts Javascript API

Categories

JUMP TO ANOTHER FORUM

402 results found

  1. 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)
  2. By default, the navigator series's color is always blue, as documented here: http://www.highcharts.com/stock/ref/#navigator--series

    It seems natural to me that the color of the navigator series should be the color of the baseSeries that is being shown in the navigator.

    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)
  3. When updating more than one point at a time to the chart, it'd be good to also take into account the animation settings (such as "duration") and not only for when only one point is added.

    Example of how it is now:

    http://highcharts.com/jsbin/afukew/edit

    How it should be: When pressing "update" button, it should take as much time painting the new points as it took with the points at the beginning.

    Topic related on forum:

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

    62 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    completed  ·  3 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)
  4. 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)
  5. Please add support for ARIA type=Image.
    Option to create an HTML table that contains the data shown in chart. For example on your http://www.highcharts.com/demo/line-labels Line with label chart the table might be set up as follows:

    thead
    tr th Month /th th Tokyo /th th London /th /tr
    /thead
    tbody
    tr th scope=row January /th td 7 /td td 3.9 /td /tr
    ...
    ...
    /tbody

    This would allow us to use the product on sites that require compliance with ADA Section 508.

    85 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. 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)
  7. 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)
  8. First of, I think the documentation page would be more helpful if I could just out right Ctrl+f search through it.

    Second, I don't know if this is an issue for anyone else, but having different occurrences of the same term multiple times makes it confusing as to how to configure and/or use it.

    For example "series" appears at least 3 times in the documentation tree as it is.

    ->series
    ->plotOptions->series
    Obj->series

    6 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    completed  ·  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)
  9. A few suggestions describe part of functionality needed already. It would be extremely useful for Highcharts to automatically calculate when x-axis or y-axis labels need to be rotated or skipped to prevent overlapping. Configuration would have the following options:
    preventOverlap: { false / ['rotate', 'skip', 'multiLine'] }, where false turns it off and an array gives a preference order which method to apply first; rotate rotates until full and then applies skip, skip calculates how many labels can be used out of total and multiLine spaces odd or even labels onto multiple lines.

    56 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)
  10. Option to position datalabels inside the column (or bar in bar charts).
    Someting like this http://jsfiddle.net/kzoon/WaACH/, but without having to set stacking to 'normal'.

    An additional option to anchor the label top, middle or bottom would be very useful.

    See forum thread http://highslide.com/forum/viewtopic.php?f=9&t=15658

    20 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)
  11. Related to this issue: http://highcharts.uservoice.com/forums/55896-general/suggestions/2079099-manually-set-the-column-width

    I feel that pointWidth is not an adequate solution for preventing extremely wide columns (or tall bars) in a chart with a small data set. If you're working with a dynamic data set that could be quite small or large, setting a specific width to force small data sets to display well will backfire when displaying a larger dataset, causing the bars to overlap.

    83 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    completed  ·  3 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)
  12. 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)
  13. 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. Basically, I have a column chart which trying to draw based on a data series that has numbers fluctuating by quite a lot, the data values look something like:

    [3000000, 7000000, 25000, 9000000]

    The bar for 25000 doesn't display because the value is so much smaller than other.

    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)
  15. 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)
  16. It would be nice if each series could have an ID attribute, just like the axes.

    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)
  17. startOnTick and endOnTick doesnt work in version js 2.2.3

    please help me, I am waiting your suggestions

    many thanks for your attention

    the problem was mentioned the below

    http://highslide.com/forum/viewtopic.php?f=9&t=17791&p=73033#p73033

    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)
  18. if should be can click and return index of data array,axis X and axis Y also.

    so when i try use it i want to call JavaScript when i click on flag marker because i will use it for process some function and re draw chart with new data

    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)
  19. My suggestion for a very helpful feature would be to add a vertical navigation bar for the Y-Axis, similar to the navigation bar that exists for the X-Axis, for Highcharts. Would lead to a highly interactive plot, especially suitable for project using scatter-plots

    145 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. Interacting with the navigator shouldn't cause the current window size to change. More details here: http://highslide.com/forum/viewtopic.php?f=12&t=16630

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