UNPKG
abhay-charts
Version:
latest (1.0.6)
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
A library to calculate chart
github.com/abhaynath/abhay-npm-charts
abhaynath/abhay-npm-charts
abhay-charts
/
lib
/
modules
/
charts.d.ts
16 lines
(15 loc)
•
279 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/** * Chart is the container of utilities of methods * *
@class
Charts */
declare
class
Charts
{
/** * scales the chart * *
@returns
{number} returns the aspect ratio *
@memberof
Charts */
scale
(): number; } export { Charts };