mirror of
https://github.com/apache/superset.git
synced 2026-04-22 01:24:43 +00:00
Improve xAxis ticks, thinner bottom margin (#4756)
* Improve xAxis ticks, thinner bottom margin * Moving utils folder * Add isTruthy
This commit is contained in:
committed by
GitHub
parent
64459efebd
commit
1e7a294c1f
@@ -6,7 +6,7 @@ import { connect } from 'react-redux';
|
||||
import { Modal, Alert, Button, Radio } from 'react-bootstrap';
|
||||
import Select from 'react-select';
|
||||
import { t } from '../../locales';
|
||||
import { supersetURL } from '../../../utils/common';
|
||||
import { supersetURL } from '../../utils/common';
|
||||
|
||||
const propTypes = {
|
||||
can_overwrite: PropTypes.bool,
|
||||
|
||||
Reference in New Issue
Block a user