Skip to content

Highcharts Javascript API

Highcharts Javascript API

Categories

JUMP TO ANOTHER FORUM

1073 results found

  1. When a pie chart has only one item, a white line appears (the border). This is easily fixed by specifying a borderWidth of 0. But on hover, the line reappears. It'd be nice to be able to disable that border on hover as well

    2 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. Dual PIE charts with 2 sets of data with both Radius and slice changing. As mentioned here :
    http://eagereyes.org/criticism/cost-of-a-sick-chart

    2 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)
  3. 2 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. Trigger an event with X,Y.. when hovering the mouse over the chart.

    2 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. 2 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)
    1. please expose the 'id' attribute of series. highCharts and highStock can use chart.get(id) to get an series/axis/point. point and axis and explicitly get and set an id attribute except series.
    2. add function 'getPointsByCategory'. I am using a column chart and I have to get points in specific column, but I have to do it myself because I can't find a function to do it.

    best wishes for a more perfect highCharts. Thank you very much.

    2 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. and i want to store all image of chart on load of page

    2 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. in chat i have pie,line,spline ets when i click pie it will hide and again i click pie it show like line or spline

    2 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)
  8. It'd be great if we can visualize a graph/tree using Highcharts library.

    2 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. 2 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. 2 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)
  11. A drill down technique. Want to create a bar chart showing only "parent" bars -- but passing all the data for the "children" bars at the same time only setting their visibility to 'off', something I thought plotOptions.bar.visible might do for me, but doesn't. Don't want the blank space of just removing bar but leaving the category.

    I put together a simple jsfiddle showing how I could do this with a lot of work of controlling the categories and data via JavaScript -- but think its a nice enough idea that you might want it in the library:

    http://jsfiddle.net/Wp9hS/

    A…

    2 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. Add scrolling feature to charts in Highchart,
    for older versions of highcharts, i have used scroll bar by copying the scroll bar code from highstock Js but same is not working for Highchart 3.0.

    2 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. there should be a functionality to email report as pdf,jpeg .. to the multiple user without saving it on the server

    2 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. I would like to be able to position data labels opposite of the data render on the chart.

    Take a bar chart with positive and negative values for example:
    If the data has a positive value, then the data label will appear just to the left of the 0 line. If the data is a negative value, then the data label will appear to the right of the 0 line.

    I have photoshoped an example here: http://i.imgur.com/0I1jSHW.png

    2 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)
  15. When a user zooms in the chart through pinching, a "Reset zoom" button appears automatically.

    It should be possible to modify its behaviour, mostly for self-baked zooming solutions: deactivate, change label, etc.

    2 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. To see relations between different groups you can vizualize them on a circle. This page is showing nice examples: circos.ca

    So this can be a nice feature to have in future versions.

    2 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)
  17. I want to do something after the tooltip shows.
    And I found the "point hover" event

    But when I use the "crosshair" option, it doesn't need to hover the points to trigger the tooltip, anywhere of the chart triggers the tooltip

    So now I can only do something when user's mouse hovers the points

    I want to do it when the tooltip shows,

    So i think it's better to add a "after tooltip show" event in options.

    thanks

    2 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. Can we have option to get series by name like

    chart.series['name'] as of now either need to iterate like

    $(chart.series).each(function(i, serie){console.log(serie.name)})

    or if we the know the order then fetch chart.series[0].name

    2 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. There should be a function to left shift the bars in the viewing range. so that we can see some space available between the last bar ( which is updating real time) and right side border of the chart.

    It is a standard feature available in all stock market software. Particularly if you see meta trader MT4, chart shift feature is available in chart menu.

    This is nice feature to have in the charts.

    2 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?