Hi,
Here is my problem.
I am creating a Line Chart for which x-axis and y-axis are created dynamically i.e. i do not know the categories in advance. Thats fine... now x-axis has integer values and so does y-axis thats ok too.
I am showing number of persons on x-axis and corresponding messages sent by them on y-axis. Lets say number of persons are 440.
if i didvide 440/10 equals 44 ... so i can plot 10 categories in the following way 44,88,132 .... and so on and so forth. but lets say i have 439 persons on x-axis now if i take a div that makes 9 categories on x-axis... even if i make it 10 cause 10 categories are representing 440 persons not 439 persons ... my question is ... Is there a way to represent 439 persons on x-axis?
Note: I can show maximum of 10 categories on the x-axis.