@@ -10,8 +10,8 @@ export const DEFAULT_FONT_FAMILY = 'sans-serif';
* Size configuration for SLACK_* type charts
*/
export const slackChartSize = {
- height: 200,
- width: 600,
+ height: 150,
+ width: 450,
};
export const slackGeoChartSize = {