Skip to content

Settings and activity

174 results found

  1. 48 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)
    An error occurred while saving the comment
    AdminTorstein Hønsi (CPO, Founder, Highcharts JS) commented  · 

    If you don't want to render 0 values, perhaps you should add null values instead?

  2. 21 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)
    An error occurred while saving the comment
    AdminTorstein Hønsi (CPO, Founder, Highcharts JS) commented  · 

    Seems it stopped working with 1.3 - I've fixed it now. In case it still doesn't work for you, the fiddle might not be updated. See http://jsfiddle.net/cR7YN/.

    An error occurred while saving the comment
    AdminTorstein Hønsi (CPO, Founder, Highcharts JS) commented  · 

    I think it's not generally a good idea for us to make jQuery UI a requirement for running Highstock, but we actually have set up a demo for using a date picker. See http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/stock/rangeselector/input-datepicker/.

  3. 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)
    An error occurred while saving the comment
    AdminTorstein Hønsi (CPO, Founder, Highcharts JS) commented  · 

    You're welcome!

  4. 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)
    An error occurred while saving the comment
    AdminTorstein Hønsi (CPO, Founder, Highcharts JS) commented  · 

    That's because it's a matter of using PHP/MySQL rather than knowing how to use Highcharts. However, it's a frequently asked question so we added an article about it here: http://docs.highcharts.com/#preprocessing-data-from-a-database

  5. 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)
    An error occurred while saving the comment
    AdminTorstein Hønsi (CPO, Founder, Highcharts JS) commented  · 

    I've proposed a workaround in GitHub

    An error occurred while saving the comment
    AdminTorstein Hønsi (CPO, Founder, Highcharts JS) commented  · 

    No news on this I'm afraid.. Currently we're working on the roadmap for version 3.

    An error occurred while saving the comment
    AdminTorstein Hønsi (CPO, Founder, Highcharts JS) commented  · 

    Here's a modified version that hides the fake series from the legend and automatically shows and hides the series on legendItemClick of the main series.

  6. 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)
    An error occurred while saving the comment
    AdminTorstein Hønsi (CPO, Founder, Highcharts JS) commented  · 

    So you're asking if a linear scale can be split into two where each part has its own resolution? Currently it isn't possible. I guess the closest you get is logarithmic axes. You may also consider using two Y axes.

  7. 147 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)
    An error occurred while saving the comment
    AdminTorstein Hønsi (CPO, Founder, Highcharts JS) commented  · 

    Wow, you guys wouldn't happen to work in the same company, would you?

  8. 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)
    An error occurred while saving the comment
    AdminTorstein Hønsi (CPO, Founder, Highcharts JS) commented  · 

    Hi Michael,

    Is this something you can use? http://jamjs.org/packages/#/details/highcharts

  9. 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)
    An error occurred while saving the comment
    AdminTorstein Hønsi (CPO, Founder, Highcharts JS) commented  · 

    The mouse cursor is currently e-resize on the navigator handles and pointer outside.

    handles[index] = renderer.g()
    .css({ cursor: 'e-resize' })
    .attr({ zIndex: 4 - index }) // zIndex = 3 for right handle, 4 for left
    .add();

    Am I missing something?

  10. 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)
    An error occurred while saving the comment
    AdminTorstein Hønsi (CPO, Founder, Highcharts JS) commented  · 

    You can use the color stops to define where your gradients start and stop, and define intermediate points. So it seems to me like you would need to compute the stops dynamically based on the chart data.

  11. 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)
    An error occurred while saving the comment
    AdminTorstein Hønsi (CPO, Founder, Highcharts JS) commented  · 

    Using tooltip.useHTML and tooltip.formatter, you can build a table inside your tooltip.

  12. 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)
    An error occurred while saving the comment
    AdminTorstein Hønsi (CPO, Founder, Highcharts JS) commented  · 

    Thanks, this is something that we are considering.

    In general, we recommend that you set up your own exporting server if you have specific requirements exceeding our free service.

  13. 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)
    An error occurred while saving the comment
    AdminTorstein Hønsi (CPO, Founder, Highcharts JS) commented  · 

    A first step on the way, at least, would be to expose an API for the implementer to explicitly set the data grouping. How about some method like this:

    Series.setDataGrouping('week', 2);

    Where the first parameter is the grouping and the second one is the count? This one would be relatively simple to implement, and you can create your own GUI buttons for it.

  14. 31 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)
    An error occurred while saving the comment
  15. 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)
    An error occurred while saving the comment
    AdminTorstein Hønsi (CPO, Founder, Highcharts JS) commented  · 

    Animation with setData is probleatic in most cases because the points are destroyed and new ones are created.

    However, in a case like yours, it would be better if you just loop over all points and use Point.update(). See http://jsfiddle.net/highcharts/Hbmyq/.

  16. 15 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)
    An error occurred while saving the comment
    AdminTorstein Hønsi (CPO, Founder, Highcharts JS) commented  · 

    It is still under development.

    Technically you don't need it for selecting a range, you already have the chart.events.selection event for that. It currently works by dragging the finger across the chart.

  17. 14 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)
    An error occurred while saving the comment
    AdminTorstein Hønsi (CPO, Founder, Highcharts JS) commented  · 

    This can be achieved by a little simple preformatting: http://jsfiddle.net/highcharts/RL6UY/11/

  18. 21 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)
    An error occurred while saving the comment
    AdminTorstein Hønsi (CPO, Founder, Highcharts JS) commented  · 

    Good point. Or we could add an online builder like we did with the Configurator for Highslide.

    A standalone framework adapter is on its way.

  19. 15 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)
    An error occurred while saving the comment
  20. 1 vote
    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)
    An error occurred while saving the comment
    AdminTorstein Hønsi (CPO, Founder, Highcharts JS) commented  · 

    The credits options are simple by design. For more advanced tasks, use the Highcharts.Renderer and draw shapes programmatically. See http://api.highcharts.com/highcharts#Renderer