I'm using jqChart plugin for jQuery
First of all: Great plugin! Thumbs up!
I have to produce a bar chart that will have a limited (maximum = 15) x-axis. This produces the following issues:
1. The tooltip for the bar with a value way past my maximum value is positioned quite a bit outside the chart.
2. The Data Point Labels for bars with values greater than my maximum are not displayed. What I really would like would be for the Data Point Labels to be displayed
inside the bar (right or left) AND the ability to display values greater than my maximum in an alternating color.
In regards to 1.: Is this a bug or...?
As for 2.: Can this (any of it) be done in the current version of jqChart?
Here's a sample of what I see now: