import { Meta } from '@storybook/addon-docs'; import Link from '@cloudscape-design/components/link'; import { Prism as SyntaxHighlighter } from 'react-syntax-highlighter'; # Migrating from NorthStar legacy - AreaChart Use Cloudscape AreaChart component ## Update Import ```diff - import AreaChart from 'aws-northstar/charts/AreaChart'; + import AreaChart from '@cloudscape-design/components/area-chart'; ``` export const Component = () => { return ; };