UNPKG
@getdistillery/chart.js
Version:
latest (4.5.1)
4.5.1
4.5.0
4.4.7
Simple HTML5 charts using the canvas element.
www.chartjs.org
chartjs/Chart.js
@getdistillery/chart.js
/
dist
/
controllers
/
controller.line.d.ts
14 lines
(13 loc)
•
322 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
export
default
class
LineController
extends
DatasetController
{
static
id
:
string
;
/** *
@type
{
any
} */
static
overrides
:
any
;
update
(
mode
:
any
):
void
;
/** *
@protected
*/
protected
getMaxOverflow
():
any
; }
import
DatasetController
from
"../core/core.datasetController.js"
;