export const DDM_CHART_GROUP = 'ddm_chart_group';

export const MIN_WIDGET_WIDTH = 400;

export const DEFAULT_SORT_STATE = {
  name: 'name',
  order: 'asc',
};