Skip to content

Highcharts Javascript API

Highcharts Javascript API

Categories

JUMP TO ANOTHER FORUM

1077 results found

  1. In addition to the current capability of setting borderColor, borderWidth and borderRadius on bar and column plotOptions, it would be helpful to be able to configure a dashStyle for the border.

    In our use case, we're drawing a stacked bar chart, and we'd like to display the final stack series as a empty bar (white background) bordered by a red dashed line.

    9 votes
    How important is this to you?
  2. Select two points with out zooming the selected points.

    3 votes
    0 comments  ·  Admin →
    How important is this to you?
  3. 4 votes
    How important is this to you?
  4. crisp causes uneven gaps in series. we have a lot of columns side-by-side on our charts, and when the crisp rounding causes a gap every 10 bars, it's almost like they're grouped. i disabled the crisp function (by just returning the raw values), but if each series had an option to enable / disable crisp rendering, that would allow for users to make the charts that are the cleanest to them and not have to edit the source.

    7 votes
    How important is this to you?
  5. Now the x-axis label can just be rendered below x-axis, I knew it can set xAxis.labels.y offset to make the x-axis label to be rendered above x-axis, but since the label size depends on font settings, we can't set a accurate y offset. I would be better to add a new property in axis options to control this case.

    1 vote
    1 comment  ·  Admin →
    How important is this to you?
  6. At the moment I load two very huge charts. After loading I do this:
    var series = chart1.series;
    $.each(series, function() {
    // some stuff
    });

    But that's very slow and freezes my browser so it takes 5-10s to load. Can you make better performance?

    6 votes
    How important is this to you?
  7. I want to see country population, beside the lable of country, I also want to give Flag as a background image of each column.

    1 vote
    1 comment  ·  Admin →
    How important is this to you?
  8. NaN as a datapoint should be gracefully handled, rather than the chart showing no data at all. see this example http://jsfiddle.net/RL6UY/

    14 votes
    How important is this to you?
  9. Refer to this topic:
    http://highslide.com/forum/viewtopic.php?f=12&t=18427

    Would be awesome if you can just say "each yaxis height should be calculated, so they all equal, or a % of the others if you want 1 bigger than the rest. Instead of having to try and work out each ones height and top position everytime

    4 votes
    How important is this to you?
  10. Add an adjustable zIndex to legend:
    (add on line 8087): zIndex = options.zIndex || 10;
    (change on line 8403): .attr({ zIndex: zIndex })

    Add itemMarginLeft and itemMarginRight:
    (change on line 8377):
    if (horizontal) {
    itemX += itemMarginLeft + itemWidth + itemMarginRight;
    } else {
    itemY += itemMarginTop + itemHeight + itemMarginBottom;
    }

    7 votes
    1 comment  ·  Admin →
    How important is this to you?
  11. Would be great if chart dimensions could use other units of measurement besides just Pixels.

    E.g chart: { width: '10cm' } would translate to <svg width="10cm">

    3 votes
    1 comment  ·  Admin →
    How important is this to you?
  12. In the IE, more of the map displayed at the same time, page takes a long time to show,How to solve this problem?

    1 vote
    0 comments  ·  Admin →
    How important is this to you?
  13. highcharts is a litter larger for mobile,should we have a mobile edition? highcharts should not rely on other frameworks as well,such as jquery.

    21 votes
    How important is this to you?
  14. In the US, they group in 10,000,000 and the UK, its 1,00,00,000.

    By default the labels default to the US version..

    Please refer to thread here:
    http://highslide.com/forum/viewtopic.php?f=9&t=7500&p=73952#p73952

    6 votes
    1 comment  ·  Admin →
    How important is this to you?
  15. line: 11466

    var interval;
    if (typeof(series.pointInterval) == 'function')
    interval = series.pointInterval(this);
    else
    interval = series.pointInterval;

    series.xIncrement = xIncrement + interval;

    3 votes
    0 comments  ·  Admin →
    How important is this to you?
  16. I have 2 series, a spline and a scatter. (same name) The spline is the average of the values in the scatter, this is done bij PHP. So now I have 2 different series. What I want:
    Connect these 2, same color, shared tooltips. Give the formatter the option to give the scatter a different handling (relative to the spline).

    3 votes
    0 comments  ·  Admin →
    How important is this to you?
  17. I have posted the request on forum and someone suggest me to edit directly the source for do it...

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

    3 votes
    How important is this to you?
  18. Changing the type of data displayed by region. For example: in Brazil is "19 de junho", new york is "june 19".

    3 votes
    0 comments  ·  Admin →
    How important is this to you?
  19. Jam (jamjs.org) is a client side package manager, and it would be awesome if I could use it to download highcharts.

    1 vote
    0 comments  ·  Admin →
    How important is this to you?
  20. Currently, point.percentage is only calculated for pie chart and stacked chart.

    But the other chart type may also need to use this value in the customized label formatter or tooltip formatter.

    1 vote
    0 comments  ·  Admin →
    How important is this to you?
  • Don't see your idea?