Browse Source

feat(charts): Decrease size of chartcuterie charts in slack (#34837)

Scott Cooper 2 years ago
parent
commit
e402a7d645
1 changed files with 2 additions and 2 deletions
  1. 2 2
      static/app/chartcuterie/slack.tsx

+ 2 - 2
static/app/chartcuterie/slack.tsx

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