Hmmm.... For those that visit this in the future looking for a solution, here's how things ended up turning out:
1. Adding minValue and maxValue doesn't help. 2. Artificially adding zeros to the chart changes how the chart's scale is proportioned such that the smaller the non-zero value is that is added to the chart, the more the small-value area of the scale is expanded. The result is that when you have a line that is supposed to be at zero, you can never get it to actually look like it's zero because the scale will always be automatically recalculated so that there is always a visible gap between the charted line and the baseline. 3. No matter what, artificially changing the value of numbers in the chart still puts me back to the point where I started. That is, best case scenario, I would end up with a chart that appears to be correct when you first look at it, but then when you hover over it to look at the data to see what it is, you find out that it isn't actually correct. The only solution I've found to this so far is to replace the actual tooltip with an HTML tooltip. However, making this look like the other tooltips is almost impossible and would be far more complicated than I'm willing to put forth the effort to do. I have not found a way to simply make the data shown in the tooltip different from the data that is actually charted. 4. Ultimately, I guess I will have to be satisfied with the standard log scale and tooltips that display data that's different from what I want them to display until the bugs can be worked out of the mirrorLog scale. Where do I need to go to file that bug? Thanks again for your help! -- You received this message because you are subscribed to the Google Groups "Google Visualization API" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-visualization-api. For more options, visit https://groups.google.com/d/optout.
