
ishaan
Novice
Jun 22, 2011, 12:01 PM
Post #1 of 2
(6761 views)
|
Chart in perl : different color codes
|
Can't Post
|
|
I am doing a chart in perl with X-axis ( Item Name) and Y-axis ( Percentage) and am able to display the chart in horizontal bars. Currently all the bars are showing the same color code and my requirement is to tag the data with certain color code. Item Name Percent Item 1 80 (Yellow) Item 2 100 ( Green) Item 3 60 (red) I want to display the chart with different color codes for each of the item. Can this be possible?
|