I have a bar chart, Y axis is count (total calls) and X axis
is cities. The values range from 2 to 155.
What I have to do now is show the total sales amount per
city, inside (or on top) of each bar, with the dollar value
displayed. The dollar range is from $0.00 to $50000.00
When I combine the two charts, it seems the dollar chart
takes precedence. Those lines are displayed (without the values,
how do I get the values to display at each point ?). The other
charts values are so low that you can barely see the output.
How can I continue to display the first bar chart, then just
display the dollar amount on top of each bar ? The dollar amount
does not have to be a chart itself, I just need to dispaly the
value.