Skip to content

Commit

Permalink
3.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Artur Pryka committed Jun 17, 2019
1 parent a3a60c0 commit a566b9d
Show file tree
Hide file tree
Showing 16 changed files with 17,402 additions and 15,176 deletions.
40 changes: 40 additions & 0 deletions dist/external_d3_c3/keen-dataviz.css
Original file line number Diff line number Diff line change
Expand Up @@ -298,9 +298,49 @@
-ms-animation: spin .7s linear infinite;
-o-animation: spin .7s linear infinite;
}
.keen-dataviz-execution-meta {
position: absolute;
z-index: 999;
padding: 0.5rem 1rem;
margin: 0.75rem 0;
display: inline-grid;
grid-template-columns: repeat(2, -webkit-max-content);
grid-template-columns: repeat(2, max-content);
grid-gap: 0.5em 1em;
text-transform: uppercase;
font-size: 0.75rem;
border: 1px solid #eee;
background: #fff;
}
.keen-dataviz-execution-meta dt {
font-weight: bold
}
.keen-dataviz-execution-meta dt:hover + dd {
font-weight: bold;
}
.keen-dataviz-execution-meta dt, .keen-dataviz-execution-meta dd {
margin: 0;
cursor: pointer;
}
.keen-dataviz-execution-meta .copied:after {
content: 'copied!';
vertical-align: middle;
display: inline-block;
font-size: 10px;
margin-left: 0.5em;
position: absolute;
text-transform: none;
font-weight: normal;
-webkit-animation: 1s ease 0s 1 both fadeOut;
animation: 1s ease 0s 1 both fadeOut;
}
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }

@-webkit-keyframes fadeOut { from { opacity: 1; } to { opacity: 0; } }

@keyframes fadeOut { from { opacity: 1; } to { opacity: 0; } }

/* C3 CUSTOMIZATIONS */
.keen-dataviz .c3-axis-y path {
display: none;
Expand Down
Loading

0 comments on commit a566b9d

Please sign in to comment.