Delete Notice information
Status: Beta
Brought to you by:
ayashisunyday
When you use pChart, you can see: Notice: Uninitialized string offset: 0 in /var/www/francisco/pChart/pData.class on line 127 Notice: Uninitialized string offset: 1 in /var/www/francisco/pChart/pData.class on line 127
If you like to avoid this you can modify pData.class in line 55 change this: $this->Data = ""; by $this->Data[] = "";
The solution is to write [] (force array).
Regards.