-
-
Notifications
You must be signed in to change notification settings - Fork 24
Open
Labels
wontfixThis will not be worked onThis will not be worked on
Description
The following code works just fine on Wolfram Cloud:
Clear["Global`*"]
a[n_] := (2 n)/(n + 1)
mytable = Table[a[n], {n, 1, 20}];
ListPlot[mytable, PlotTheme -> "Marketing"]
And here is the result:

However, in WLJS I get the error message:
TypeError: Cannot read properties of undefined (reading 'type') at g2d.Graphics
and no image is produced.
Is there an issue with support for all PlotTheme
s?
Thanks in advance!
Metadata
Metadata
Assignees
Labels
wontfixThis will not be worked onThis will not be worked on