Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev] CheckIn: #173245 - Added configurable property support for max row count in charts

- Summary: 

Added configurable property support for max row count in charts

 - Bugzilla Bug (s) Resolved:

#173245

 - Description: 
Added configurable property support for max row count in charts. User could set the property in JVM arguments -DCHART_MAX_ROW, otherwise use the default value, 10000.
Only checked into 2.1.3 branch. 

- Code Reviewer: N/A

- Tests Description:  Manual test.

 

- Notes to Build Team: N/A

 

- Notes to Developers: N/A

 

- Notes to QA:  N/A

 

- Notes to Documentation: 
Added configurable property support for max row count in charts. User could set the property in JVM arguments -DCHART_MAX_ROW, otherwise use the default value, 10000.

 

- Files Edited:

"/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/util/ChartUtil.java" "/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/internal/datafeed/DataProcessor.java"

- Files Added:

 

- Files Deleted

 

 

Thanks,

Yulin


From: birt-dev-bounces@xxxxxxxxxxx [mailto:birt-dev-bounces@xxxxxxxxxxx] On Behalf Of Yulin Wang
Sent: Friday, February 09, 2007 3:10 PM
To: birt-dev@xxxxxxxxxxx
Subject: [birt-dev] CheckIn: #173245 - Infinite loop progress bar whenopening attached rpt w/ stock chart

 

- Summary: 

Infinite loop progress bar when opening attached rpt w/ stock chart

 - Bugzilla Bug (s) Resolved:

#173245

 - Description: 
Enforce a 10,000 rows limitation for chart data-binding. If exceeding that limit, the chart won't be rendered, and an error will be shown.
Only checked into 2.1.3 branch.

 

- Code Reviewer: N/A

- Tests Description:  Manual test.

 

- Notes to Build Team: N/A

 

- Notes to Developers: N/A

 

- Notes to QA:  N/A

 

- Notes to Documentation:  N/A

 

- Files Edited:

"/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/internal/datafeed/DataProcessor.java" "/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/engine/i18n/nls.properties"

- Files Added:

 

- Files Deleted

 

 

 


Back to the top