|
basic isuue ;; |
Posted by tshwang on Jun-18-2012 19:14 |
|
please, look at this picture (it is not realtime chart)
i want chart that x-value-count is 60, but in my case, chart seems to be 120 count;
i want view be closely packed, like second one.
please answer me, what is it that i control value..;
p.s. sorry for my english is very short ...
|
Re: basic isuue ;; |
Posted by Peter Kwan on Jun-19-2012 02:39 |
|
Hi tshwang,
Is it possible your are using 120 labels in the x-axis (with the last 60 labels being empty)?
The number of labels in the x-axis is the length of the labels array. If the array length is 120, there is 120 labels. If you only put text strings into the first 60 elements of the array, in most programming languages, then unused array elements are treated as empty strings, and so will be reflected in the chart as empty positions.
If you need further help, would you mind to inform me the code you are using to configure the x-axis?
Regards
Peter Kwan |
|