Settings and activity
174 results found
-
3 votes
An error occurred while saving the comment -
6 votes
An error occurred while saving the comment Check out http://highslide.com/forum/viewtopic.php?f=10&t=10463 for a hack for exporting multiple charts
-
44 votes
An error occurred while saving the comment Yes, sorry about that.
-
9 votes
An error occurred while saving the comment I think the best way to do that would be to loop over the series data and find the points with the correct x and y properties.
-
5 votes
An error occurred while saving the comment See http://www.highcharts.com/ref/#global--useUTC.
Also, you can add or substract hours in the xAxis.label.formatter.
-
4 votes
An error occurred while saving the comment Do you have a demo of this? Also keep in mind that bugs should be brought up in the forum, not as a feature request. But your request for adding positive and negative colors belong here.
-
22 votes
Here’s a small plugin that you can use that alters the click handler to simulate a HTML anchor click including a target: http://jsfiddle.net/highcharts/ud795/
An error occurred while saving the comment Perhaps a cleaner solution is to skip the credits altogether, and instead add a HTML label on top of your chart.
-
6 votes
An error occurred while saving the comment Is this one helpful for you? http://highslide.com/ref/hs.preserveContent
-
11 votes
An error occurred while saving the comment Sounds like something that should be done before you enter the data into the charts, not up to the charting engine to handle.
-
6 votes
An error occurred while saving the comment Please elaborate. Do you mean as a background image for columns, bars and pies?
-
9 votes
An error occurred while saving the comment In the next version (probably 2.1), alignment will be supported as a part of the resizing logic. Then you can add an image to the chart in thechart.load event.
-
1 vote
An error occurred while saving the comment The change above gave me this chart... http://screencast.com/t/Zjc0YjYyMTMt
What is it supposed to look like?
-
3 votes
An error occurred while saving the comment That's only possible for pies for now, but the feature could be adapted for at least column series. I'll keep this idea open for now.
-
31 votes
An error occurred while saving the comment Do we need specific methods for this? It doesn't require much code to loop over chart.series and select or deselect all of them with the current API.
Do you mean like an OHLC chart without the Open value? You can do that by setting the Open value to null.