Skip to content

Area

js
{
  chartType: 'area', // or 'area100'
  isDataTransposed: true,
  seriesData: [
    ['', 'Q1', 'Q2', 'Q3', 'Q4'],
    ['Series A', 20, 28, 26, 32],
    ['Series B', 12, 14, 18, 16],
  ],
  title: { visible: true, text: 'Area mix' },
  subtitle: { visible: false, text: '' },
}

Sample

Live chart and copy-paste HTML: Area sample.

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