Difference: CDChartDirectorKnownIssues (49 vs. 50)

Revision 502012-01-20 - JeanNeron

Line: 1 to 1
 
META TOPICPARENT name="CDChartDirectorDesignerAPI"

Known Issues

Changed:
<
<
  • All examples should be tested on a Windows Server!! There is a definate Linux slant to some things, ie, some routines check to see if the first character of a file name is a / or \ to determine if it's a complete pathname or not. Under Windows, a complete path begins with a drive letter, not a / or \.
>
>
  • All examples should be tested on a Windows Server. There is a definate Linux slant to some things, ie, some routines check to see if the first character of a file name is a / or \ to determine if it's a complete pathname or not. Under Windows, a complete path begins with a drive letter, not a / or \.
 
  • The examples in 1CD have the path /var/www/html/ChartDirector/phpdemo hardcoded. This path can vary depending on Windows vs Linux installation. The examples should probably check the server type and use the appropriate default.
  • The Linear Meter chart type has a few problems:
    • The pointer files (PTR1/2) are not initialized when .CHART INITIALIZE is called, so each time you call .CHART RENDER, the previously defined pointers appear as well as the one(s) you intended for the current chart.
Line: 108 to 108
 
      • Unable to get data segment labels or aggregate labels on chart (no way to call setAggregateLabelStyle or setDataLabelStyle methods). * Fixed * - added API's
      • Unable to make edges of data segments transparent. * Fixed * - added API's
      • chart is wrong, data is not charted correctly. * Fixed * was adding data group for every data set and layer for every data group. Applied changes to other chart types.
Changed:
<
<
    • B21. POSITIVE NEGATIVE BARS
>
>
    • B21. POSITIVE NEGATIVE BARS
 
      • Unable to get data segment labels or aggregate labels on chart (no way to call setAggregateLabelStyle or setDataLabelStyle methods). * Fixed * - added API's
      • Can't change the font style of the autogenerated Y axis labels. Yes you can, just wasn't clear how to do it. Wiki updated.
      • Unable to set zone colors
Line: 124 to 124
 
    • B25. PARETO CHART
      • Can't call packPlotArea method
      • Can't bind the line layer to the secondary (right) y-axis using $lineLayer->setUseYAxis2();
Deleted:
<
<
      • Can't set size of circle shape on Pareto line
      • Chart is incorrect, adds extra bar layer of pareto data, covering up intended bar layer
 
      • No soft lighting for bars *Fixed * Added API
      • Unable to set Y-axis scale (primary or secondary)
      • Unable to sync Y axis scale
 
This site is powered by the TWiki collaboration platform Powered by PerlCopyright © 2008-2024 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback