+
+
+
Clear
- Pop
- Push
- Rename
- Prepend
- Extend
- Prepend (Max. 100)
- Extend (Max. 100)
- Show Image
- Download
+ Pop
+ Push
+ Rename
+ Prepend
+ Extend
+ Prepend (Max. 100)
+ Extend (Max. 100)
+ Show Image
+ Download
@if (imgSource != null)
{
-
+
Export as an image
-
+
}
@code
{
+ [CascadingParameter]
+ private MudTheme Theme { get; set; }
+
private PlotlyChart chart;
- private Config config = new()
- {
- Responsive = true
- };
+ private Config config;
+ private Layout layout;
+ private IList
data;
+ private string imgSource;
- private IList data = new List
+ ///
+ protected override void OnInitialized()
{
- new Scatter
+ config = new Config
{
- Name = "ScatterTrace",
- Mode = ModeFlag.Lines | ModeFlag.Markers,
- X = new List