Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot set Last Price label via charting_library #88

Open
gigitalz opened this issue Jul 31, 2023 · 1 comment
Open

Cannot set Last Price label via charting_library #88

gigitalz opened this issue Jul 31, 2023 · 1 comment

Comments

@gigitalz
Copy link

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
Copy link
Contributor

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

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants