Charts / CH-RNK-05
CH-RNK-05 . family RNK

DOT STRIP

one dot per category on a shared scale. Needs: one categorical dimension + one measure; minimal ink.

rankingcomparison

DL-01 AGRAW
Site E trails the audit ranking at 61 of 100 92 pts Site A 88 Site B 81 Site C 74 Site D 61 Site E Source: sample dataset v1 (scale 0-100), 2026-07-12

Use when

  • compact ranking with minimal ink
  • scores and ratings on a known scale

Do not use when

  • readers need the zero anchor (CH-RNK-03)
  • two measures (CH-DST-02)

See instead

Alternatives

  • CH-RNK-03 (adds the zero anchor)

Rules

  • ordered by value descending in the data
  • one highlight maximum
  • unit once

Never do this

  • dot strips for unbounded scales without stating the scale
  • gridline clutter

QA before delivering

  • highlight <= 1
  • unit once
  • scale stated in title or source
  • source present

Data shape

titleaction title with a number
sourcebottom-left always
uniton first value label
categoriesarray of {label, values: [v], highlight?}
Sample data (golden)
{
  "title": "Site E trails the audit ranking at 61 of 100",
  "eyebrow": "AUDIT SCORES . Q2",
  "source": "Source: sample dataset v1 (scale 0-100), 2026-07-12",
  "unit": "pts",
  "categories": [
    {
      "label": "Site A",
      "values": [
        92
      ]
    },
    {
      "label": "Site B",
      "values": [
        88
      ]
    },
    {
      "label": "Site C",
      "values": [
        81
      ]
    },
    {
      "label": "Site D",
      "values": [
        74
      ]
    },
    {
      "label": "Site E",
      "values": [
        61
      ],
      "highlight": true
    }
  ]
}