Skip to content

[rose-basic] Basic Rose Chart (Nightingale/Coxcomb) #1003

@MarkusNeusinger

Description

@MarkusNeusinger

Description

A rose chart (Nightingale or coxcomb diagram) displays data in a circular format where categories are arranged around the center and values are represented by the area of wedge-shaped segments extending from the center.

Key Features

  • Circular layout with categories as angular segments
  • Segment radius proportional to value (or sqrt for area)
  • Can show multiple series as concentric rings
  • Historical significance: Nightingale's mortality visualization

Applications

  • Cyclical data (months, days of week, hours)
  • Directional data (wind rose showing wind directions)
  • Comparison of periodic patterns
  • Multi-category data with natural circular ordering

Data Requirements

  • category (categorical) - Angular positions (e.g., months)
  • value (numeric) - Determines segment radius
  • Categories often have natural circular ordering
  • Size: 4-24 categories typical

Visual Elements

  • Wedge-shaped segments from center
  • Equal angular width per category
  • Radius proportional to value
  • Optional: stacked segments for multiple series
  • Color coding for categories or series

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions