Skip to content

Highcharts Javascript API

Highcharts Javascript API

Categories

JUMP TO ANOTHER FORUM

402 results found

  1. When I create a stacked bar or column chart with the stacking set to "Percent", the negative percentages should be shown in a negative axis.

    As shown here in Excel: http://i.imgur.com/R3RboAe.png

    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)
  2. For example, plotting a map of Uganda using the dataset below where the size of the bubble is determined by the datavalue, and the position of the bubble is determined by longitude/latitude.

    Longitude | Latitude | City | datavalue


    32.446945| 0.064444 | Entebbe | 0.06376521695969484
    32.000000 | 2.750000 | Gulu | 0.054655900251167
    32.549999 | 0.383333 | Jinja | 0.1609312618506584
    32.583332 | 0.333333 | Kampala| 1.3937254564047585
    31.049999 | 0.233333 | Masaka | 0.08805672818243572
    32.333332 | 0.250000 | Mbale | 0.08502028927959311
    30.750000 | -0.416667| Mbarara| 0.06983809476538007
    34.183056 | 0.684722 | Tororo | 0.054655900251167

    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)
  3. I think the current zoom-in by mousewheel is way too fast and should be slower or controllable by the creator of the chart.

    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. It can be interesting to disable Element like RangeSelector dynamically. Like when you export a chart. We can do something like:
    chart.options.rangeSelector.enabled=false;
    chart.update();
    There is a method to hide element:
    http://jsfiddle.net/dJbZT/99/
    That I found on stackOverflow (http://stackoverflow.com/questions/25802472/how-to-hide-show-scrollbar-and-range-selector-of-highcharts-on-button-click)
    But this is not very good, because the Element are hidden but if you hide the the navigator and you have a legend, the legend won't move for example

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

    Every option in chart can now be dynamically updated via `chart.update(newOptions)` API.

  5. There should be a feature where scroll appears or disappears when the div containing chart is resized. When the chart is big enough to fit into available space, the scrollbar should be hidden and when the chart container is resized (reflow called internally), the scrollbar should appear automatically to show the data points instead of making these data points smaller.

    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)
  6. A donut chart is a pie-chart that supports multiple series. This would be very useful to our organization.

    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)
  7. Options for the placement of the data labels in pies, such as connector lines pointing back to the slice. I've found a forum thread talking about this here : http://highslide.com/forum/viewtopic.php?f=9&t=5865&p=27996

    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)
  8. Eg : A user is given a chart with 5 series and has decided 2 of them they don't want to plot and disables them. When they export to either a file or printer the export needs to reflect those preferences.

    8 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)
  9. There is a third party prototype adapter at http://github.com/mnelson/Prototype-Highcharts-Adapter . It would be great to have this merged into Highcharts and officially supported, since new releases can break it.

    7 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)
  10. Zooming functionality via mouseclick->drag (including the master-detail charts) are not currently supported for iOS devices. Possible to implement this via doubletap->drag, or incorporate the iOS pinch action?

    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)
  11. I would like to group points to get weekly/monthly average values. Maybe animated?

    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)
  12. For stock chart I want an ability to skip a period of time but without gaps on xAxis.
    This is a standard feature when displaying intraday data, otherwise chart has nasty gaps between days.

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

    It’s possible to achieve using one of the options:
    - xAxis.ordinal
    - xAxis.breaks

  13. I routinely work with charts that have hundreds or thousands of data points. In these cases, even a reasonably-sized window is relatively small compared to the overall window of data. When this happens, the scroller in the navigator becomes uselessly thin, often 1-2 pixels or even 0 pixels! (Yes, I've actually seen this.) Desktop operating systems solved this problem many years ago by enforcing a minimum width for the scroller. Is there a way for Highstock to do the same?

    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)
  14. 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)
  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. I would like to add vertical line markers to mark for events which happened during the time-series data (like device reboot). Like flags from Highstock, just without any label associated and line going from top to bottom. With axis flags it is hard to precisely see when the event occurred when having multiple series plotted. And because the event is for multiple series all together, it is not reasonable to put them onto a particular 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…)
    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)
  17. Default highstock tooltip formatter use color of chart in series name. But OHLC/candlestick has two kind of point colors - color & upColor and tooltip can show one of them for differnet points.

    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)
  18. Save the grafic automatic in a image

    6 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)
  19. It would great if we could use some lite HTML in the x/yaxis category array in order to create a title and subtitle like display.

    Categories = [
    "<b>Title</b><br/>Subtitle"
    ]

    This does work and display in Firefox just fine, but crashes in Chrome. It does work in Chrome if you remove the <b> tag around the title. Still it would be nice to be able to use html here to provide some styling.

    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  ·  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)
  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?