Gallery / Bars & columns

col

Long category labels at a narrow width

A layout specimen: Spanish multi-word names and a long German compound at about 480px, where the band axis has to wrap and rotate to fit.

Long category labels at a narrow width

Source

Svelte, builder, JSON

<script lang="ts">
  import { GeomCol, GGPlot, Labs } from "@ggsvelte/svelte";

  import { filings } from "./data.js";
</script>

<!--
  480px width is intentional (#406): band label planner escalates wrap→rotate
  for long Spanish multi-word and German single-token categories.
-->
<GGPlot
  data={filings}
  aes={{ x: "category", y: "count" }}
  width={480}
  height={420}
>
  <Labs
    title="Long category labels at a narrow width"
    subtitle="The band axis has to wrap and rotate to fit these names at 480px"
    x="Category"
    y="Count"
  />
  <GeomCol />
</GGPlot>

Meta

Details

Family
Bars & columns
Source
col/long-labels
Rendering
SVG
Techniques

col · band · labels · i18n · vr