Skip to content
Snippets Groups Projects
config.js 631 B
Newer Older
const config = {
  xAxisHeightPercentage: 0.08,
  temperatureScale: {
    defaultLow: 35,
    defaultHigh: 38,
Julia Friesel's avatar
Julia Friesel committed
    min: 34,
    max: 40,
    units: 0.1,
    verticalPadding: 0.03
  },
  symptoms: [
    'bleeding',
    'mucus',
    'cervix',
    'sex',
    'desire',
    'pain',
    'mood',
    'note'
  ],
config.columnMiddle = config.columnWidth / 2
export const ACTION_DELETE = 'delete'
export const ACTION_EXPORT = 'export'
export const ACTION_IMPORT = 'import'

export default config