diff --git a/src/chart/controller/legend.ts b/src/chart/controller/legend.ts
index 24420ee085..8833bf758d 100644
--- a/src/chart/controller/legend.ts
+++ b/src/chart/controller/legend.ts
@@ -43,6 +43,8 @@ function getDirection(legendOption: any): DIRECTION {
export default class Legend extends Controller