plotlykt-core
/
space.kscience.plotly
/
ResourceLocation
jvm
Resource
Location
enum
ResourceLocation
:
Enum
<
ResourceLocation
>
Content copied to clipboard
The location of resources for plot.
Entries
Properties
Entries
EMBED
Link copied to clipboard
jvm
EMBED
()
Content copied to clipboard
Embed the asset into the html.
SYSTEM
Link copied to clipboard
jvm
SYSTEM
()
Content copied to clipboard
Store assets in a system-window
~/.plotly/plotly-assets
folder
LOCAL
Link copied to clipboard
jvm
LOCAL
()
Content copied to clipboard
Store assets in a sibling folder
plotly-assets
or in a system-wide folder if this is a default temporary file
REMOTE
Link copied to clipboard
jvm
REMOTE
()
Content copied to clipboard
Use cdn or other remote source for assets
Properties
name
Link copied to clipboard
jvm
val
name
:
String
Content copied to clipboard
ordinal
Link copied to clipboard
jvm
val
ordinal
:
Int
Content copied to clipboard