Skip to content

Commit

Permalink
release 0.2.28
Browse files Browse the repository at this point in the history
  • Loading branch information
vladminsky committed Dec 23, 2014
1 parent 80cb4f5 commit 71e462e
Show file tree
Hide file tree
Showing 13 changed files with 589 additions and 546 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.27",
"version": "0.2.28",
"homepage": "https://github.com/TargetProcess/tauCharts",
"description": "Simple charts library based on d3",
"keywords": [
Expand Down
6 changes: 6 additions & 0 deletions build/css/tauCharts.graphic-elements.css
Original file line number Diff line number Diff line change
Expand Up @@ -266,6 +266,12 @@
.graphical-report__svg .axis.facet-axis.compact .tick text {
font-weight: normal;
}
.graphical-report__svg .axis.facet-axis.compact .label {
font-weight: normal;
}
.graphical-report__svg .axis.facet-axis.compact .label .label-token {
font-weight: normal;
}
.graphical-report__svg .tick text {
font-size: 11px;
}
Expand Down
2 changes: 1 addition & 1 deletion build/css/tauCharts.graphic-elements.min.css

Large diffs are not rendered by default.

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.

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

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

Loading

0 comments on commit 71e462e

Please sign in to comment.