d3-thematika - v0.0.1
GitHub
Examples
Preparing search index...
layers/point-annotation-layer
ConnectorOptions
Interface ConnectorOptions
コネクターオプションの型定義
interface
ConnectorOptions
{
stroke
?:
StyleValue
<
string
>
;
strokeDasharray
?:
StyleValue
<
string
>
;
strokeWidth
?:
StyleValue
<
number
>
;
}
Index
Properties
stroke?
stroke
Dasharray?
stroke
Width?
Properties
Optional
stroke
stroke
?:
StyleValue
<
string
>
線の色
Optional
stroke
Dasharray
strokeDasharray
?:
StyleValue
<
string
>
線のダッシュ配列
Optional
stroke
Width
strokeWidth
?:
StyleValue
<
number
>
線の太さ
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
stroke
stroke
Dasharray
stroke
Width
NPM Package
Issues
GitHub
Examples
d3-thematika - v0.0.1
Loading...
コネクターオプションの型定義