-
Notifications
You must be signed in to change notification settings - Fork 99
Sliders #120
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
Comments
Hi! Can I try to implement it at the weekend? We need this functionality in the project, and I want to know if it's being implemented by someone right now |
Hi @amakhno , To my knowledge, this is not currently worked on, so feel free to have a go! All properties of the Slider object can be found here alongside the correct property names The pattern we use for layout objects can be for example seen here: https://github.com/plotly/Plotly.NET/blob/dev/src/Plotly.NET/Layout/ObjectAbstractions/Common/Annotation.fs as you see, it is basically just the task of copy pasting the props and names and assigning correct .NET types. A few hints on that (it may be possible that you do not need this though):
And a function for adding such an object to the layout here for F#, and here for the C# extension. If you have additional questions feel free to ask here or in the fslab discord channel! |
closed via #232 |
No description provided.
The text was updated successfully, but these errors were encountered: