Why Auto Scaling does not work if all input data are between 0.0 and 0.99?
In Chart Designer go to Axis Elements / YAxis / Fixed point and set the decimal points to 2 places in the pop-up window. In API, add the following section: /*—NUMBER FORMATING- For automatic scaling of dataless than 1*/ NumericFormat numericFormat = new NumericFormat(); numericFormat.decimal=2; hYAxis.gethLabel().setFormat(numericFormat); After Chart Designer obtains data from database successfully, it gives java.lang.reflect.InvocationTargetException while creating chart. A column of numeric data (double, integer, or decimal) is required to create chart. As an example, oracle stores its numeric data as string and needs to be restored using the query to numeric data type before charting. The same error occurs, if all the data are numbers and select COL chart. When I ran Chart Gallery from www.quadbase.com, I got Failed to load data from file java.netNoRouteToHostException. Are you behind a firewall? The Chart Server running on Quadbase Web site requires a connection on port 22071. It