Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork21
Closed
Milestone
Description
TheStacked unit chart Observable Plot relies on implicit stacking of example converts to SveltePlot as:
<PlotmarginLeft={60}x={{label:'Frequency →' }}y={{label:null }}color={{legend:true }}> <BarXdata={penguins}y="species"x={1}inset={0.5}fill="body_mass_g"sort="body_mass_g" /> <RuleXdata={[0]} /></Plot>
However, this renders with an error about "duplicate key in BarX.svelte".
(This is one of the issues surfaced by#72)