Search found 9092 matches

Go to advanced search

by torstein.honsi
Thu Apr 03, 2014 11:25 am
Forum: Highcharts Stock
Topic: IE7/IE8 linear gradient background problem with Hexa color
Replies: 3
Views: 1175
 
Jump to post

Re: IE7/IE8 linear gradient background problem with Hexa col

You're right that the gradient is not 100% equal in VML and SVG. Finding the correct settings to make it match as closely as possible is hard. For the VML gradient we use method="any", which has worked best in different cases. For your case, "sigma" seems a better fit. This code ...
by torstein.honsi
Thu Apr 03, 2014 10:40 am
Forum: Highcharts Maps
Topic: Custom maps online tool.
Replies: 34
Views: 13568
 
Jump to post

Re: Custom maps online tool.

No problem, we didn't publish it yet. It's a work in progress.

Anyway, I fixed the India issue now: http://www.highcharts.com/studies/map-f ... mized2.svg
by torstein.honsi
Thu Apr 03, 2014 9:43 am
Forum: Highcharts Maps
Topic: Custom maps online tool.
Replies: 34
Views: 13568
 
Jump to post

Re: Custom maps online tool.

You'll also find a good India map at http://code.highcharts.com/mapdata/1.0.0/, though there are some differences regarding disputed areas I think.
by torstein.honsi
Thu Apr 03, 2014 9:42 am
Forum: Highcharts Maps
Topic: Custom maps online tool.
Replies: 34
Views: 13568
 
Jump to post

Re: Custom maps online tool.

Sorry, I only tested jakeoh's map of Quebec. Will look into the exploded India map.
by torstein.honsi
Wed Apr 02, 2014 1:02 pm
Forum: Highcharts Maps
Topic: Custom maps online tool.
Replies: 34
Views: 13568
 
Jump to post

Re: Custom maps online tool.

I've fixed your two issues and uploaded them to the website. Please refresh the parser tool page and try again now.
by torstein.honsi
Tue Apr 01, 2014 10:11 am
Forum: Highcharts Usage
Topic: Multiple axis results in seemingly "partial" drilldown
Replies: 2
Views: 607
 
Jump to post

Re: Multiple axis results in seemingly "partial" drilldown

It makes sense to discard the Y axis, I've implemented the change here: http://jsfiddle.net/highcharts/d87KE/3/
by torstein.honsi
Mon Mar 24, 2014 1:04 pm
Forum: Highslide JS Usage
Topic: Thumbstrip Issue with Google Chrome
Replies: 11
Views: 6187
 
Jump to post

Re: Thumbstrip Issue with Google Chrome

I think I've seen this before - the problem probably is that the browser is unable to tell the size of the image when it lays out the thumbstrip. The images are loading too fast, so the size is not available. I believe we worked around this earlier by setting a fixed size to the thumbnails: <img src...
by torstein.honsi
Mon Mar 24, 2014 12:59 pm
Forum: Highslide JS Usage
Topic: Firefox 27 through Firefox 32 glitches
Replies: 15
Views: 8060
 
Jump to post

Re: Firefox 27 glitch

Yes, definately looks like a browser bug... In general it is very hard to write workarounds for display issues like that, but we'll have a look.
by torstein.honsi
Mon Mar 24, 2014 12:44 pm
Forum: Highcharts Stock
Topic: dependencies in bower.json file
Replies: 2
Views: 1814
 
Jump to post

Re: dependencies in bower.json file

Loading Highstock through Bower is problematic because it has different versioning than Highcharts, and we can't provide two products through the same repo. Therefore we have created two shim repos, https://github.com/highslide-software/highcharts-release and https://github.com/highslide-software/hi...
by torstein.honsi
Mon Mar 17, 2014 12:49 pm
Forum: Highcharts Maps
Topic: Custom maps online tool.
Replies: 34
Views: 13568
 
Jump to post

Re: Custom maps online tool.

As stated in the "Tips" section in the map-from-svg tool, it is by no means a complete SVG parser, but we appreciate feedback on broken maps.

I have uploaded a new version now that implements the "s" and "S" operators in SVG paths, thereby your Europe map works well.
by torstein.honsi
Mon Mar 03, 2014 12:24 pm
Forum: Highslide JS Usage
Topic: Feature request: Github presence with Bower support
Replies: 3
Views: 2407
 
Jump to post

Re: Feature request: Github presence with Bower support

Thanks for your suggestion! Currently the Highslide project is not well-organized enough to put out there, but we could add a shim-repo with only stable releases.
by torstein.honsi
Fri Jan 10, 2014 9:10 am
Forum: Highcharts Usage
Topic: Zoom on Surface tablet
Replies: 7
Views: 2106
 
Jump to post

Re: Zoom on Surface tablet

Multitouch support for Microsoft Surface is added as of Highcharts 3.0.8 and Highstock 1.3.8, released on 2014-01-09.
by torstein.honsi
Tue Dec 03, 2013 8:48 am
Forum: Highcharts Usage
Topic: Zoom on Surface tablet
Replies: 7
Views: 2106
 
Jump to post

Re: Zoom on Surface tablet

Currently we are not working on an implementation for MS Touch events, but we may implement it in the future, or alternatively create a plugin for it.

Go to advanced search