projects/ng2-google-charts/src/lib/google-charts-datatable.ts
Properties |
|
| dataSourceUrl |
dataSourceUrl:
|
Type : string
|
| Optional |
| dataTable |
dataTable:
|
Type : any
|
| Optional |
| firstRowIsData |
firstRowIsData:
|
Type : boolean
|
| Optional |
| formatters |
formatters:
|
Type : FormatterInterface[]
|
| Optional |
| query |
query:
|
Type : string
|
| Optional |
| queryCallback |
queryCallback:
|
Type : function
|
| Optional |
|
Called after query executed. DataTable is updated automatically. |
| refreshInterval |
refreshInterval:
|
Type : number
|
| Optional |
|
Refresh interval, in seconds, when using remote data source. |
| timeout |
timeout:
|
Type : number
|
| Optional |
|
Timeout in seconds, when using remote data source |
| view |
view:
|
Type : string | object | object[]
|
| Optional |