Column chart to be displayed using record centric

a!columnChartField(
label: "2012 Tempo Usage Trends",
categories: {"2012", "Qt 2", "Qt 3", "Qt 4"},
series: {
a!chartSeries(label: "IT", data: {9, 4, 3, 2}),
a!chartSeries(label: "Human Services", data: {8, 3, 2, 1}),
a!chartSeries(label: "Sales", data: {12, 6, 4, 2}),
a!chartSeries(label: "Marketing", data: {15, 7, 3, 5})
},
colorScheme: "SUNSET",
xAxisTitle: "Quarter",
yAxisTitle: "% Active",
showLegend: true
)

Can we get this column graph with record centric feature

  Discussion posts and replies are publicly visible

Parents Reply Children
No Data