From 424e4524d2d0fca22ab006ef9121d11b635adba7 Mon Sep 17 00:00:00 2001 From: Brandon Ros Date: Tue, 6 Sep 2022 14:59:22 -0400 Subject: [PATCH] UpdateChangeType missing graphic? --- src/chart/study.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/chart/study.js b/src/chart/study.js index b931792..4735d81 100644 --- a/src/chart/study.js +++ b/src/chart/study.js @@ -402,6 +402,7 @@ module.exports = (chartSession) => class ChartStudy { * @typedef {'plots' | 'report.currency' * | 'report.settings' | 'report.perf' * | 'report.trades' | 'report.history' + * | 'graphic' * } UpdateChangeType */