Issue 2302 - Chart data does not show up correctly due to invalid rounds off.
Summary: Chart data does not show up correctly due to invalid rounds off.
Status: CLOSED WONT_FIX
Alias: None
Product: General
Classification: Code
Component: chart (show other issues)
Version: 3.3.0 or older (OOo)
Hardware: PC Windows 98
: P3 Trivial (vote)
Target Milestone: ---
Assignee: oc
QA Contact: issues@graphics
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-11-28 02:57 UTC by Unknown
Modified: 2013-02-24 21:22 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description Unknown 2001-11-28 02:57:54 UTC
When some 15-digit number is entered at Input field on Chart Data in Insert 
Chart function, the output result is 16-digit number instead of the original 
inputted value.

Replication Steps:
1. Invoke Presentation of OpenOffice.org 638
2. Insert -> Chart
3. Right click on the chart -> Chart Data
4. Enter 999999999999999 on Input Field
5. The cell and Input Field show 1000000000000000

Note: Program rounds off chart data value to 100000000000000 for any input
      value  999999999999997.9375. to 1000000000000000.
Comment 1 bettina.haberer 2001-11-28 11:30:07 UTC
Another Chart-issue, Issue reassinged.
Comment 2 oc 2001-12-05 12:23:37 UTC
The input exceeds the internal precision of calculation and is 
rounded. This is a known technical limitation and is not fixable.
Comment 3 oc 2001-12-05 12:23:57 UTC
Closed because wontfix