-
-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Observable Plot allows variable fills for an area or line, as in this example.
This example would translate to SveltePlot as:
<Plot color={{ type: 'log', legend: true }}>
<AreaY
data={aapl}
x="Date"
y="Close"
fill="Volume"
z="null" />
<RuleY data={[0]} />
</Plot>
However, this currently renders with a single color:
(This is one of the issues surfaced by #72)
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request