I found a bug with adjust resolution on a bar chart. The chart has 2 data values. If they are both between 0 and 1, adjust resolution does not properly scale the values. I'm not sure if this is the modules fault or Google's fault. To see the problem, simply recreate the create, and use:

$chart['#mixed_axis_labels'][CHART_AXIS_Y_LEFT][0][] = chart_mixed_axis_range_label(0, max(abs($value-one), abs($value-two)));

Comments

tjholowaychuk’s picture

Hmm that is strange, can you post the URI which is created by Google for the final image? The range labels should not have anything to do with my resolution adjusting feature, but if you can send that image then I will have a better idea what is going on.

tjholowaychuk’s picture

Status: Active » Closed (won't fix)
Pierre.Vriens’s picture

Issue summary: View changes
Status: Closed (won't fix) » Closed (cannot reproduce)