Subject: | Chart::Clicker::Tutorial - typos |
Date: | Wed, 9 Dec 2009 14:34:50 +1100 |
To: | bug-Chart-Clicker [...] rt.cpan.org |
From: | Philip Chung <pthchung [...] gmail.com> |
Dear Cory,
Firstly, I should say that this is a really good module and am just
working through the examples.
In http://search.cpan.org/~gphat/Chart-Clicker-2.51/lib/Chart/Clicker/Tutorial.pod#Simple_chart_with_multiple_data_sources_and_custom_colors
I think there are a few typos (perhaps you're rewriting the examples):
* the definition for 'red', 'green' and 'blue' appears to be assigned
using '=>' rather than '='
* also, there are references to $colorset{red} and $colorset{green}
but it appears that you've just defined 'red' and 'green' rather than
a hash for colorset
Regards,
Philip.