ggchicklet icon indicating copy to clipboard operation
ggchicklet copied to clipboard

🀫 Create Chicklet (Rounded Segmented Column) Charts

Results 9 ggchicklet issues
Sort by recently updated
recently updated
newest added

Hi, First, thanks a lot for the nice package. Is it possible to implement a way to choose a specific side of a rectangle to become rounded? Something like this...

It seems that a white outline is drawn on each bar. Perhaps that is the workaround to enable the rounded corners in the first place (don't know the internals of...

This is absolutely a nice to have feature, I'm not entirely clear how to implement it myself but may come back in the future to this. In {ggplot2} 3.3.0 geoms...

Hey there, first, thank you for this great package that draws these neat graphs. :) For a Shiny app, we want to use both benefits of `ggchicklet`'s round corners and...

geom_rrect seems to get wrong informations about the heights/widths of the rounded rectangles when used on factors. Thus no rounded rectangle is shown, but some triangle like shape. Minimal working...

geom_segment can specify the position of the rectangle. ggchicklet can draw curved edges (rounded rectangle). If the advantages of geom_segment and ggchicklet are combined, it will be perfect.

Could the principle of ggchicklet be expanded to geom_segment? Sorry for being so blunt ...

Hi, thanks for the package! I tried adding `geom_text()` to have centered labels per rounded rectangle. I realized that it only works if I reverse the order of the grouping...

install.packages("ggchicklet", repos = "https://cinc.rud.is") does not work anymore. The link is broken.