Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
gwyneblaidd committed Jun 27, 2018
1 parent 4f5332e commit 63ce9e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scales/scale.linear.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ module.exports = function(Chart) {
value.max = value.min;
}

if (opts.relativePoints) {
if (opts.relativePoints) {
positiveValues[index] = 100;
} else if (value.min < 0) {
negativeValues[index] += value.min;
Expand Down

0 comments on commit 63ce9e9

Please sign in to comment.