Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

Why Auto Scaling does not work if all input data are between 0.0 and 0.99?

Auto Data input scaling
0
Posted

Why Auto Scaling does not work if all input data are between 0.0 and 0.99?

0

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

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123