Would like to display current and last month side by side in Keen Explorer.
Running a query with:
- Count
- Group by (name of item)
- For this 1 month
- Interval: 2 months
Returns a chart with more than 2 intervals on the x-axis:

Why is it showing so many x-axis "ticks" (there are only 2 groups of data after all).
Second, trying to swap these in Keen.DataViz doesn't work. Using the following:
.chartOptions({
isStacked: false,
left: "5%",
labelMapping: {},
labels: [('Last Month', 'This Month')],
chartArea: {
height: "80%",
left: "10%",
top: "10%",
width: "70%"
}
Has no impact on how the chart appears.