1 Main Json

Copy
type: "LINE" (Default)|"AREA"|"BAR"|"BAR_HORIZONTAL"|"PIE"|"HALF_PIE"|"RADAR"|"POLAR",
showTitle: boolean,
title: string,
palette: string|string[],
opacity: number, (0 - 100)
lineWidth: number, (0 - 100)
tension: number, (0 - 100) only line / area / radar
amountPointers: number,  only line / area / radar
cutout: number, (0 - 100)   pie / half pie
showAggregationMode : boolean
legend: "TOP" (Default) |"BOTTOM"|"RIGHT"|"LEFT"|"NONE",

yAxis: {
    showLabel: boolean,
    label: string
    force0: boolean,
    logScale: boolean,
    grid: boolean
},

yAxisRight: {
    showLabel: boolean,
    label: string
    force0: boolean,
    logScale: boolean,
    grid: boolean
},

xAxis: {
    showLabel: boolean,
    label: string,
    amountValues: number,
    groupExtra: boolean,
    autoSkipLabels: boolean,
    binningMode: "NONE" (Default)|"ALPHANUMERIC"|"INTERVALS",
    bins: number,
    grid: boolean
},

dimension: string|number,
measures: (string|number|{
            column: string|number|undefined,
            aggregate: "AVG"|"SUM"|"MAX"|"MIN",
            type: "LINE"|"AREA"|"BAR",
            group: string,
            color: string,
            palette: string|string[],
            opacity: number, (0 - 100)
            lineWidth: number, (0 - 100)
            lineTension: number, (0 - 100)
            rightAxis: boolean
    })[],
sortMode: number|"ALPHABETICALLY"|"SQL" Default,
sortDirection: "ASC" Default|"DESC",

2 Bar

3 Area

4 Pie

5 Polar

6 Radar

7 timeseries