I'm building an application in APEX 19.1 In this application I have two popup lovs, and two charts.
The two popups are filters for the charts.
The information I need to show in the charts is numerical information.
Based on the values selected in the popups, the information may be integer, or have decimal places.
I don't know how to make the graph labels on the Y axis correctly demonstrate the information, respecting the decimal places.
I need to do this dynamically.
My idea is the following: based on the combination of the two popups, feed an item on the page with the number of decimal places and then use that item in the chart.
But still, I can't do it. Does anyone have any ideas?