Browse Source

Revert "chore(chartcuterie): Slightly Modify Styles to Test Charcuterie Deployments (#73337)"

This reverts commit 95550782162a3ecdca5f68c54bc46e292ffd2121.

Co-authored-by: iamrajjoshi <33237075+iamrajjoshi@users.noreply.github.com>
getsentry-bot 8 months ago
parent
commit
1283be2f0c

+ 1 - 2
static/app/chartcuterie/performance.tsx

@@ -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;

+ 1 - 2
static/app/views/performance/utils/getIntervalLine.tsx

@@ -161,8 +161,7 @@ export function getIntervalLine(
       formatter: `Baseline ${getPerformanceDuration(
         transformedTransaction.aggregate_range_1
       )}`,
-      // NOTE: Position is changed from insideStartBottom to insideStartTop to check if chartcuterie deployments are working
-      position: 'insideStartTop',
+      position: 'insideStartBottom',
     };
 
     periodDividingLine.markLine.lineStyle = {