[Libreoffice-bugs] [Bug 146463] Filtering of data series name does not hide it in chart legend

2022-01-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=146463

Leyan  changed:

   What|Removed |Added

   Assignee|libreoffice-b...@lists.free |ouyang.le...@hotmail.com
   |desktop.org |

--- Comment #8 from Leyan  ---
It is indeed due to the change I made last year for tdf#134059. We wanted to
see the label content even if the label cell is hidden, so from the chart point
of view, the label is now never hidden. However, we still checked whether the
label was hidden or not to decide if the legend should display the timeseries,
so the legend always contained all the data series.

I submitted a patch to resolve this:
https://gerrit.libreoffice.org/c/core/+/128476

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 146463] Filtering of data series name does not hide it in chart legend

2022-01-14 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=146463

raal  changed:

   What|Removed |Added

 CC||ouyang.le...@hotmail.com,
   ||r...@post.cz
   Keywords|bibisectRequest |bibisected, bisected

--- Comment #7 from raal  ---
This seems to have begun at the below commit.
Adding Cc: to Ouyang Leyan ; Could you possibly take a look at this one?
Thanks

92fd09082bfc865edc4c44cf3167af61cad36e32 is the first bad commit
commit 92fd09082bfc865edc4c44cf3167af61cad36e32
Author: Jenkins Build User 
Date:   Thu Nov 26 19:56:39 2020 +0100

source sha:fd5f3b212a38ec6ef35d2686ce5a7cc39cb7d377

https://git.libreoffice.org/core/+/fd5f3b212a38ec6ef35d2686ce5a7cc39cb7d377
  tdf#134059 Always include hidden cells in chart series label

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 146463] Filtering of data series name does not hide it in chart legend

2022-01-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=146463

stragu  changed:

   What|Removed |Added

Version|7.2.3.2 release |7.1.8.1 release
   Keywords||bibisectRequest, regression

--- Comment #6 from stragu  ---
It's a regression. I could not reproduce in:

Version: 7.0.6.2
Build ID: 00(Build:2)
CPU threads: 8; OS: Linux 5.4; UI render: default; VCL: gtk3
Locale: en-AU (en_AU.UTF-8); UI: en-US
Ubuntu package version: 1:7.0.6-0ubuntu0.18.04.1_lo1
Calc: threaded

But I could reproduce with:

Version: 7.1.8.1 / LibreOffice Community
Build ID: e1f30c802c3269a1d052614453f260e49458c82c
CPU threads: 8; OS: Linux 5.4; UI render: default; VCL: gtk3
Locale: en-AU (en_AU.UTF-8); UI: en-US
Calc: threaded

Wondering if it has anything to do with autofilter performance improvements
that made it into LO 7.2: fixes for bug 133878 and bug 122419

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 146463] Filtering of data series name does not hide it in chart legend

2022-01-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=146463

stragu  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|UNCONFIRMED |NEW
 Blocks||108543, 103512

--- Comment #5 from stragu  ---
Also confirmed with:

Version: 7.3.0.1 / LibreOffice Community
Build ID: 840fe2f57ae5ad80d62bfa6e25550cb10ddabd1d
CPU threads: 8; OS: Linux 5.4; UI render: default; VCL: gtk3
Locale: en-AU (en_AU.UTF-8); UI: en-US
Calc: threaded

Note that this works as expected when the name is in only one column: both the
line and the legend disappear when the data series name is filtered out.
So this issue is related to the fact that the name range for one single data
series goes across several cells. Filter out a part of the range, or even the
whole range, still doesn't get rid of the legend item.
Definitely something that should be fixed, in my opinion.


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=103512
[Bug 103512] [META] AutoFilter-related bugs and enhancements
https://bugs.documentfoundation.org/show_bug.cgi?id=108543
[Bug 108543] [META] Chart legend bugs and enhancements
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 146463] Filtering of data series name does not hide it in chart legend

2022-01-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=146463

stragu  changed:

   What|Removed |Added

   Hardware|Other   |All
Summary|Filtering of legend in Calc |Filtering of data series
   |does not work   |name does not hide it in
   ||chart legend

--- Comment #4 from stragu  ---
Confirmed with:

Version: 7.2.5.2 / LibreOffice Community
Build ID: 499f9727c189e6ef3471021d6132d4c694f357e5
CPU threads: 8; OS: Linux 5.4; UI render: default; VCL: gtk3
Locale: en-AU (en_AU.UTF-8); UI: en-US
Calc: threaded

-- 
You are receiving this mail because:
You are the assignee for the bug.