I'm trying to add empty chart: Insert -> Chart -> XY (scatter) -> Lines Only -> Finish Result: calc create chart with type "Points and Lines". Same for any type of charts (calc cteates empty chart with wrong type). This bug persists for a long time. It can be minor unnoying bug but sometimes if you build chart with many rows and with different positions of names and data in sheets, it randomly broke the wholl chart if you trying to change it's type afterwards. P.S. And creating chart through Chart Wizard never work for me, because my sheets always have splited X's and Y's so I always create empty charts and than add data raws/columns manually.
Repro with Version: 7.5.0.0.alpha0+ / LibreOffice Community Build ID: 66b849eab05bb6b696cced84ca90c17ca1bc31dd CPU threads: 16; OS: Linux 5.13; UI render: default; VCL: kf5 (cairo+xcb) Locale: pt-BR (pt_BR.UTF-8); UI: en-US Calc: CL To reproduce: 1) Insert an empty chart by simply going to Insert - Chart and then XY (Scatter) and choose the "Lines Only" type. 2) Click Finish and deselect the chart 3) Double-click the newly inserted chart 4) Right-click and choose Chart Type 5) Notice that the option "Points and Lines" is selected instead of "Lines Only" Changing the chart type to "Points only" or "Lines only" using this dialog has no effect. Changing it to "3D Lines" will effectively change the chart type. But if you double-click it and then go to Chart Type, then the dialog will show no chart type selected, which is also a bug. Setting this to NEW.
I suppose that when chart is empty, ScatterChartTypeTemplate::matchesTemplate (https://opengrok.libreoffice.org/xref/core/chart2/source/model/template/ScatterChartTypeTemplate.cxx?r=fef939d8#198) doesn't "guess" the right subtype. Tomaž: any idea how to save the subtype so it can be retrieved easily instead of guessing it in ChartTypeTabPage::initializePage() ? (see https://opengrok.libreoffice.org/xref/core/chart2/source/controller/dialogs/tp_ChartType.cxx?r=b7c260ae#302)
Dear Sergey Y, To make sure we're focusing on the bugs that affect our users today, LibreOffice QA is asking bug reporters and confirmers to retest open, confirmed bugs which have not been touched for over a year. There have been thousands of bug fixes and commits since anyone checked on this bug report. During that time, it's possible that the bug has been fixed, or the details of the problem have changed. We'd really appreciate your help in getting confirmation that the bug is still present. If you have time, please do the following: Test to see if the bug is still present with the latest version of LibreOffice from https://www.libreoffice.org/download/ If the bug is present, please leave a comment that includes the information from Help - About LibreOffice. If the bug is NOT present, please set the bug's Status field to RESOLVED-WORKSFORME and leave a comment that includes the information from Help - About LibreOffice. Please DO NOT Update the version field Reply via email (please reply directly on the bug tracker) Set the bug's Status field to RESOLVED - FIXED (this status has a particular meaning that is not appropriate in this case) If you want to do more to help you can test to see if your issue is a REGRESSION. To do so: 1. Download and install oldest version of LibreOffice (usually 3.3 unless your bug pertains to a feature added after 3.3) from https://downloadarchive.documentfoundation.org/libreoffice/old/ 2. Test your bug 3. Leave a comment with your results. 4a. If the bug was present with 3.3 - set version to 'inherited from OOo'; 4b. If the bug was not present in 3.3 - add 'regression' to keyword Feel free to come ask questions or to say hello in our QA chat: https://web.libera.chat/?settings=#libreoffice-qa Thank you for helping us make LibreOffice even better for everyone! Warm Regards, QA Team MassPing-UntouchedBug
As of version 24.2.3 this bug seems to be fixed. Thank you.
Let's rather put this one to WFM since there's no fix identified per se.