Skip to content

Settings and activity

174 results found

  1. 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  · 

    This actually is more like a bug report, but I am not able to reproduce it. See http://jsfiddle.net/highcharts/bn2rV/, where both series trigger these events.

  2. 42 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  · 

    Panes are more complicated, so they aren't planned in the near future.

  3. 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  · 

    There is a method Series.prototype.drawPoints. You can create your own version of that to draw the shapes the way you want it.

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

    There are lots of methods in Highcharts that can be overridden, for example Highcharts.seriesTypes.bar.prototype.drawPoints.

  4. 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  · 

    Not really, anything needs to be processed... What you are referring to is perhaps the turboThreshold in Highstock, where we only accept arrays. That relates to my second example above.

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

    You have full control over each point's tooltip text using the tooltip.formatter. Custom options for each point can be passed, and the formatter can reflect this.

  5. 38 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  · 

    Currently it isn't a standalone component, and it won't be in the foreseeable future.

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

    Very interesting thought. Thanks!

  6. 298 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  · 
    An error occurred while saving the comment
  7. 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  · 
  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  · 

    It's probably safer just to move it away from the viewport: http://jsfiddle.net/highcharts/YfJDs/

  9. 10 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 will be made possible with Highcharts Cloud, see http://cloud.highcharts.com/. We haven't implemented it yet, but we can add an image in a noscript tag in the show page.

    Without the cloud, you can also implement it yourself. You need to pre-generate images of the charts on your server using our exisiting PhantomJS based tool (see docs). Then add a noscript tag in your pages to load the charts when JS fails.

  10. 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  · 

    Thanks for your request - currently we don't have plans for it, but it should be able to do it as a plugin.

  11. 11 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  · 

    Yes, set lineWidth to 1. It will draw a line between all points.

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

    For your first request, consider this example: http://highcharts.com/cases/bubble.htm

  12. 76 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  · 

    Can you share a screenshot? If you mean the spherical line charts represented at https://www.google.no/search?q=solar+chart&tbm=isch&tbo=u&source=univ&sa=X&ei=O5AIUqDwN8j3sgbisICABw&ved=0CCgQsAQ&biw=1920&bih=1084#imgdii=_, I think those can be done out of the box with existing the existing Highcharts polar charts.

  13. 45 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 did a small modification today, so now it also works when tooltip.shared is false: http://jsfiddle.net/highcharts/DVvdZ/5/

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

    @Sujay I've updated the plugin now so it uses a smarter way to just replace the text, then reflow the legend.

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

    @Eric, see my provided plugin in the status. I hope this helps. It can be extended to OHLC types. Regarding different colors for negative columns, see http://api.highcharts.com/highcharts#plotOptions.column.negativeColor.

  14. 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  · 

    The current way of doing this would be to use two linked series: http://jsfiddle.net/highcharts/cQHES/

  15. 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  · 

    Currently you can't put the month name in between the ticks. But if you set align: 'left' it will look better than align: 'center'

  16. 32 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  · 

    Would this in effect be the same as a linear X axis?

  17. 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  · 

    @Henry, I updated the plugin now. It needed min and max to be set explicitly on the opposite axis. Now it runs later in the process, so the correct min and max should be computed.

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

    Yes, it tried to run Highcharts from code.highcharts.local. I fixed it now.

  18. 111 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 for reporting, I updated the plugin for HC 3.0

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

    Thanks, I added it to the plugin.

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

    Thanks for reporting, I've added support for scatter.

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

    Great! And thanks so much for your nice blog post.

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

    That code seems to be jQuery specific...

  19. 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 do this programmatically by adding a click event to the xAxis label. See the example under http://api.highcharts.com/highcharts#xAxis.labels.formatter for a proof of concept.

    This click handler then needs to remove each data point and set new categories.

  20. 5 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  · 

    Are you aware of the legendIndex option? http://api.highcharts.com/highcharts#series.legendIndex