UNPKG
@dickyindra/klinecharts
Version:
latest (8.3.6-7)
8.3.6
8.3.6-7
8.3.6-6
8.3.6-5
8.3.6-4
8.3.6-3
8.3.6-2
8.3.6-1
7.5.0
7.5.0-19
7.5.0-18
7.5.0-17
7.5.0-16
7.5.0-15
7.5.0-14
7.5.0-13
7.5.0-12
7.5.0-11
7.5.0-10
7.5.0-9
7.5.0-8
7.5.0-7
7.5.0-6
7.5.0-5
7.5.0-4
7.5.0-3
7.5.0-2
7.5.0-1
Lightweight k-line chart built with html5 canvas
github.com/liihuu/KLineChart
liihuu/KLineChart
@dickyindra/klinecharts
/
types
/
Pane.d.ts
6 lines
(5 loc)
•
100 B
TypeScript
View Raw
1
2
3
4
5
6
export
declare
interface
PaneOptions
{
id
?:
string
;
height
?:
number
;
dragEnabled
?:
boolean
; }