DataFramePlotHelper
Constructors
new DataFramePlotHelper()
new DataFramePlotHelper(
df):DataFramePlotHelper
Parameters
| Parameter | Type |
|---|---|
df | DataFrame |
Returns
Source
Properties
| Property | Modifier | Type |
|---|---|---|
df | private | DataFrame |
Methods
bar()
bar(
options):Viewer<any>
Parameters
| Parameter | Type | Default value |
|---|---|---|
options | null | object | null |
Returns
Viewer<any>
Source
box()
box(
options):Viewer<any>
Parameters
| Parameter | Type | Default value |
|---|---|---|
options | null | object | null |
Returns
Viewer<any>
Source
form()
form(
options):FormViewer
Parameters
| Parameter | Type | Default value |
|---|---|---|
options | null | object | null |
Returns
Source
fromType()
fromType(
viewerType,options):Promise<Widget<any>>
Parameters
| Parameter | Type | Default value |
|---|---|---|
viewerType | string | undefined |
options | null | object | null |
Returns
Promise <Widget<any>>
Source
grid()
grid(
options):Grid
Parameters
| Parameter | Type | Default value |
|---|---|---|
options | null | object | null |
Returns
Source
heatMap()
heatMap(
options):Viewer<any>
Parameters
| Parameter | Type | Default value |
|---|---|---|
options | null | object | null |
Returns
Viewer<any>
Source
histogram()
histogram(
options):Viewer<any>
Parameters
| Parameter | Type | Default value |
|---|---|---|
options | null | object | null |
Returns
Viewer<any>
Source
line()
line(
options):Viewer<any>
Parameters
| Parameter | Type | Default value |
|---|---|---|
options | null | object | null |
Returns
Viewer<any>
Source
network()
network(
options):Viewer<any>
Parameters
| Parameter | Type | Default value |
|---|---|---|
options | null | object | null |
Returns
Viewer<any>
Source
scatter()
scatter(
options):ScatterPlotViewer
Parameters
| Parameter | Type | Default value |
|---|---|---|
options | null | object | null |
Returns
Source
tile()
tile(
options):Grid
Parameters
| Parameter | Type | Default value |
|---|---|---|
options | null | object | null |