Hi, I have your charts and they and very good. but the lines chart XML structure it’s very weird…
I have make that with PHP and Mysql… the pie chart it’s very good.
but when i started making the line chart, I stoped beacuase each column of the xml in the periods ex:
<period name="Aug.09">
<v>2.5</v><v>3.5</v><v>6.5</v><v>8.5</v>
</period>
<period name="Sep.09">
<v>5</v><v>4.5</v><v>5.5</v><v>9</v>
</period>
<period name="Oct.09">
<v>4</v><v>5</v><v>8</v><v>7</v>
</period>
<period name="Nov.09">
<v>6</v><v>5</v><v>7</v><v>5.5</v>
</period>
<period name="Dec.09">
<v>7</v><v>6</v><v>7.5</v><v>4.5</v>
</period>
<period name="Jan.10">
<v>9</v><v>4</v><v>6.5</v><v>3.5</v>
</period>
<period name="Feb.10">
<v>8</v><v>5</v><v>8.5</v><v>1</v>
</period><code>
represents one line in the chart. How can i change that???????</code>

Look forward to hearing from you.
127 Purchases
27 Comments