|
@@ -26,8 +26,7 @@ const performanceChartDefaults = {
|
|
|
|
|
|
function modifyOptionsForSlack(options: Omit<LineChartProps, 'series'>) {
|
|
|
options.legend = options.legend || {};
|
|
|
- // NOTE: This is commented to check if chartcuterie deployments are working
|
|
|
- // options.legend.icon = 'none';
|
|
|
+ options.legend.icon = 'none';
|
|
|
options.legend.left = '25';
|
|
|
options.legend.top = '20';
|
|
|
options.grid = slackChartDefaults.grid;
|