2019-08-28 01:54:01 +08:00
|
|
|
/**
|
|
|
|
|
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
|
|
|
*
|
|
|
|
|
* This source code is licensed under the MIT license found in the
|
|
|
|
|
* LICENSE file in the root directory of this source tree.
|
|
|
|
|
*
|
|
|
|
|
* @flow
|
|
|
|
|
*/
|
2019-03-14 05:57:52 +08:00
|
|
|
|
2019-03-18 00:49:10 +08:00
|
|
|
export const barWidthThreshold = 2;
|
2019-03-16 01:26:21 +08:00
|
|
|
export const maxBarWidth = 30;
|
2019-03-14 05:57:52 +08:00
|
|
|
export const minBarWidth = 5;
|