d3-thematika - v0.0.1
GitHub
Examples
Preparing search index...
layers/point-annotation-layer
NoteOptions
Interface NoteOptions
ノートオプションの型定義
interface
NoteOptions
{
align
?:
string
;
backgroundColor
?:
string
;
borderColor
?:
string
;
borderRadius
?:
number
;
borderWidth
?:
number
;
fontFamily
?:
string
;
fontSize
?:
string
;
padding
?:
number
;
textColor
?:
string
;
wrap
?:
number
;
}
Index
Properties
align?
background
Color?
border
Color?
border
Radius?
border
Width?
font
Family?
font
Size?
padding?
text
Color?
wrap?
Properties
Optional
align
align
?:
string
テキストの配置
Optional
background
Color
backgroundColor
?:
string
背景色
Optional
border
Color
borderColor
?:
string
境界線色
Optional
border
Radius
borderRadius
?:
number
境界線の角丸
Optional
border
Width
borderWidth
?:
number
境界線の太さ
Optional
font
Family
fontFamily
?:
string
フォントファミリー
Optional
font
Size
fontSize
?:
string
フォントサイズ
Optional
padding
padding
?:
number
パディング
Optional
text
Color
textColor
?:
string
テキスト色
Optional
wrap
wrap
?:
number
テキストの折り返し
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
align
background
Color
border
Color
border
Radius
border
Width
font
Family
font
Size
padding
text
Color
wrap
NPM Package
Issues
GitHub
Examples
d3-thematika - v0.0.1
Loading...
ノートオプションの型定義