You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Summary:
- restore the plain scatter-derived helper signatures and add separate encoded-only overloads for Point, Line, Spline, Bubble, Range, Area, SplineArea, and StackedArea
- keep the high-level API aligned with the reset design by requiring direct encoded arguments like xEncoded/yEncoded and not exposing plain data arguments on those overloads
- remove the temporary C# wrapper shim arguments that only existed to support the older optional-parameter prototype shape
- add chart-level unit coverage for the new helper constructors in EncodedTypedArray tests
- add upstream Plotly.js 2.28 fixtures and HTML assertions for the new high-level helper constructors
- update the FSharpConsole sample to use the encoded Chart.Range constructor variant
Verification:
- .\\build.cmd runTestsCore
- 820 tests passed
0 commit comments