Page 1 of 1

No labels for Column, Bar, Line & Area Charts (5.8.0)

Posted: Fri Jun 02, 2017 12:38 pm
by mjavier
Upgraded from 5.3.2 to 5.8.0.

We have been using "Column3D" chart and displays labels correctly in version 5.3.2.
Chart-Column3D(5.3.2).pdf
(77.71 KiB) Downloaded 261 times
When we upgraded to version 5.8.0, labels does not display for "Column2D", "Column3D", "Bar2D", "Line" and "Area2D" at the X-axis.
Chart-Column3D(5.8.0).pdf
(71.33 KiB) Downloaded 782 times
With the exception of "Pie2D", 'Pie3D" and "Doughnut3D" charts that displays the labels in front of the values and has no X or Y-axis.
Chart-Pie3D(5.8.0).pdf
(83.84 KiB) Downloaded 307 times
Has anyone came across with this problem?
Is there something new in 5.8.0?

Re: No labels for Column, Bar, Line & Area Charts (5.8.0)

Posted: Tue Jun 06, 2017 10:34 am
by matt.denninghoff
Profound UI version 5.8.0 shipped with a newer version of the FusionCharts library, which powers the chart widget. Some customers had the same problem you described. A solution is upgrade to 5.9.1 or to replace the pui-fusioncharts.js file with an older one. The versions are in this change log: http://www.profoundlogic.com/docs/displ ... at%27s+New

You can email support at profoundlogic.com to get an older copy of pui-fusioncharts.js.

Re: No labels for Column, Bar, Line & Area Charts (5.8.0)

Posted: Tue Jun 06, 2017 3:26 pm
by mjavier
Thanks Matt. I appreciate the quick reply.

Another thing that I ran into on 5.8.0. When I download a grid to an Excel using command pui.download().
pui.download().pdf
(12.05 KiB) Downloaded 250 times
I get "Error occurred calling PUIDNLEXIT program before download".
errorPUIDNLEXIT.pdf
(3.32 KiB) Downloaded 295 times
Thanks again.

Re: No labels for Column, Bar, Line & Area Charts (5.8.0)

Posted: Tue Jun 06, 2017 3:31 pm
by Scott Klement
Assuming you have created the PUIDNLEXIT exit program, then for some reason you are getting an error calling it. Check the server-side job log where the download runs (It will be one of the CGI jobs) to see what is happening.

Re: No labels for Column, Bar, Line & Area Charts (5.8.0)

Posted: Tue Jun 06, 2017 3:45 pm
by mjavier
Scott,

I have compiled PUIDNLEXIT exit program and it is now working. Thanks.