has_no_volume has been deprecated

This commit is contained in:
7400
2024-03-02 20:29:00 -08:00
parent f5c2c8c3d4
commit 1743a7462d

View File

@@ -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,