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,