Skip to content

Marimekko

A Marimekko (100% stacked column with variable width) shows composition within each category. Every column is normalised to 100% height, and column width is proportional to a category total. Both axes read as shares, not absolute values.

When you need absolute heights on the value axis (revenue, counts, etc.) with variable bar widths, use Bar Mekko (barMekko) instead.

js
{
  chartType: 'mekko',
  isDataTransposed: true,
  seriesData: [
    ['', 'Seg A', 'Seg B', 'Seg C'],
    ['Series 1', 40, 30, 20],
    ['Series 2', 25, 35, 15],
  ],
  title: { visible: true, text: 'Marimekko' },
  subtitle: { visible: false, text: '' },
}

Sample

Live chart and copy-paste HTML: Marimekko sample.

Developer & LLM documentation · Not the end-user Help Center · Help Center