flashgrid-ext 2.1.1 → 2.1.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/flashgrid/ext/version.rb +2 -2
- data/vendor/assets/javascripts/chart.js +2 -2
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: abe606333a012aca2e4e472f34d231f352ffccb3
|
4
|
+
data.tar.gz: e9d2ca543c70a4ccee217049147dcb5088c2fe99
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ba212b919a042071782e919be0a611be92a035b4eee0995fcc0b8f085c34a1feca7f9bf677f1196dd53403b2a32ae299527d2b67ea5caa2ffbbc3a5fa864361b
|
7
|
+
data.tar.gz: 03c3936c256f95becb4cd039d985eaff17f71bd492eb037a100114c1e7f33970d518e69e0e0a41bf1ca1ac1883ffd5ef55d6ff508dd98e9d9ea29b83c3a4b096
|
@@ -2182,7 +2182,7 @@
|
|
2182
2182
|
segmentStrokeColor : "rgba(255,255,255,1)",
|
2183
2183
|
|
2184
2184
|
//Number - The width of each segment stroke
|
2185
|
-
segmentStrokeWidth :
|
2185
|
+
segmentStrokeWidth : 1,
|
2186
2186
|
|
2187
2187
|
//The percentage of the chart that we cut out of the middle.
|
2188
2188
|
percentageInnerCutout : 50,
|
@@ -2727,7 +2727,7 @@
|
|
2727
2727
|
segmentStrokeColor : "rgba(255,255,255,1)",
|
2728
2728
|
|
2729
2729
|
//Number - The width of the stroke value in pixels
|
2730
|
-
segmentStrokeWidth :
|
2730
|
+
segmentStrokeWidth : 1,
|
2731
2731
|
|
2732
2732
|
//Number - Amount of animation steps
|
2733
2733
|
animationSteps : 100,
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: flashgrid-ext
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.1.
|
4
|
+
version: 2.1.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Juan Gomez
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2014-
|
11
|
+
date: 2014-07-07 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|