matt
matt
... so I've made an initial demonstration of the API here: https://github.com/malisimo/IPlot Very bare bones right now. Ideally I wouldn't want to make an entirely new library for this change,...
HighCharts makes use of a public server for rasterisation, but I haven't seen any similar service for Plotly. With kaleido image generation is lighter weight than Orca, but needs to...
Ah fantastic i wasn't aware, would be a nice addition. I'll try to take a look if nobody beats me to it 👍
If we are in Javascript land then we can certainly call something like [Plotly.toImage()](https://plotly.com/javascript/plotlyjs-function-reference/#plotlytoimage) but this requires adding to the JS stub and the plot actually being displayed in the...
Hi CBrauer, use of XPlot within C# console apps should certainly be supported. Rather than calling Chart.Show on your newly constructed PlotlyChart, please try the following instead: ``` csharp Chart.Bar(data).Show();...
Any chance of using anonymous records for static type safety like [FizzPlot](https://github.com/malisimo/FizzPlot)? Maybe not C# friendly enough..
Thanks very much for your comprehensive post @houstonhaynes and apologies for the delay. I'll try to take a look this week but does look puzzling - the interactive stuff was...
This is occurring due to the sunburst module (and others) not being included in the RequireJs code that's used by .NET Interactive, although Chart.Show generates the relevant script includes to...