diff --git a/packages/core/src/components/TrendLine/TrendLine.stories.tsx b/packages/core/src/components/TrendLine/TrendLine.stories.tsx
index 855b14207c..fab5388c81 100644
--- a/packages/core/src/components/TrendLine/TrendLine.stories.tsx
+++ b/packages/core/src/components/TrendLine/TrendLine.stories.tsx
@@ -16,28 +16,75 @@
import React from 'react';
import TrendLine from '.';
+import SortableTable from 'components/SortableTable';
+import InfoCard from 'layout/InfoCard';
export default {
title: 'TrendLine',
component: TrendLine,
};
-const width = 140;
+const containerStyle = { width: 600 };
+
+const data = [
+ {
+ stock: 'A',
+ day: