Issue 115264 - Chart auto-range values are incorrect when a count value is < 5
Summary: Chart auto-range values are incorrect when a count value is < 5
Status: CLOSED NOT_AN_OOO_ISSUE
Alias: None
Product: General
Classification: Code
Component: chart (show other issues)
Version: 3.3.0 or older (OOo)
Hardware: Sun All
: P3 Trivial (vote)
Target Milestone: ---
Assignee: kla
QA Contact: issues@graphics
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-10-26 21:08 UTC by capndave
Modified: 2013-02-24 21:20 UTC (History)
2 users (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 capndave 2010-10-26 21:08:51 UTC
Synopsis:

Assume a basic chart, generated from two columns of data.
Example., Column A, Fruit-Type, Column B, Fruit-Count.

EXAMPLE 1:
Column A    Column B
Apples      5
Oranges     2
Pears       1
Bananas     2
Grapes      4

If we create a basic chart with this data, we see a correct char with the
fruit type and count of each type indexed as (1,2,3,4,5)

However, in EXAMPLE 2:

Column A    Column B
Apples      1
Oranges     2
Pears       1
Bananas     2
Grapes      4

We see count values of (1,1,2,2,4) or (.5, 1, 1.5, 2, 2.5 ...), depending
on the format type of Column B.  Either way, the count values are incorrectly
ranged.

Note - This only occurs when any of the fruit types (column b) are < 5.
Comment 1 IngridvdM 2011-03-07 16:37:21 UTC
There is no bug here. The range is an automatically chosen one. It shows all values. If you do want a specific different range or different intervals you can chose them. Go to Menu->Format->Axis->Y-Axis and select the Scale Tab Page in the upcoming dialog.