Subject: | Bug in draw_text and improper rendering of undef values |
I'm using version 1.2 of SWF::Chart and found the following bugs:
- the draw_text command is rendered as <draw_text><text> instead of <draw><text>
- undef values are rendered as <number></number> instead of <null /> (undef values are converted to empty strings inside _xml_chart_data_row method).
Thank you very much for your attention!
Ciao, Valerio