Highcharts customization PHP/MySQL
highcharts, javascript, jquery, mysql, php
Solution
1. Crowded Charts
a. Have you tried rotating the labels? This would significantly reduce the overcrowding on the labels that you earlier had.
Here's your Fiddle with the label mod: http://jsfiddle.net/kayen/YSwk4/
b. If you have a lot of values and are restricted by space on the x-axis, you can convert your column-type chart to a bar-type chart.
Here's your Fiddle with the bar-chart mod: http://jsfiddle.net/kayen/QqPha/
I would suggest using the first option as you can fit much more values in the same space and have a much cleaner chart.
Problem
I am trying to customize the charts and give a demo to our clients for their approval. Some final issues we are facing now are, Issue: Is pagination possible in highcharts for column charts. Suppose if we have 50 or 100 columns. How can we avoid our charts becoming crowded . For example take a look at this js fiddle http://jsfiddle.net/justin69/4xSNU/1/ Issue: If we embed an image or logo in to a chart and try to export it using either either `jpg`/`jpeg` we get an error. on jsfidlle it works, but on our localhost it gives the following error message . `About to transcode 1 SVG file(s) Converting 551bc090a93c120f987375135e7744db.svg to temp/551bc090a93c120f987375135e7744db.jpg ... ... error ( SVGConverter.error.while.rasterizing.file) Error while converting SVG. SVG code for debugging:`