简体   繁体   English

寻找一种方法来改变Oracle Apex V5中AnyChart 2D饼图的起始角度

[英]Looking for a way to change the starting angle for AnyChart 2D Pie Chart in Oracle Apex V5

The values for this 2d pie chart need to be displayed to the left and right of the chart. 此二维饼图的值需要显示在图表的左侧和右侧。

The labels shown here are to the left and right and the chart is full sized! 此处显示的标签位于左侧和右侧,图表为全尺寸! :) :)
The labels shown here are above and below, the size of the chart is reduced! 此处显示的标签位于上方和下方,图表的尺寸减小了! :( :(

I'm using APEX V5.03 and using the standard 2d pie chart 我正在使用APEX V5.03并使用标准的2d饼图

   Select null link
   , FreeSpace Free
   , UsedSpace Used
   from Dashboard.DriveDetails
   where serverName = :P2_ServerName
   and   Drive      = :P2_DriveName

The Starting angle of the chart is at the 3 o'clock position and if the Drive is close to 50% full the values on the chart appear above and below the chart reducing the size of the chart. 图表的起始角度位于3点钟位置,如果Drive接近50%,图表上的值将显示在图表的上方和下方,从而减小图表的大小。 If I move the chart to 12 o'clock it will have the same problem when the drive is almost empty or almost full. 如果我将图表移动到12点,当驱动器几乎为空或几乎已满时,它将会出现同样的问题。

Is there any way to adjust the starting angle dynamically - or to force the values to the left/right of the chart? 有没有办法动态调整起始角度 - 或强制图表左/右的值?

Is there any way to adjust the starting angle dynamically - or to force the values to the left/right of the chart? 有没有办法动态调整起始角度 - 或强制图表左/右的值?

Unfortunately, it is not possible in the Flash version of AnyChart. 不幸的是,在AnyChart的Flash版本中是不可能的。 7.x versions allow changing starting angle dynamically. 7.x版本允许动态更改起始角度。

However, to take advantage of 7.x you have to use APEX 4 or later and use plugin http://www.anychart.com/products/oracleapex/overview/ 但是,要利用7.x,您必须使用APEX 4或更高版本并使用插件http://www.anychart.com/products/oracleapex/overview/

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM