Multi level/hierarchical category axis chart

Hi Team,

Is it possible to have Multi level/hierarchical category axis as below in Appian

  Discussion posts and replies are publicly visible

Parents
  • 0
    Certified Associate Developer

    Hello, 
    From here you can take reference and implement as per your requirement.

    Thank you


    {
    a!columnChartField(
    label: "Column Chart",
    categories: {
    "Category 1",
    "Category 2",
    "Category 3",
    "Category 4",
    "Category 5",
    "Category 6",
    "Category 7",
    "Category 8"
    },
    series: {
    a!chartSeries(label: "Chart Series", data: {1, 2, 3,4,5,6,7,8}),
    a!chartSeries(label: "Chart Series", data: {1, 2, 3,4,5,6,7,8}),
    a!chartSeries(label: "Chart Series", data: {1, 2, 3,4,5,6,7,8})
    },
    stacking: "NONE",
    showLegend: true,
    showTooltips: true,
    labelPosition: "ABOVE",
    colorScheme: "CLASSIC",
    height: "MEDIUM",
    xAxisStyle: "STANDARD",
    yAxisStyle: "STANDARD"
    )
    }

Reply
  • 0
    Certified Associate Developer

    Hello, 
    From here you can take reference and implement as per your requirement.

    Thank you


    {
    a!columnChartField(
    label: "Column Chart",
    categories: {
    "Category 1",
    "Category 2",
    "Category 3",
    "Category 4",
    "Category 5",
    "Category 6",
    "Category 7",
    "Category 8"
    },
    series: {
    a!chartSeries(label: "Chart Series", data: {1, 2, 3,4,5,6,7,8}),
    a!chartSeries(label: "Chart Series", data: {1, 2, 3,4,5,6,7,8}),
    a!chartSeries(label: "Chart Series", data: {1, 2, 3,4,5,6,7,8})
    },
    stacking: "NONE",
    showLegend: true,
    showTooltips: true,
    labelPosition: "ABOVE",
    colorScheme: "CLASSIC",
    height: "MEDIUM",
    xAxisStyle: "STANDARD",
    yAxisStyle: "STANDARD"
    )
    }

Children
No Data