Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
konstantin committed Jan 13, 2015
1 parent 450643c commit d6d12d0
Show file tree
Hide file tree
Showing 10 changed files with 307 additions and 256 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tauCharts",
"version": "0.3.0",
"version": "0.3.1",
"homepage": "https://github.com/TargetProcess/tauCharts",
"description": "Simple charts library based on d3",
"keywords": [
Expand Down
104 changes: 72 additions & 32 deletions build/development/css/tauCharts.css
Original file line number Diff line number Diff line change
Expand Up @@ -146,49 +146,89 @@
opacity: 0.6;
}
/* region Generate .color@{n}-@{i} function */
.graphical-report__svg .color10-1 {
stroke: #377eb8;
fill: #377eb8;
.graphical-report__svg .color20-1 {
stroke: #6fa1d9;
fill: #6fa1d9;
}
.graphical-report__svg .color10-2 {
stroke: #e41a1c;
fill: #e41a1c;
.graphical-report__svg .color20-2 {
stroke: #df2b59;
fill: #df2b59;
}
.graphical-report__svg .color10-3 {
stroke: #4daf4a;
fill: #4daf4a;
.graphical-report__svg .color20-3 {
stroke: #66da26;
fill: #66da26;
}
.graphical-report__svg .color10-4 {
stroke: #984ea3;
fill: #984ea3;
.graphical-report__svg .color20-4 {
stroke: #4c3862;
fill: #4c3862;
}
.graphical-report__svg .color10-5 {
stroke: #ff7f00;
fill: #ff7f00;
.graphical-report__svg .color20-5 {
stroke: #e5b011;
fill: #e5b011;
}
.graphical-report__svg .color10-6 {
stroke: #e9e964;
fill: #e9e964;
.graphical-report__svg .color20-6 {
stroke: #3a3226;
fill: #3a3226;
}
.graphical-report__svg .color10-7 {
stroke: #a65628;
fill: #a65628;
.graphical-report__svg .color20-7 {
stroke: #cb461a;
fill: #cb461a;
}
.graphical-report__svg .color10-8 {
stroke: #f781bf;
fill: #f781bf;
.graphical-report__svg .color20-8 {
stroke: #c7ce23;
fill: #c7ce23;
}
.graphical-report__svg .color10-9 {
stroke: #999999;
fill: #999999;
.graphical-report__svg .color20-9 {
stroke: #7fcdc2;
fill: #7fcdc2;
}
.graphical-report__svg .color10-10 {
stroke: #222222;
fill: #222222;
.graphical-report__svg .color20-10 {
stroke: #cca1c8;
fill: #cca1c8;
}
.graphical-report__svg .color20-11 {
stroke: #c84cce;
fill: #c84cce;
}
.graphical-report__svg .color20-12 {
stroke: #54762e;
fill: #54762e;
}
.graphical-report__svg .color20-13 {
stroke: #746bc9;
fill: #746bc9;
}
.graphical-report__svg .color20-14 {
stroke: #953441;
fill: #953441;
}
.graphical-report__svg .color20-15 {
stroke: #5c7a76;
fill: #5c7a76;
}
.graphical-report__svg .color20-16 {
stroke: #c8bf87;
fill: #c8bf87;
}
.graphical-report__svg .color20-17 {
stroke: #bfc1c3;
fill: #bfc1c3;
}
.graphical-report__svg .color20-18 {
stroke: #8e5c31;
fill: #8e5c31;
}
.graphical-report__svg .color20-19 {
stroke: #71ce7b;
fill: #71ce7b;
}
.graphical-report__svg .color20-20 {
stroke: #be478b;
fill: #be478b;
}
.graphical-report__svg .color-default {
stroke: #377eb8;
fill: #377eb8;
stroke: #6fa1d9;
fill: #6fa1d9;
}
/* endregion */
/* region Generate .line-params-@{n} function */
Expand Down
152 changes: 111 additions & 41 deletions build/development/plugins/tauCharts.legend.css
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
background-color: rgba(189, 195, 205, 0.2);
}
.graphical-report__legend__item .color-default {
background: #377eb8;
background: #6fa1d9;
border-radius: 4px;
}
.graphical-report__legend__item:disabled,
Expand All @@ -41,73 +41,143 @@
top: 12px;
left: 10px;
}
.graphical-report__legend__item .color10-1 {
background: #377eb8;
border: 1px solid #377eb8;
.graphical-report__legend__item .color20-1 {
background: #6fa1d9;
border: 1px solid #6fa1d9;
}
.graphical-report__legend__item.disabled .color10-1 {
.graphical-report__legend__item.disabled .color20-1 {
background-color: transparent;
}
.graphical-report__legend__item .color10-2 {
background: #e41a1c;
border: 1px solid #e41a1c;
.graphical-report__legend__item .color20-2 {
background: #df2b59;
border: 1px solid #df2b59;
}
.graphical-report__legend__item.disabled .color10-2 {
.graphical-report__legend__item.disabled .color20-2 {
background-color: transparent;
}
.graphical-report__legend__item .color10-3 {
background: #4daf4a;
border: 1px solid #4daf4a;
.graphical-report__legend__item .color20-3 {
background: #66da26;
border: 1px solid #66da26;
}
.graphical-report__legend__item.disabled .color10-3 {
.graphical-report__legend__item.disabled .color20-3 {
background-color: transparent;
}
.graphical-report__legend__item .color10-4 {
background: #984ea3;
border: 1px solid #984ea3;
.graphical-report__legend__item .color20-4 {
background: #4c3862;
border: 1px solid #4c3862;
}
.graphical-report__legend__item.disabled .color10-4 {
.graphical-report__legend__item.disabled .color20-4 {
background-color: transparent;
}
.graphical-report__legend__item .color10-5 {
background: #ff7f00;
border: 1px solid #ff7f00;
.graphical-report__legend__item .color20-5 {
background: #e5b011;
border: 1px solid #e5b011;
}
.graphical-report__legend__item.disabled .color10-5 {
.graphical-report__legend__item.disabled .color20-5 {
background-color: transparent;
}
.graphical-report__legend__item .color10-6 {
background: #e9e964;
border: 1px solid #e9e964;
.graphical-report__legend__item .color20-6 {
background: #3a3226;
border: 1px solid #3a3226;
}
.graphical-report__legend__item.disabled .color10-6 {
.graphical-report__legend__item.disabled .color20-6 {
background-color: transparent;
}
.graphical-report__legend__item .color10-7 {
background: #a65628;
border: 1px solid #a65628;
.graphical-report__legend__item .color20-7 {
background: #cb461a;
border: 1px solid #cb461a;
}
.graphical-report__legend__item.disabled .color10-7 {
.graphical-report__legend__item.disabled .color20-7 {
background-color: transparent;
}
.graphical-report__legend__item .color10-8 {
background: #f781bf;
border: 1px solid #f781bf;
.graphical-report__legend__item .color20-8 {
background: #c7ce23;
border: 1px solid #c7ce23;
}
.graphical-report__legend__item.disabled .color10-8 {
.graphical-report__legend__item.disabled .color20-8 {
background-color: transparent;
}
.graphical-report__legend__item .color10-9 {
background: #999999;
border: 1px solid #999999;
.graphical-report__legend__item .color20-9 {
background: #7fcdc2;
border: 1px solid #7fcdc2;
}
.graphical-report__legend__item.disabled .color10-9 {
.graphical-report__legend__item.disabled .color20-9 {
background-color: transparent;
}
.graphical-report__legend__item .color10-10 {
background: #222222;
border: 1px solid #222222;
.graphical-report__legend__item .color20-10 {
background: #cca1c8;
border: 1px solid #cca1c8;
}
.graphical-report__legend__item.disabled .color10-10 {
.graphical-report__legend__item.disabled .color20-10 {
background-color: transparent;
}
.graphical-report__legend__item .color20-11 {
background: #c84cce;
border: 1px solid #c84cce;
}
.graphical-report__legend__item.disabled .color20-11 {
background-color: transparent;
}
.graphical-report__legend__item .color20-12 {
background: #54762e;
border: 1px solid #54762e;
}
.graphical-report__legend__item.disabled .color20-12 {
background-color: transparent;
}
.graphical-report__legend__item .color20-13 {
background: #746bc9;
border: 1px solid #746bc9;
}
.graphical-report__legend__item.disabled .color20-13 {
background-color: transparent;
}
.graphical-report__legend__item .color20-14 {
background: #953441;
border: 1px solid #953441;
}
.graphical-report__legend__item.disabled .color20-14 {
background-color: transparent;
}
.graphical-report__legend__item .color20-15 {
background: #5c7a76;
border: 1px solid #5c7a76;
}
.graphical-report__legend__item.disabled .color20-15 {
background-color: transparent;
}
.graphical-report__legend__item .color20-16 {
background: #c8bf87;
border: 1px solid #c8bf87;
}
.graphical-report__legend__item.disabled .color20-16 {
background-color: transparent;
}
.graphical-report__legend__item .color20-17 {
background: #bfc1c3;
border: 1px solid #bfc1c3;
}
.graphical-report__legend__item.disabled .color20-17 {
background-color: transparent;
}
.graphical-report__legend__item .color20-18 {
background: #8e5c31;
border: 1px solid #8e5c31;
}
.graphical-report__legend__item.disabled .color20-18 {
background-color: transparent;
}
.graphical-report__legend__item .color20-19 {
background: #71ce7b;
border: 1px solid #71ce7b;
}
.graphical-report__legend__item.disabled .color20-19 {
background-color: transparent;
}
.graphical-report__legend__item .color20-20 {
background: #be478b;
border: 1px solid #be478b;
}
.graphical-report__legend__item.disabled .color20-20 {
background-color: transparent;
}
Loading

0 comments on commit d6d12d0

Please sign in to comment.