d3-thematika - v0.0.1
GitHub
Examples
Preparing search index...
types
PointSpikeLayerOptions
Interface PointSpikeLayerOptions
PointSpikeLayerの初期化オプション
interface
PointSpikeLayerOptions
{
attr
?:
LayerAttr
;
data
:
|
FeatureCollection
<
Geometry
,
GeoJsonProperties
>
|
Feature
<
Geometry
,
GeoJsonProperties
>
[]
;
direction
?:
"up"
|
"down"
|
"left"
|
"right"
;
length
?:
number
|
(
(
feature
:
Feature
,
index
:
number
)
=>
number
)
;
style
?:
LayerStyle
;
}
Index
Properties
attr?
data
direction?
length?
style?
Properties
Optional
attr
attr
?:
LayerAttr
レイヤーの属性設定
data
data
:
|
FeatureCollection
<
Geometry
,
GeoJsonProperties
>
|
Feature
<
Geometry
,
GeoJsonProperties
>
[]
GeoJSONデータ
Optional
direction
direction
?:
"up"
|
"down"
|
"left"
|
"right"
スパイクの方向
Optional
length
length
?:
number
|
(
(
feature
:
Feature
,
index
:
number
)
=>
number
)
スパイクの長さ(固定値または関数)
Optional
style
style
?:
LayerStyle
レイヤーのCSS style属性設定
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
attr
data
direction
length
style
NPM Package
Issues
GitHub
Examples
d3-thematika - v0.0.1
Loading...
PointSpikeLayerの初期化オプション