Improve xAxis ticks, thinner bottom margin (#4756)

* Improve xAxis ticks, thinner bottom margin

* Moving utils folder

* Add isTruthy
This commit is contained in:
Maxime Beauchemin
2018-04-10 13:37:34 -07:00
committed by GitHub
parent 64459efebd
commit 1e7a294c1f
13 changed files with 213 additions and 114 deletions

View File

@@ -10,7 +10,7 @@ import ResultSet from './ResultSet';
import ModalTrigger from '../../components/ModalTrigger';
import HighlightedSql from './HighlightedSql';
import { fDuration } from '../../modules/dates';
import { storeQuery } from '../../../utils/common';
import { storeQuery } from '../../utils/common';
import QueryStateLabel from './QueryStateLabel';
import { t } from '../../locales';