Skip to content

Highcharts Javascript API

Highcharts Javascript API

Categories

JUMP TO ANOTHER FORUM

1073 results found

  1. Allow the ability to set language options within a specific chart configuration. This would override any global language settings.

    $('#container1').highcharts({
        lang: {
            numericSymbols: [' thousandzzz', ' millionzzz']
        },
        series: [{
            data: [0.029, 71.5, 1.06, 1292, 14400, 1.760, 135]
        }]
    });
    
    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)
  2. I’m using a bubble chart to display positive and negative data, and I have the data dynamically updated like in this example: http://jsfiddle.net/0jcaqnL4/3/

    The problem I have is that the bubble that becomes negative, while turning the correct color, has a confusing animation that appears as if the bubble is growing. We’d like to see an animation in which the bubble first shrinks all the way and then grows to the correct negative size.

    3 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)
  3. Right now when using a treemap squarified the borderRadius is not accepted for each individual rectangle composing the treemap. It would be very handy to have that.

    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)
  4. How to custom symbols top like image
    http://prntscr.com/9jc2um
    The symbol on top , the label lenqend bottom
    thank

    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)
  5. Need the save image options to save the image as closely as possible to what is shown in the browser. Currently the saved images mush all the data together making them unusable.

    3 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)
  6. It would be great if the borders around the charts had similar controls to that of CSS where we could edit the border colors and thicknesses individually. My one example is that we need to have only the left border of a chart thick red while the rest of the borders are to remain thin and gray. Here is an example image: http://connect.urnerbarry.com/public/album_photo/1d/09/0914_e1ba.PNG?c=332c

    There is an old idea that is similar but doesn't appear to have any replies other than mine here: http://highcharts.uservoice.com/forums/55896-highcharts-javascript-api/suggestions/4974960-can-we-have-series-border-options-like-left-border

    3 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)
  7. Idea is shown here: http://waszczyk.com/resources/rectandleDoNotDelete.PNG Top edge indicates a maximum from chart and bottom edge shows a minimum with respect to input- T1 and T2. The background color is faded and custimizable.

    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. Group two legends as one Section in High Chart by drawing in a Box

    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)
  9. Please add the feature of spacing between series

    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)
  10. I have a need for building a smart way showing a Risk Heat Map.

    Is there a way to make:
    http://www.highcharts.com/docs/chart-and-series-types/heatmap/

    Look more like this:
    https://wiki.scn.sap.com/wiki/download/attachments/409339066/Webdynpro_1.png?version=1&modificationDate=1428301354000&api=v2

    or

    http://www.cgma.org/Resources/Tools/essential-tools/PublishingImages/risk-heat-maps.jpg

    It would be really nice to get some help/ideas how to solve it easily (if that's possible).

    Thanks,
    Niels

    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)
  11. With bigger time series data the x axis may have labels like 2012, 2013, 2014,... while the tooltips display January 2012, February 2013, since this is the actual data spacing. I think it is sometimes confusing to have those two different date formats and it would be nice to be able to specify that the datetime axis labels should also the same guessed date format as the tooltip.

    I currently work around this with:

    var xAxis = chart.xAxis[0]
    var labelConfig = chart.series[0].points[0]
    var guessedTooltipDateFormat = chart.tooltip.getXDateFormat(labelConfig, labelConfig.series.tooltipOptions, xAxis)
    xAxis.update({labels: {format: '{value:' + guessedTooltipDateFormat + '}'}})

    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)
  12. We would like to use the Export server and it would be much easier to get sign off to use it, if it were a pre packaged appliance, i.e. an OVF etc tht can be loaded up in VMWare. the appliance could carry a same support fee for upgrades to the OS, prerequisites and Export server itself. finally a support option could be added

    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)
  13. When selecting time range in highstock chart, y axis scaled according currently visible points and one point outside visible range. Demo: https://jsfiddle.net/85t2yjyz/
    It is explicitly stated in source. https://github.com/highcharts/highcharts/blob/master/js/parts/Series.js#L684
    In some cases it's not necessary, extremes must be able calculated with only visible points.
    I suppose that it should be some option to control this behaviour.

    3 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)
  14. Similar to Tof's idea but I believe it's a bit different, it's not just max that I want to show, but a full scale for each series on the polar chart. I also need to show these axes in two different places - right now the only workaround is to layer one set y-axis of labels on top of another. Please see this image for an example of what I'm looking to do in highcharts: https://s32.postimg.org/5gnejaln9/polar_chart_with_multiple_y_axes.png

    In addition, I am unable to show a single line for the axis right now, the only way to show a line at all…

    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)
  15. Hey,
    for the Weibullplot the Weibullpaper with a yAxis scaling is normaly used: (http://weibull.com/hotwire/issue8/rb8_3.gif; http://weibull.com/hotwire/issue8/rb8_13.gif). There is no option for axis with double-logarithmic (or other funktions) scaling. So far I transform the data accoring to the formular, but the isn't the real probability shown in the chart.
    Idea: define scaling with a funktion (in the weibull case: double logarithmic) --> axis type mor flexible?

    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)
  16. If you have a chart such as the following: https://s3.postimg.org/juxazrv5f/Screen_Shot_2016_08_19_at_20_19_08.png
    And you change that yaxis 0 value to non-zero, i.e. 10, then the following occurs: https://s3.postimg.org/jdop36c8z/Screen_Shot_2016_08_19_at_20_18_27.png

    We urgently need a hack/workaround to once again display the rounded corners. We are using Torsteins rounded-corners plugin to achieve this.

    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)
  17. We have a requirement to color the bubble depends on the size. Basically, if the value is high, it will have a darker color and for a low value, a lighter color.

    3 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. If I have 4 or 5 lines of data but their time stamps do not match it would be great to be able to slide each line left and right independently in order to overlay relevant data. (eg. 5 GPS traces that were all started at the different times, but all contain a 10 minute segment of effort that each athlete has done within that segment.

    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)
  19. It would be great to be able to select between two points of data on one line and cut it. Then use that data that has be excised to plot a new graph.

    3 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)
  20. I suggest to provide some of the tutorials of integration of Highstock Charts with AngularJS 2

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