d3-thematika - v0.0.1
GitHub
Examples
Preparing search index...
layers/legend-layer
LegendBackgroundStyle
Interface LegendBackgroundStyle
背景ボックスのスタイル設定
interface
LegendBackgroundStyle
{
fill
?:
string
;
opacity
?:
number
;
padding
?:
number
;
rx
?:
number
;
ry
?:
number
;
stroke
?:
string
;
strokeWidth
?:
number
;
}
Index
Properties
fill?
opacity?
padding?
rx?
ry?
stroke?
stroke
Width?
Properties
Optional
fill
fill
?:
string
背景色
Optional
opacity
opacity
?:
number
透明度
Optional
padding
padding
?:
number
パディング
Optional
rx
rx
?:
number
角丸の半径
Optional
ry
ry
?:
number
角丸の半径(Y方向)
Optional
stroke
stroke
?:
string
境界線の色
Optional
stroke
Width
strokeWidth
?:
number
境界線の幅
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
fill
opacity
padding
rx
ry
stroke
stroke
Width
NPM Package
Issues
GitHub
Examples
d3-thematika - v0.0.1
Loading...
背景ボックスのスタイル設定