LayTec-AG / Plotly.Blazor

This library packages the well-known charting library plotly.js into a razor component that can be used in a Blazor project.
MIT License
340 stars 48 forks source link

4.3.0 + plotly-basic-latest.min.js #427

Closed JackTezos closed 2 months ago

JackTezos commented 3 months ago

Is there a way to use plotly-basic-latest.min.js with Ploty.Blazor version 4.3.0?

sean-mcl commented 2 months ago

Will check it out next week. :)

sean-mcl commented 2 months ago

https://github.com/LayTec-AG/Plotly.Blazor/pull/432 introduces a new property UseBasicVersion to the PlotlyChart-Component.

It will automatically lazy load the basic minified instead of the full version.