tradingview / charting-library-tutorial

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

Cannot set Last Price label via charting_library #88

Open gigitalz opened 1 year ago

gigitalz commented 1 year 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 1 year ago

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

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