Skip to content

Commit

Permalink
release 0.2.23
Browse files Browse the repository at this point in the history
  • Loading branch information
vladminsky committed Dec 19, 2014
1 parent 54e17a2 commit 4da8ff0
Show file tree
Hide file tree
Showing 12 changed files with 520 additions and 517 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.21",
"version": "0.2.23",
"homepage": "https://github.com/TargetProcess/tauCharts",
"description": "Simple charts library based on d3",
"keywords": [
Expand Down
6 changes: 3 additions & 3 deletions build/plugins/tauCharts.legend.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,11 @@
if (toggle) {
var value = JSON.parse(target.getAttribute('data-value'));
var color = value.color;
d3Chart.selectAll('.i-role-datum').classed({'graphical-report__highlighted': false});
d3Chart.selectAll('.i-role-datum.' + color).classed({'graphical-report__highlighted': true});
d3Chart.selectAll('.i-role-element').classed({'graphical-report__highlighted': false});
d3Chart.selectAll('.i-role-element.' + color).classed({'graphical-report__highlighted': true});
d3Chart.classed({'graphical-report__highlighted_chart': true});
} else {
d3Chart.selectAll('.i-role-datum').classed({'graphical-report__highlighted': false});
d3Chart.selectAll('.i-role-element').classed({'graphical-report__highlighted': false});
d3Chart.classed({'graphical-report__highlighted_chart': false});
}

Expand Down
4 changes: 2 additions & 2 deletions 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.

3 changes: 3 additions & 0 deletions build/plugins/tauCharts.trendline.js
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,9 @@
var trendCssClass = [
'graphical-report__trendline',

'graphical-report__line',
'i-role-element',

'graphical-report__line-width-1',
'graphical-report__line-opacity-1',

Expand Down
Loading

0 comments on commit 4da8ff0

Please sign in to comment.