From 1743a7462d965ca6eadd41b2ea0060670bbc2e04 Mon Sep 17 00:00:00 2001 From: 7400 <7400> Date: Sat, 2 Mar 2024 20:29:00 -0800 Subject: [PATCH] has_no_volume has been deprecated --- src/charts/datafeed.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/charts/datafeed.js b/src/charts/datafeed.js index 307ea7f..60a57bb 100644 --- a/src/charts/datafeed.js +++ b/src/charts/datafeed.js @@ -170,7 +170,8 @@ export default { minmov: 1, pricescale: 100, has_intraday: true, // Added to allow less than one day to work - has_no_volume: true, + // has_no_volume: true, // deprecated + visible_plots_set: 'ohlc', has_weekly_and_monthly: true, // Added to allow greater than one day to work supported_resolutions: configurationData.supported_resolutions, volume_precision: 2,