Skip to content

Commit

Permalink
Changed again default behavior
Browse files Browse the repository at this point in the history
  • Loading branch information
santilland committed Oct 18, 2017
1 parent 3567fef commit 815c892
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion app/scripts/scatter.js
Original file line number Diff line number Diff line change
Expand Up @@ -2335,7 +2335,7 @@ scatterPlot.prototype.parallelsPlot = function parallelsPlot(){
self.axis.tickFormat(d3.format(self.uom_set[d].format));
}else{
// User general formatting for ticks on Axis
self.axis.tickFormat(d3.format(",4s"));
self.axis.tickFormat(d3.format(",.4r"));
}
d3.select(this).call(self.axis.scale(self.y[d]));
});
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "analyticsviewer",
"version": "0.4.19",
"version": "0.4.20",
"dependencies": {
"sass-bootstrap": "~3.0.0",
"modernizr": "~2.6.2",
Expand Down
2 changes: 1 addition & 1 deletion lib/scripts/av.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "analyticsviewer",
"version": "0.4.19",
"version": "0.4.20",
"license": "MIT",
"dependencies": {},
"devDependencies": {
Expand Down

0 comments on commit 815c892

Please sign in to comment.