Oracle APEX - 饼图在 Mozilla Firefox 上显示不佳

Oracle APEX - Pie Chart not showing well on Mozilla Firefox

我正在使用 - 甲骨文顶点 4.2.6 - Mozilla Firefox ESR 52.3.0(32 位)

我开发了一个饼图来显示一些功能统计数据。问题是饼图显示得不是很好。事实上,它在 Developement 环境中表现不佳,但在 Qualification 环境中表现良好:

下面是两个环境的图表截图:

1- 开发环境

2 - 资格环境

这个问题可能是什么问题?

注意:它在 Chrome 和 IE 浏览器上运行良好。但应该也适用于 Firefox。

提前致谢。

我在一两年前遇到过同样的问题。我的研究表明这是 Firefox and/or AnyChart 中的一个错误。我在论坛上看到好几个话题(包括Oracle官方论坛),到处都是这个原因。
另外,看看 this page:

Product Management investigated the issue and concluded that this is not an APEX code issue, but specific to AnyChart HTML5 charts. Hence they are internally coordinating with the AnyChart.

问题是我在两个环境中都有两个不同版本的 AnyChart,其中一个与 FireFox 版本 52.3.0 不兼容。

AnyChart 版本 6.2.0 的图表在开发环境中未按预期显示。但是它们在具有旧 AnyChart 版本 6.0.11

的资格环境中表现良好

我联系了 AnyChart 支持,这是他们最后的回复:

Great, now I see. Thank you for your report! In this case, we may suggest you using version 6.0.11 in both environments. Also, you can get AnyChart.js from the environment server where pie chart works properly and use this js in the other environment. We will investigate this issue related to 6.2.0 version. As AnyChart is a part of Apex, please, contact Oracle support and report this issue.

为了解决这个问题,我在开发环境中使用了相同的资格环境 AnyChart 文件:安装中存在 AnyChart.js 和 AnyChartHTML5.js 文件APEX目录。