Search found 5 matches

Go to advanced search

by benfyvie
Fri Apr 29, 2011 4:55 pm
Forum: Highcharts Usage
Topic: [BUG] legend items not aligned within container
Replies: 2
Views: 939
 
Jump to post

Re: [BUG] legend items not aligned within container

Thanks for looking at it, but the example you provided doesn't use a legend and therefore doesn't show the problem.

I've updated it to use a legend and it does exhibit the same issue. http://jsfiddle.net/LkZYT/18/
by benfyvie
Fri Apr 22, 2011 5:55 pm
Forum: Highcharts Usage
Topic: [BUG] legend items not aligned within container
Replies: 2
Views: 939
 
Jump to post

[BUG] legend items not aligned within container

If you use a custom font size for the legend items it messes up their vertical alignment within the legend box. http://jsfiddle.net/ArmRM/7579/ Notice how the legend box gets enlarged to handle the larger font, however the items are no long vertically centered within the legend box and actually spre...
by benfyvie
Sun Apr 03, 2011 11:11 pm
Forum: Highcharts Usage
Topic: position image relative to chart size
Replies: 2
Views: 1237
 
Jump to post

Re: position image relative to chart size

Perfect! I didn't know I could access my image objects from the redraw event. Implemented and works like a charm!

Thanks so much!
by benfyvie
Mon Mar 21, 2011 5:34 pm
Forum: Highcharts Usage
Topic: Export to PNG/JPEG/BMP: It can be done in PURE JavaScript!!!
Replies: 3
Views: 6196
 
Jump to post

Re: Export to PNG/JPEG/BMP: It can be done in PURE JavaScript!!!

In regards to your "Request to the Developement Team" I believe what you are trying to do is already possible by leveraging the options that you can pass to getSVG Here is an example of what you should be able to do to limit your SVG to your current zoom level: var mysvg = chart.getSVG( { ...
by benfyvie
Mon Mar 21, 2011 5:22 pm
Forum: Highcharts Usage
Topic: position image relative to chart size
Replies: 2
Views: 1237
 
Jump to post

position image relative to chart size

I'm trying to use an image for the credits option, but it seems to be filtering it out. I've been able to successfully add an image to the chart using the following: chart.renderer.image labels.items...html However with both of those approaches the image seems to be placed at a static point on the c...

Go to advanced search