Skip to content

Commit

Permalink
release 0.2.19
Browse files Browse the repository at this point in the history
  • Loading branch information
konstantin committed Dec 18, 2014
1 parent 4215a03 commit 91e6d8d
Show file tree
Hide file tree
Showing 20 changed files with 681 additions and 577 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.2.18",
"version": "0.2.19",
"homepage": "https://github.com/TargetProcess/tauCharts",
"description": "Simple charts library based on d3",
"keywords": [
Expand Down
3 changes: 1 addition & 2 deletions build/css/tauCharts.graphic-elements.css
Original file line number Diff line number Diff line change
Expand Up @@ -328,8 +328,7 @@
transition: opacity 0.2s ease;
}
.graphical-report__highlighted_chart .graphical-report__dot.graphical-report__highlighted {
stroke-width: 6;
stroke-opacity: 0.4;
stroke-width: 2;
opacity: 1;
}
.graphical-report__highlighted_chart .graphical-report__line.graphical-report__highlighted {
Expand Down
2 changes: 1 addition & 1 deletion build/css/tauCharts.graphic-elements.min.css

Large diffs are not rendered by default.

12 changes: 8 additions & 4 deletions build/plugins/tauCharts.legend.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.graphical-report__legend {
padding: 20px 0 20px 20px;
padding: 20px 0 20px 10px;
margin-right: 20px;
width: 160px;
box-sizing: border-box;
Expand All @@ -13,6 +13,10 @@
.graphical-report__legend__item:hover {
background-color: rgba(189, 195, 205, 0.2);
}
.graphical-report__legend__item .color-default {
background: #377eb8;
border-radius: 4px;
}
.graphical-report__legend__title {
text-transform: uppercase;
font-weight: 600;
Expand All @@ -27,6 +31,9 @@
.graphical-report__legend__item.disabled {
color: #cccccc;
}
.graphical-report__legend__item.disabled .graphical-report__legend__guide {
background: transparent;
}
.graphical-report__legend__guide {
width: 15px;
height: 15px;
Expand Down Expand Up @@ -107,6 +114,3 @@
border: 1px solid #222222;
background-color: transparent;
}
.graphical-report__legend__item .color-default {
background: #377eb8;
}
2 changes: 1 addition & 1 deletion build/plugins/tauCharts.legend.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion build/plugins/tauCharts.legend.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion build/plugins/tauCharts.tooltip.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

35 changes: 34 additions & 1 deletion build/plugins/tauCharts.trendline.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,36 @@
.graphical-report__svg .graphical-report__trendline.color10-1 {
stroke: #25567d;
}
.graphical-report__svg .graphical-report__trendline.color10-2 {
stroke: #9f1214;
}
.graphical-report__svg .graphical-report__trendline.color10-3 {
stroke: #357933;
}
.graphical-report__svg .graphical-report__trendline.color10-4 {
stroke: #68356f;
}
.graphical-report__svg .graphical-report__trendline.color10-5 {
stroke: #b35900;
}
.graphical-report__svg .graphical-report__trendline.color10-6 {
stroke: #dfdf21;
}
.graphical-report__svg .graphical-report__trendline.color10-7 {
stroke: #683619;
}
.graphical-report__svg .graphical-report__trendline.color10-8 {
stroke: #f2399a;
}
.graphical-report__svg .graphical-report__trendline.color10-9 {
stroke: #737373;
}
.graphical-report__svg .graphical-report__trendline.color10-10 {
stroke: #000000;
}
.graphical-report__svg .graphical-report__trendline.color-default {
stroke: #25567d;
}
.graphical-report {
/* TrendLine */
}
Expand All @@ -24,7 +57,7 @@
display: none;
}
.graphical-report__trendline {
stroke-dasharray: 7, 5;
stroke-dasharray: 4, 4;
}
.graphical-report__trendline__tip {
display: none;
Expand Down
2 changes: 1 addition & 1 deletion build/plugins/tauCharts.trendline.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 91e6d8d

Please sign in to comment.