report_html 0.5.6 → 0.5.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +2 -0
- data/js/canvasXpress.css +39 -3
- data/js/canvasXpress.min.js +3 -3
- data/lib/report_html/report_html.rb +47 -5
- data/lib/report_html/version.rb +1 -1
- data/report_html.gemspec +1 -1
- metadata +5 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f6dd807a686824f1359ecacbf566660d041d913f88a2bebd5f37d123d0488ea0
|
4
|
+
data.tar.gz: 26c802b399fa10a4362edc29779625a0b9fcb9af6820d2fdfe37a88c807506f8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 19b1e7957300f169b377083ffcdf71457e3703f382266938cdb15469fd3e33ee7ceef54c1f105b64611fbebb52428a9459d5d90554d5287fc5836def029ff9e8
|
7
|
+
data.tar.gz: d6a77f197a7254f0082a669e1066bfcef119aca06966c0537a47bbb8f12fa77c1aea71489b654ac469e24488b7e2a21c1140973e0088e0f5b2ee833016325e87
|
data/README.md
CHANGED
@@ -1,5 +1,7 @@
|
|
1
1
|
# ReportHtml
|
2
2
|
|
3
|
+
DEPRECATED PROJECT. MIGRATED TO [python report_html](https://github.com/seoanezonjic/py_report_html)
|
4
|
+
|
3
5
|
Welcome to your new gem! In this directory, you'll find the files you need to be able to package up your Ruby library into a gem. Put your Ruby code in the file `lib/report_html`. To experiment with that code, run `bin/console` for an interactive prompt.
|
4
6
|
|
5
7
|
TODO: Delete this and the text above, and describe your gem
|
data/js/canvasXpress.css
CHANGED
@@ -975,7 +975,9 @@ div.CanvasXpressTooltipArrowLeft {
|
|
975
975
|
height: 0;
|
976
976
|
width: 0;
|
977
977
|
background: rgba(255, 255, 255, 0.95);
|
978
|
-
border:
|
978
|
+
border: 2px solid rgb(51, 122, 183);
|
979
|
+
border-top: none;
|
980
|
+
border-right: none;
|
979
981
|
z-index: 1;
|
980
982
|
}
|
981
983
|
|
@@ -983,7 +985,7 @@ div.CanvasXpressTooltipArrowLeft:after,
|
|
983
985
|
div.CanvasXpressTooltipArrowLeft:before {
|
984
986
|
border: solid transparent;
|
985
987
|
right: 0px;
|
986
|
-
content: "
|
988
|
+
content: "";
|
987
989
|
position: absolute;
|
988
990
|
pointer-events: none;
|
989
991
|
}
|
@@ -1002,6 +1004,40 @@ div.CanvasXpressTooltipArrowLeft:before {
|
|
1002
1004
|
margin-top: -9px;
|
1003
1005
|
}
|
1004
1006
|
|
1007
|
+
div.CanvasXpressTooltipArrowRight {
|
1008
|
+
position: absolute;
|
1009
|
+
height: 0;
|
1010
|
+
width: 0;
|
1011
|
+
background: rgba(255, 255, 255, 0.95);
|
1012
|
+
border: 2px solid rgb(51, 122, 183);
|
1013
|
+
border-top: none;
|
1014
|
+
border-left: none;
|
1015
|
+
z-index: 1;
|
1016
|
+
}
|
1017
|
+
|
1018
|
+
div.CanvasXpressTooltipArrowRight:after,
|
1019
|
+
div.CanvasXpressTooltipArrowRight:before {
|
1020
|
+
border: solid transparent;
|
1021
|
+
right: 0px;
|
1022
|
+
content: "";
|
1023
|
+
position: absolute;
|
1024
|
+
pointer-events: none;
|
1025
|
+
}
|
1026
|
+
|
1027
|
+
div.CanvasXpressTooltipArrowRight:after {
|
1028
|
+
border-color: rgba(245, 245, 245, 0);
|
1029
|
+
border-left-color: rgb(245, 245, 245);
|
1030
|
+
border-width: 9px;
|
1031
|
+
margin-top: -9px;
|
1032
|
+
}
|
1033
|
+
|
1034
|
+
div.CanvasXpressTooltipArrowRight:before {
|
1035
|
+
border-color: rgba(51, 122, 183, 0);
|
1036
|
+
border-left-color: rgb(51, 122, 183);
|
1037
|
+
border-width: 8px;
|
1038
|
+
margin-top: -8px;
|
1039
|
+
}
|
1040
|
+
|
1005
1041
|
img.CanvasXpressTooltip, svg.CanvasXpressTooltip {
|
1006
1042
|
background: rgba(0, 0, 0, 0) !important;
|
1007
1043
|
border: 0px none !important;
|
@@ -1165,7 +1201,7 @@ div.CanvasXpressMarker {
|
|
1165
1201
|
color: rgb(34, 34, 34);
|
1166
1202
|
cursor: move;
|
1167
1203
|
font: normal 12px arial, tahoma, sans-serif;
|
1168
|
-
height:
|
1204
|
+
height: 502px;
|
1169
1205
|
width: 286px;
|
1170
1206
|
left: 0px;
|
1171
1207
|
line-height: 100%;
|