Hi,
Does SmartGWT 3.x Beta (latest version) support scatter plots? To the best of my knowledge, it does not. (I searched through forums and the documentation of charts). If it does not support it, is there any "hack" that one could do to a normal chart type so that the spacing between items on the x-axis is proportional to the difference in values between the x-items? That is, let's say the data's {x,y} coordinates are as follows:
1,100
2,100
100,100
Then, I would expect that there'd be a huge amount of space on the x-axis betwen the 2 and the 100, but only a little amount of space on x-axis between the 1 and 2.
Does SmartGWT 3.x Beta (latest version) support scatter plots? To the best of my knowledge, it does not. (I searched through forums and the documentation of charts). If it does not support it, is there any "hack" that one could do to a normal chart type so that the spacing between items on the x-axis is proportional to the difference in values between the x-items? That is, let's say the data's {x,y} coordinates are as follows:
1,100
2,100
100,100
Then, I would expect that there'd be a huge amount of space on the x-axis betwen the 2 and the 100, but only a little amount of space on x-axis between the 1 and 2.
Comment