File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 58
58
tickPadding: 3 ,
59
59
tickFontSize: 11 ,
60
60
titleFontSize: 11 ,
61
+ opacity: 0.8 ,
61
62
anchor: ' bottom' ,
62
63
... getContext <PlotDefaults >(' svelteplot/_defaults' ).axis ,
63
64
... getContext <PlotDefaults >(' svelteplot/_defaults' ).axisX
Original file line number Diff line number Diff line change 58
58
tickSize: 6 ,
59
59
tickPadding: 3 ,
60
60
tickFontSize: 11 ,
61
+ opacity: 0.8 ,
61
62
anchor: ' left' ,
62
63
textAnchor: ' auto' ,
63
64
... getContext <PlotDefaults >(' svelteplot/_defaults' ).axis ,
196
197
x ={anchor === ' left' ? 0 : plot .width }
197
198
y ={5 }
198
199
class =" axis-x-title"
199
- dominant-baseline ="hanging" >{options . opacity }-{ useTitle }</text >
200
+ dominant-baseline ="hanging" >{useTitle }</text >
200
201
{/if }
201
202
{#if showAxis }
202
203
<BaseAxisY
You can’t perform that action at this time.
0 commit comments