Hi
i want to have a basic bar chart with the following data : but the M is not visible on my X axis ... is there a way to force the label ? Thks
dataSource: <SalesData>[
SalesData('L', 5),
SalesData('M', 3),
SalesData('M', 0),
SalesData('J', 2),
SalesData('V', 4),
SalesData('S', 3),
SalesData('D', 5),
],