mirror of
https://github.com/apache/superset.git
synced 2026-04-19 16:14:52 +00:00
[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:
committed by
GitHub
parent
591e512327
commit
3e51c61dbf
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user