g3-toolkit API Reference
Preparing search index...
charts/src
LinkedChartProps
Interface LinkedChartProps<TData, TSelection>
interface
LinkedChartProps
<
TData
,
TSelection
>
{
className
?:
string
;
height
?:
number
;
pipeline
:
DataPipeline
<
TData
,
TSelection
>
;
type
:
ChartType
;
ugm
:
UGM
;
}
Type Parameters
TData
TSelection
Index
Properties
class
Name?
height?
pipeline
type
ugm
Properties
Optional
class
Name
className
?:
string
Optional
height
height
?:
number
pipeline
pipeline
:
DataPipeline
<
TData
,
TSelection
>
type
type
:
ChartType
ugm
ugm
:
UGM
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
class
Name
height
pipeline
type
ugm
g3-toolkit API Reference
Loading...