tradingview / charting-library-tutorial

This tutorial explains step by step how to connect your data to the Charting Library
MIT License
397 stars 306 forks source link

Cannot set Last Price label via charting_library #88

Open gigitalz opened 9 months ago

gigitalz commented 9 months ago

I cannot find where to enable this from the widget constructor, apparently there is no way... or is there? Right now I always have to set this when reset my preferences storage.

image

romfrancois commented 6 months ago

You could add the following to your overrides property within Widget Constructor (doc here):

overrides: {
    "scalesProperties.showSeriesLastValue": false,
},