Set CPU scale to 100% at minimum (#71)

This commit is contained in:
Maciej Hirsz
2018-09-30 20:41:17 +02:00
committed by GitHub
parent 51fb2cf326
commit 58e19a7c58
5 changed files with 8 additions and 5 deletions
+1
View File
@@ -1,6 +1,7 @@
declare module '@fnando/sparkline' {
namespace sparkline {
export interface Options {
minScale?: number;
spotRadius?: number;
cursorWidth?: number;
interactive?: boolean;