0

I am using highchart to show bubble chart. Everything is working fine except in many cases there are lot of horizontal space(below min cirlce and above max cicle) and vertical space(left of lowest x and right of highest y). Because of this issue my chart sometimes seems very crowded even though there are some free space left in chart. I tried setting min/max of x/y axis but then it then clipped top/left circle. Is there any way i can instruct highchart to use all space in chart to draw bubbles. I have created sample script at

`http://jsfiddle.net/ftghd9ny/1/`

In this demo you can see extra vertical space. X axis is showing fine. In some other cases there are extra space along x axis.

dmay
  • 1,305
  • 6
  • 21
  • 31
  • Can you replicate your example as live demo on the jsfiddle.net ? – Sebastian Bochan Mar 24 '15 at 10:17
  • I have updated question with fiddle link – dmay Mar 24 '15 at 16:29
  • You can adapt extremes on yAxis by [min](http://api.highcharts.com/highcharts#yAxis.min) / max parametr or use [tickPositions](http://api.highcharts.com/highcharts#yAxis.tickPositions) / [tickPositioner](http://api.highcharts.com/highcharts#yAxis.tickPositioner) – Sebastian Bochan Mar 25 '15 at 11:17
  • Using min/max clipped circle on edges by half. I tried setting tickPositioner but unable to find any exact appropriate min/max value which can show all circle. Is there any way i get size of circle so that i can then increase/decrease min/max value on axis – dmay Mar 25 '15 at 15:28

0 Answers0