From 811caa3b60c37bd849e9eb465556dacc6ecdd9a1 Mon Sep 17 00:00:00 2001 From: toorshia Date: Sat, 24 Sep 2016 23:00:14 +0200 Subject: [PATCH] removed auto-adjust example --- examples/auto-adjust.htm | 94 ------------------------------------ examples/customize-style.htm | 2 +- 2 files changed, 1 insertion(+), 95 deletions(-) delete mode 100644 examples/auto-adjust.htm diff --git a/examples/auto-adjust.htm b/examples/auto-adjust.htm deleted file mode 100644 index 28903cf..0000000 --- a/examples/auto-adjust.htm +++ /dev/null @@ -1,94 +0,0 @@ - - - - - Auto-adjust - - - - - - -
-
-
-
-

- JustGage auto-adjusts to the size of containing element. And to the screen zoom level. And screen density. Nice. This means you’ll get clean, sharp and nice looking gauge at all times. Try zooming the page to see the results. -

- - - - - - diff --git a/examples/customize-style.htm b/examples/customize-style.htm index 9be11d1..5669f4e 100644 --- a/examples/customize-style.htm +++ b/examples/customize-style.htm @@ -63,6 +63,7 @@ max: 100, title: "Custom Shadow", label: "", + showInnerShadow: true, shadowOpacity: 1, shadowSize: 5, shadowVerticalOffset: 10 @@ -115,7 +116,6 @@ hideMinMax: true, gaugeColor: "#fff", levelColors: ["#000"], - hideInnerShadow: true, startAnimationTime: 1, startAnimationType: "linear", refreshAnimationTime: 1,