Skip to content

Commit

Permalink
fix(axis): Round float numbers from 'binary floating point'
Browse files Browse the repository at this point in the history
Correct when tick float value aren't rounded

Fix #222
Close #320
  • Loading branch information
netil committed Mar 5, 2018
1 parent 92f6af0 commit bd2fbbe
Show file tree
Hide file tree
Showing 5 changed files with 97 additions and 60 deletions.
3 changes: 2 additions & 1 deletion spec/assets/util.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@
* billboard.js project is licensed under the MIT license
*/
/* global sandbox, window */
/* eslint-disable */
import * as d3 from "d3";
import simulant from "simulant";
import {bb} from "../../src/core";
import bb from "../../src/core";

/**
* Create a DOM element
Expand Down
Loading

0 comments on commit bd2fbbe

Please sign in to comment.