Skip to content

Commit 4099384

Browse files
committed
chore(chart): remove auto-scale y axis due to varying axis id
1 parent 0d13e4d commit 4099384

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/helper/modify-chart-helper.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -73,11 +73,11 @@ export default class ModifyChartHelper {
7373

7474
new ModifyChart(chart, workbook, data, slots).modify();
7575

76-
ModifyChartHelper.setAxisRange({
77-
axisIndex: 0,
78-
min: 0,
79-
max: data.categories.length,
80-
})(element, chart);
76+
// ModifyChartHelper.setAxisRange({
77+
// axisIndex: 0,
78+
// min: 0,
79+
// max: data.categories.length,
80+
// })(element, chart);
8181
};
8282

8383
/**

0 commit comments

Comments
 (0)