Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
konstantin committed Jan 22, 2015
1 parent 949fcdd commit d5f6f49
Show file tree
Hide file tree
Showing 11 changed files with 6,935 additions and 229 deletions.
8 changes: 6 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tauCharts",
"version": "0.3.6",
"version": "0.3.7",
"homepage": "https://github.com/TargetProcess/tauCharts",
"description": "Simple charts library based on d3",
"keywords": [
Expand All @@ -26,6 +26,10 @@
"jquery": "2.1.1",
"modernizer": "2.8.2",
"js-schema": "0.7.0",
"es5-shim": "latest"
"es5-shim": "latest",
"canvg": "https://github.com/Mavrin/canvg.git",
"FileSaver.js": "https://github.com/eligrey/FileSaver.js.git",
"fetch": "~0.6.1",
"es6-promise": "~2.0.1"
}
}
3 changes: 3 additions & 0 deletions build/development/css/tauCharts.css
Original file line number Diff line number Diff line change
Expand Up @@ -284,6 +284,9 @@
color: #e17152;
border-bottom: 1px solid rgba(225, 113, 82, 0.3);
}
.graphical-report__d3-time-overflown .tick:nth-child(even) {
display: none;
}
.graphical-report__svg {
display: block;
overflow: hidden;
Expand Down
38 changes: 38 additions & 0 deletions build/development/plugins/tauCharts.export.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
.graphical-report__print-block {
display: none;
}
.graphical-report__export {
float: right;
margin: 20px 20px 0 0;
display: block;
background-repeat: no-repeat;
background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48dGl0bGU+ZXhwb3J0PC90aXRsZT48ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz48ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxnIGZpbGw9IiMwMDAiPjxwYXRoIGQ9Ik0xNyAxLjY3bC04LjMyOCA4LjM2Nkw4IDkuNSAxNi4zNTMgMUgxMlYwaDZ2NmgtMVYxLjY3eiIgb3BhY2l0eT0iLjgiLz48cGF0aCBkPSJNMCA1LjAxQzAgMy4zNDYgMS4zMzcgMiAzLjAxIDJIMTZ2MTIuOTljMCAxLjY2My0xLjMzNyAzLjAxLTMuMDEgMy4wMUgzLjAxQzEuMzQ2IDE4IDAgMTYuNjYzIDAgMTQuOTlWNS4wMXpNMTUgMTVDMTUgMTYuMTA1IDE0LjEwMyAxNyAxMi45OTQgMTdIMy4wMDZDMS44OTggMTcgMSAxNi4xMDMgMSAxNC45OTRWNS4wMDZDMSAzLjg5OCAxLjg4NyAzIDIuOTk4IDNIOVYyaDd2N2gtMXY2LjAwMnoiIG9wYWNpdHk9Ii40Ii8+PC9nPjwvZz48L3N2Zz4=);
width: 20px;
height: 20px;
color: transparent;
font-size: 1px;
opacity: 0.6;
cursor: pointer;
}
.graphical-report__export:hover {
opacity: 1;
}
.graphical-report__export__list {
font-size: 11px;
}
.graphical-report__export__item {
overflow: hidden;
box-sizing: border-box;
}
.graphical-report__export__item > a {
display: block;
padding: 7px 15px;
color: inherit;
text-decoration: none;
}
.graphical-report__export__item > a:hover,
.graphical-report__export__item > a:focus {
background: #eaf2fc;
outline: none;
box-shadow: none;
}
Loading

0 comments on commit d5f6f49

Please sign in to comment.