Skip to content

Highcharts Javascript API

Highcharts Javascript API

Categories

JUMP TO ANOTHER FORUM

1077 results found

  1. Please add exporting.height configuration option

    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)
  2. Some websites are hosted using https and raise a security warning if wanting to export a graph. This occurs since the web service for the exporting module runs using http.

    Please can there be a secure version of the web service?

    I believe this is necessary since certain websites data will need to be secure.

    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)
  3. Support sub-millisecond resolution in HighStocks. Nano-second resolution would be ideal.

    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)
  4. When a chart have several axis it is not easy to see which axis has to be used with a serie.

    A solution migth be to higlight (like columns) axis when the mouse passed over a serie

    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)
  5. 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)
  6. Sometimes we want to see more information in one data series, so a single Y value isn't enough. For example, I want plot a stock series where Y represents price and color/brightness represents the volume.

    I started a discussion on this topic in the support forum:
    http://highslide.com/forum/viewtopic.php?f=12&t=22326&p=87651#p87651
    and people suggested I post here.

    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)
  7. Currently Ctrl+Click and Shift+Click will multi-select data points. Allowing Shift-Click to support range select behaviour would be more inline with common OS behavior and also allow for rapid selection of multiple data points

    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)
  8. Being able to configure not just the fill colour of the bars in a chart, but the outline colour as well.

    3 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    under review  ·  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)
  9. It would be great if individual points could be automatically animated when the data sets change.

    I came up with a solution myself for a relatively simple data but I would love if this could be used to create cool charts like this (when bubble charts are implemented!)

    http://www.nytimes.com/interactive/2012/02/13/us/politics/2013-budget-proposal-graphic.html

    here is my quick 'simple' demo: http://jsfiddle.net/Robodude/Dswzy/6/

    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)
  10. 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)
  11. Export should include all visible elements of the current chart, this should include all post-added elements, like plot lines and bands. Series do appear to be included if added after-the-fact, but plot lines and bands are not.

    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)
  12. The legend paging that was implemented works well for vertical legends, but not for horizontal legends. In the case where there are many plots on the same chart, the paging buttons take up too much vertical space on the chart, they should be floated to the left or to the right, or the legend should become a "scrollable" object to avoid this issue.

    P.S. Another issue is that the legend has some clipping issues if there are more than 2 or 3 pages.

    This can all be seen here:

    http://jsfiddle.net/GEZ3m/

    232 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. You added the new feature 'between' for pointPlacement for column charts. This is exactly what I missed before, except that I need the placement of the columns between the ticks to the left, and not to the right. Could you add an option like e.g. 'between-left'?

    We plot a temperature value and a precipitation sum together in a chart. If the temperature value is measured at the beginning of the time period, the actual behavior of 'between' would be ok. But in our case, the temperature value is measured at the end of the time period...

    E.g. http://meteonews.ch/en/Weather/G2657896/Zurich

    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)
  14. I have the following in a legend:

    labelFormatter: function () { return this.name + " - " + this.value; }

    That looks fine, except, I want to remove the " - " and have all the values aligned to the right in their line.

    1 vote
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    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)
  15. save users charts in database for using later. and ability to add points and save them

    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)
  16. I have a column chart that can have a variable number of columns. I would like a slight gap between each column, but I'd like it to be consistent no matter how many columns there are or how wide they are. I've tried groupPadding and pointPadding, but if you use a static value the padding seems to vary depending on how wide the columns are. See this example:

    http://jsfiddle.net/JxCEh/

    It would be nice to have a way to define a fixed padding in pixels or points that always stays the same.

    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)
  17. When data is huge, user may only see a blank space for quite some time. It will be much better, if there is an animation showing that smoething is still loading

    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)
  18. Auto-Plotlines for aggregate functions like Min, AVG and Max based on the series values.

    This would be accessible via the series or plotline objects and would draw the lines automatically (ui default properties for each plotline defined as well and not null) for the aggregates on the values of the series.

    22 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. Currently, handles exist for expanding or contracting the date range. I would like the ability to remove the handles so the user can only scroll left and right without being able to zoom.

    18 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. Hi,

    Please make HighStock navigator a standalone component.

    It could have several usages besides driving the HighStock time:
    - immediate time selection/change for any web application - much more intuitive than just a Date + Time picker. Right now there's nothing similar: you have it, it's user friendly, but it' just not standalone.
    - use to zoom in and out several HighCharts (not HighStock) in the same page. Right now there's only a mouse based zoom (with and selection), but that's not very efficient when using more than one chart in the same page. Syncing those charts is still not…

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