Talco Posted March 27, 2012 Posted March 27, 2012 I'm doing a utility bill that contains a bar chart that changes from bill to bill. Everything is working great until I run into a user that has all zeros for usage data. Then I get a "Minimum scale is not smaller than maximum scale set or largest number in data. Check the scale values set in the chart format." error. The data is correct, they just have zero usage, I would think it should just return a blank graph. Is there any fix/workaround for this? the biggest problem is when I get this error it messes up that record (doesn't print some of the other variable data on the page) and I have to back in an manually reprint all the records that have no data usage. I'm getting my graphing data by pulling my usage numbers into an array and then population the chart table with that data. thanks in advance.
DCurry Posted March 28, 2012 Posted March 28, 2012 As a workaround, can you create a graphic in Illustrator (or whatever program you want) that looks correct, and then write a rule that will use that graphic instead of creating a chart if the values in the data file are zero?
Talco Posted March 28, 2012 Author Posted March 28, 2012 I can't really make a blank graphic because the X-Axis info will be different every month and vary for each record.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.