Note: This bug is displayed in read-only format because
the product is no longer active in Red Hat Bugzilla.
RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Created attachment 659486[details]
reproducer
Description of problem:
It seems that with the right set of values Calc have problem to display all the values in the Graph. See the reproducer and the graph for column Test.
I used the wizard to create the graph and if you look at the details on the series it contains the correct range of cells.
Version-Release number of selected component (if applicable):
libreoffice-calc-3.4.5.2-16.1.el6_3
How reproducible:
100%
Comment 1RHEL Program Management
2012-12-07 16:10:00 UTC
This request was evaluated by Red Hat Product Management for
inclusion in the current release of Red Hat Enterprise Linux.
Because the affected component is not scheduled to be updated
in the current release, Red Hat is unable to address this
request at this time.
Red Hat invites you to ask your support representative to
propose this request, if appropriate, in the next release of
Red Hat Enterprise Linux.
Cells B2:B8 have the @ Text format assigned, apparently numbers were entered with this format assigned and cells' content is now text and therefor is omitted from the graph. To change these cell values to numeric values do:
1. select range B2:B8
2. menu Format -> Cells -> Numbers
select Category Number
select Format General
hit OK button
you see that in the input line the value is preceded by an ' apostrophe now
3. with cell range B2:B8 still selected choose menu Edit -> Find & Replace
Search for: .*
Replace with: $0
expand More Options and
check Current selection only
check Regular expressions
hit Replace All button
4. you may have to press F9 once to refresh the graph
Alternatively, or if you need to do this task more often, install the extension Convert Text To Number (CT2N) from http://extensions.libreoffice.org/extension-center/ct2n-convert-text-to-number-and-dates
Created attachment 659486 [details] reproducer Description of problem: It seems that with the right set of values Calc have problem to display all the values in the Graph. See the reproducer and the graph for column Test. I used the wizard to create the graph and if you look at the details on the series it contains the correct range of cells. Version-Release number of selected component (if applicable): libreoffice-calc-3.4.5.2-16.1.el6_3 How reproducible: 100%