Skip to content

Commit 3567fef

Browse files
committed
Updated default behavior of format for ranges of parallels plot
1 parent 0ddca6b commit 3567fef

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

app/scripts/scatter.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -2335,7 +2335,7 @@ scatterPlot.prototype.parallelsPlot = function parallelsPlot(){
23352335
self.axis.tickFormat(d3.format(self.uom_set[d].format));
23362336
}else{
23372337
// User general formatting for ticks on Axis
2338-
self.axis.tickFormat(d3.format(",g"));
2338+
self.axis.tickFormat(d3.format(",4s"));
23392339
}
23402340
d3.select(this).call(self.axis.scale(self.y[d]));
23412341
});

bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "analyticsviewer",
3-
"version": "0.4.18",
3+
"version": "0.4.19",
44
"dependencies": {
55
"sass-bootstrap": "~3.0.0",
66
"modernizr": "~2.6.2",

lib/scripts/av.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/scripts/main_av.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "analyticsviewer",
3-
"version": "0.4.18",
3+
"version": "0.4.19",
44
"license": "MIT",
55
"dependencies": {},
66
"devDependencies": {

0 commit comments

Comments
 (0)