addpoint based on text files
Hello,
First I want to apologize about the poor quality for my English ...
Can we do something like this ?? (for Chart)
Code:
$DataSet->AddPoint(array("ex1.txt"),"Serie1");
$DataSet->AddPoint(array("ex2.txt"),"Serie2");
where the txt files contains value
(for example : ex1.txt : 3.0, 2.0, 0.5
and
ex2.txt : 1.0, 3.0, 2.0)
Thanks