Skip to content

Commit 09a6a84

Browse files
kyoncykenkoooo
andauthored
Update test/chart.test.ts
Co-authored-by: kenkoooo <[email protected]>
1 parent eb5e081 commit 09a6a84

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/chart.test.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@ describe("xlsx-wasm test", () => {
4343

4444
const chart = new Chart(ChartType.Stock);
4545
const chartFont = new ChartFont().setName("Meiryo UI");
46-
const chartDataLabel = new ChartDataLabel().setFont(chartFont).showValue().setPosition(ChartDataLabelPosition.Left);
46+
const chartDataLabel = new ChartDataLabel().setFont(chartFont);
47+
chartDataLabel.showValue().setPosition(ChartDataLabelPosition.Left);
4748

4849
const chartSeries1 = new ChartSeries();
4950
const chartMarker1 = new ChartMarker().setType(ChartMarkerType.Circle).setSize(10);

0 commit comments

Comments
 (0)