mirror of
https://github.com/apache/superset.git
synced 2026-04-20 00:24:38 +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
@@ -2,7 +2,7 @@ import React from 'react';
|
||||
import PropTypes from 'prop-types';
|
||||
import { Popover, OverlayTrigger } from 'react-bootstrap';
|
||||
import CopyToClipboard from './../../components/CopyToClipboard';
|
||||
import { getShortUrl } from '../../../utils/common';
|
||||
import { getShortUrl } from '../../utils/common';
|
||||
import { getExploreLongUrl } from '../exploreUtils';
|
||||
import { t } from '../../locales';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user