|
Hi,
I would like create multiple charts for data available in single spread sheet like
| #
X Y Z | # *
A 1 2 0 | * @
B 2 4 2 _|_@_ _ _
| A B
similar to the above I have some more data in the same spreadsheet
| #
X1 Y1 Z1 | # *
A 1 2 0 | * @
B 2 4 2 _|_@_ _ _
| A B
I need to draw those charts using perl. I am using WriteExcel package to write that data in spreadsheet.
Could anybody can help me to draw those charts.
|