@@ -156,7 +156,6 @@ export function Chart(props: ChartProps) {
const xAxis = {
type: 'category' as const,
truncate: true,
- boundaryGap: false,
axisTick: {
alignWithLabel: true,
},
@@ -148,7 +148,6 @@ export function Chart(props: ChartProps) {
xAxis: {
@@ -176,7 +176,6 @@ const TagsHeatMap = (
- boundaryGap: true,
splitArea: {
show: true,