reconstruct to function

master
xieguigang 8 years ago
parent 601cf53552
commit 10dece9a1a

@ -1 +1,14 @@

/// <reference path="../../build/svg.d.ts"/>
namespace Chart {
/**
*
*/
export function windowSize(): Canvas.Size {
return new Canvas.Size(
window.innerWidth,
window.innerHeight
);
}
}

@ -1,3 +1,3 @@
# thinkChart
Chartting tools with ``svg`` or ``three.js`` api for 3D chartting plot.

Loading…
Cancel
Save