-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Hello,

I 've a problem with the ezcGraphLineChart class. I have the following 
array as example:

array(7) {
    ["2008-10-14"] => string(2) "18"
    ["2008-10-15"] => string(2) "53"
    ["2008-10-21"] => string(3) "101"
    ["2008-10-22"] => string(3) "104"
    ["2008-10-23"] => string(3) "116"
    ["2008-10-24"] => string(2) "96"
    ["2008-10-25"] => string(2) "69"
  }

but for a clean graph I need a array like this:

array(7) {
    ["2008-10-14"] => string(2) "18"
    ["2008-10-15"] => string(2) "53"
    ["2008-10-16"] => string(2) "0"
    ["2008-10-17"] => string(2) "0"
    ["2008-10-18"] => string(2) "0"
    ["2008-10-19"] => string(2) "0"
    ["2008-10-20"] => string(2) "0"
    ["2008-10-21"] => string(3) "101"
    ["2008-10-22"] => string(3) "104"
    ["2008-10-23"] => string(3) "116"
    ["2008-10-24"] => string(2) "96"
    ["2008-10-25"] => string(2) "69"
  }

Is there a way to fill out the vacencies automaticly with the class?

Best Regards Stefan Riedel

-----BEGIN PGP SIGNATURE-----
Version: PGP Desktop 9.6.3 (Build 3017)
Charset: ISO-8859-15

wsBVAwUBSQShHR4gSnXe4RZZAQg71wf/ZQIHNybJrmd4G9WYx0UxB7vbxL+GmlU3
Y9ZcK+Vpxhh0Y7ALpHSN9jk89fOugbk7QBMKZ2yz1AesVbwjmWu2u7P/nPUzSj4U
sI6I9HUDQqgLqDh6wHNIL3ep1qtfDQYS4h3PrHBzd8Ae5dqLokjGTLVe/LSYVMW8
c1hw1DX8T3/6A0xD40XOs+/shz7ZLx8lqvwckAvaUpRiUuDmjWX8m2E7/TJNM4Yi
BhTU0+zgXB8hdl7F7ULnwjYsduVrIMK/Lk5lMa8zHyw7/qFiFm7NQFan7mG4iAPI
cUTwV1Ga374G7bRUJr4D8Lg9mFhSP5BrJnVj7wbBs3WjbH7JMffeQg==
=JkwG
-----END PGP SIGNATURE-----
-- 
Components mailing list
Components@lists.ez.no
http://lists.ez.no/mailman/listinfo/components

Reply via email to