|
@@ -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 = {
|