Marco Abiuso - 2005-05-23 07:22:22
I've discovered LineGraph CGraph class have problems when the data keys are text, while the others like 3dbargraph do not.
Would anyone be able to fix this problem in the LineGraph class?
Example:
data {
A = -3
3 = 5
C = 0
D = 7
5 = 10
}
Data with letters as keys do not appear.
If all the keys are text, the DrawGraph function hangs.
This example works perfectly with 3dbargraph class
Thanx