Closed jsneedles closed 1 year ago
Oh! Just saw #302 - that should fix this.
Any chance that could come soon, now that 3.0 is out?
Oh! Just saw #302 - that should fix this.
Any chance that could come soon, now that 3.0 is out?
Yeah it’s okay I guess. Will merge the conflict tomorrow. 😅
Done.
Hi,
When using the
RelayoutAction
callback with an XAxis defined asType = TypeEnum.Date
andSubscribeRelayoutEvent()
after Render, you get a deserialization error:Uncaught (in promise) Error: Unhandled Promise Rejection: System.Text.Json.JsonException: The JSON value could not be converted to System.Double. Path: $.XRange[0] | LineNumber: 0 | BytePositionInLine: 37.
I believe the
PlotlyRelayoutEventData.XRange
should beobject[]
instead ofdouble[]
Thanks for the awesome library!