Plotly.NET
Plotly.NET copied to clipboard
interactive graphing library for .NET programming languages :chart_with_upwards_trend:
Calling `Chart.toSVGString` gives me: ``` Unhandled exception. System.MissingMethodException: Method not found: 'System.Threading.Tasks.Task`1 PuppeteerSharp.Puppeteer.LaunchAsync(PuppeteerSharp.LaunchOptions, Microsoft.Extensions.Logging.ILoggerFactory)'. at [email protected](Unit unitVar) at Microsoft.FSharp.Control.AsyncPrimitives.CallThenInvoke[T,TResult](AsyncActivation`1 ctxt, TResult result1, FSharpFunc`2 part2) in D:\a\_work\1\s\src\FSharp.Core\async.fs:line 510 at Microsoft.FSharp.Control.Trampoline.Execute(FSharpFunc`2 firstAction)...
Chart.combine sometimes results in "Collection was modified; enumeration operation may not execute."
``` System.InvalidOperationException: Collection was modified; enumeration operation may not execute. at System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) at System.Collections.Generic.Dictionary`2.KeyCollection.Enumerator.MoveNext() at [email protected](IEnumerable`1& next) at Microsoft.FSharp.Core.CompilerServices.GeneratedSequenceBase`1.MoveNextImpl() at Microsoft.FSharp.Collections.SeqModule.ToList[T](IEnumerable`1 source) at DynamicObj.DynamicObj.GetProperties(Boolean includeInstanceProperties) at DynamicObj.DynObj.combine(DynamicObj first, DynamicObj...
### Description Setting CategoryOrder seems has no effect when there are multiple categories: xAxis.SetValue("categoryorder", "category ascending"); * Operating system * Branch * .NET Framework 4.8 * plotly.js : 2.30.1
### Description Charts passed a `Config` with `Responsive = true` still do not scale responsively. ### Repro steps Observe behavior difference when resizing the window on [Plotly.NET documentation](https://plotly.net/general/chart-config.html#Responsive-charts) vs [plotly...
## Description Using version 4.2.0 in a polyglot or jupyter notebook will result in an error being thrown. Using version 4.2.1 fixes this. This version bump should be reflected in...
### Description Hey, thanks for you effort in this library, it really is amazing. I came about an issue with the fork project mentioned here https://github.com/giraffe-fsharp/Giraffe.ViewEngine/issues/23 It is currently not...
### Description There are some colour keywords in Plotly.NET/CommonAbstractions/ColorKeyword.fs that I think are slightly wrong, in relation to how they are here: https://www.w3schools.com/colors/colors_names.asp The list below shows: existing name –...
Since we now aim to provide (hopefully) auto-generated native C# bindings, features such as the `[]` and `[]` attributes for function arguments and the fluid extension in the F# API...
See #466 . Instead of having `TextInfo.toConcatString`, TextInfo should have all combination as cases, for example `TextInfo.LabelValue`
Upgraded from 0.12.0 to 0.12.1 and generation now fails - I can't post any code or detailed exception stack but I'm seeing the following in the logs. at PuppeteerSharp.Cdp.FrameManager.c__DisplayClass58_0.d.MoveNext() in...