[explore] improve bubble viz (#2927)

* [explore] improve bubble viz

* allow for custom axis formatters
* reorg the control panels

* Addressing comments
This commit is contained in:
Maxime Beauchemin
2017-06-19 22:09:09 -07:00
committed by GitHub
parent 591e512327
commit 3e51c61dbf
7 changed files with 116 additions and 67 deletions

View File

@@ -3,7 +3,6 @@ import { expect } from 'chai';
import {
tickMultiFormat,
formatDate,
timeFormatFactory,
fDuration,
now,
epochTimeXHoursAgo,
@@ -23,12 +22,6 @@ describe('formatDate', () => {
});
});
describe('timeFormatFactory', () => {
it('is a function', () => {
assert.isFunction(timeFormatFactory);
});
});
describe('fDuration', () => {
it('is a function', () => {
assert.isFunction(fDuration);