Bug 168081 - Support pie & doughnut charts with different radius per slice
Summary: Support pie & doughnut charts with different radius per slice
Status: UNCONFIRMED
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: Chart (show other bugs)
Version:
(earliest affected)
Inherited From OOo
Hardware: All All
: medium enhancement
Assignee: Not Assigned
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: Additional-Chart-Types Pie-and-Donut
  Show dependency treegraph
 
Reported: 2025-08-23 21:09 UTC by Eyal Rozenberg
Modified: 2025-08-25 13:48 UTC (History)
0 users

See Also:
Crash report or crash signature:


Attachments
Poster with a variable-slice-radius doughnut chart (640.82 KB, image/jpeg)
2025-08-23 21:09 UTC, Eyal Rozenberg
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Eyal Rozenberg 2025-08-23 21:09:04 UTC
Created attachment 202483 [details]
Poster with a variable-slice-radius doughnut chart

At the moment, a pie/doughnut chart section carries numeric information only through one aspect: Its angular extent (and, granted, some category information by its color).

Sometimes, we want to express _two_ numeric aspects for each item/element. Only few chart types offer this (e.g. X-Y scatter). For pies and doughnuts to offer this capability, the natural aspect to utilize is the one that's uniform for all of them: The radius. Attached is an example graphic - revolving around a 2D-varying doughnut chart - to illustrate the dramatic effect this can have.
Comment 1 kurt.nordback@protonmail.com 2025-08-25 13:48:43 UTC
I like this. It could maybe be done with no interface changes. Currently only the first data series for a pie or doughnut chart is used. That could change to use the second series, if present, for the radius. 

For a ring (doughnut) chart, these values could be negative. The first series (category axis) data would still have to be non-negative, of course.