public inbox for yew-devel@lists.proxmox.com
 help / color / mirror / Atom feed
From: Dominik Csapak <d.csapak@proxmox.com>
To: yew-devel@lists.proxmox.com
Subject: superseded: [RFC PATCH yew-widget-toolkit 0/3] implement pie chart widget
Date: Wed, 8 Apr 2026 12:57:30 +0200	[thread overview]
Message-ID: <1b117446-393f-4f93-8514-66b8630ba374@proxmox.com> (raw)
In-Reply-To: <20260320160816.4113364-1-d.csapak@proxmox.com>

superseded by:
https://lore.proxmox.com/yew-devel/20260408104850.1592300-1-d.csapak@proxmox.com/

On 3/20/26 5:08 PM, Dominik Csapak wrote:
> I'm currently working on adding more dashboard elements to PDM, and I
> wanted to add some gauge charts. While doing this, I made it more
> generic and it's now a (more or less) fully featured Pie/Donut/Gauge chart.
> 
> In PDM we probably won't use it as a pie/donut chart for now, but it
> wasn't too hard to implement the remaining features and wanted to get
> some comments and opinions on it, so sending it as RFC for now.
> 
> (There are some things we could more neatly visualize with a pie/donut
> chart if we want to, so I believe it makes sense to have such a widget)
> 
> Dominik Csapak (3):
>    widget: button: add 'icon_style' property
>    macros: widget: impl WidgetStyleBuilder for svgs
>    add pie chart widget
> 
>   pwt-macros/src/widget.rs |  25 +-
>   src/widget/button.rs     |   8 +-
>   src/widget/charts/mod.rs |   4 +
>   src/widget/charts/pie.rs | 547 +++++++++++++++++++++++++++++++++++++++
>   src/widget/mod.rs        |   2 +
>   5 files changed, 574 insertions(+), 12 deletions(-)
>   create mode 100644 src/widget/charts/mod.rs
>   create mode 100644 src/widget/charts/pie.rs
> 





      parent reply	other threads:[~2026-04-08 10:56 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-03-20 16:03 Dominik Csapak
2026-03-20 16:03 ` [RFC PATCH yew-widget-toolkit 1/3] widget: button: add 'icon_style' property Dominik Csapak
2026-04-07  8:54   ` Dietmar Maurer
2026-03-20 16:03 ` [RFC PATCH yew-widget-toolkit 2/3] macros: widget: impl WidgetStyleBuilder for svgs Dominik Csapak
2026-03-20 16:04 ` [RFC PATCH yew-widget-toolkit 3/3] add pie chart widget Dominik Csapak
2026-04-08 10:57 ` Dominik Csapak [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1b117446-393f-4f93-8514-66b8630ba374@proxmox.com \
    --to=d.csapak@proxmox.com \
    --cc=yew-devel@lists.proxmox.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal