Skip to content

Commit

Permalink
release 0.1.19
Browse files Browse the repository at this point in the history
change default color
  • Loading branch information
konstantin committed Dec 3, 2014
1 parent 38cd5b6 commit 320b49c
Show file tree
Hide file tree
Showing 11 changed files with 416 additions and 384 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.1.18",
"version": "0.1.19",
"homepage": "https://github.com/TargetProcess/tauCharts",
"description": "Simple charts library based on d3",
"keywords": [
Expand Down
646 changes: 323 additions & 323 deletions build/color-brewer.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/color-brewer.min.js

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion build/css/graphic-elements.css
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@
fill: #222222;
}
.graphical-report__svg .color-default {
stroke: #333;
stroke: #377eb8;
fill: #377eb8;
}
/* endregion */
/* region Generate .line-params-@{n} function */
Expand Down
2 changes: 1 addition & 1 deletion build/css/graphic-elements.min.css

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

Loading

0 comments on commit 320b49c

Please sign in to comment.