-
Notifications
You must be signed in to change notification settings - Fork 98
Docs for Plotly.NET via C#? #278
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
hey @chrisxfire The current plan regarding C# support is to completely rewrite the compatibility layer, basically adding real C# wrappers for all chart methods after the 2.0 release. As this will change/simplify the C# API considerably, i currently hesitate to invest the time of porting F# docs to C#, as they will be useless afterwards. So for now i am sorry that C# devs have to feel the pain of porting other .NET language code (a feeling almost exclusively reserved for F# devs usually 😆) if you have specific questions, feel free to reach out in our discord server and ill look into it. |
@kMutagene thanks for the reply. You're right, F# devs are usually the ones feeling this pain, so it's time for us to take our licks 😁 I can see how rewriting the docs is a fruitless effort with a pending rewrite of the compatibility layer. But that's exciting! Is this work tracked under #71 ? I'd love to follow along. |
I will write up a new roadmap issue once 2.0 is out, then you will find a separate issue for C# docs and the C# layer there. |
@chrisxfire FYI the issue for tracking C# compatibility layer progress can now be found here: #285 |
I've been trying to use Plotly.NET with C#. I'm doing my best to translate the document from F# to C#; this is working for the most part but there are some areas where I'm missing the mark. Is there a source of Plotly.NET documentation specific to C# somewhere?
The text was updated successfully, but these errors were encountered: