diff --git a/docs/src/components/pricing/PricingTable.tsx b/docs/src/components/pricing/PricingTable.tsx index ee3528373ca17d..deaab6018eb82f 100644 --- a/docs/src/components/pricing/PricingTable.tsx +++ b/docs/src/components/pricing/PricingTable.tsx @@ -803,7 +803,7 @@ const proData: Record = { 'charts/radar': yes, 'charts/funnel': yes, - 'charts/sankey': pending, + 'charts/sankey': yes, 'charts/gantt': no, 'charts/gantt-advanced': no, 'charts/candlestick': no, @@ -908,7 +908,7 @@ const premiumData: Record = { 'charts/treemap': pending, 'charts/radar': yes, 'charts/funnel': yes, - 'charts/sankey': pending, + 'charts/sankey': yes, 'charts/gantt': pending, 'charts/gantt-advanced': toBeDefined, 'charts/candlestick': toBeDefined, @@ -1013,7 +1013,7 @@ const enterpriseData: Record = { 'charts/treemap': pending, 'charts/radar': yes, 'charts/funnel': yes, - 'charts/sankey': pending, + 'charts/sankey': yes, 'charts/gantt': pending, 'charts/gantt-advanced': toBeDefined, 'charts/candlestick': toBeDefined, @@ -1554,10 +1554,10 @@ export default function PricingTable({ {divider} {renderNestedRow('charts/funnel')} {divider} - {renderNestedRow('charts/treemap')} - {divider} {renderNestedRow('charts/sankey')} {divider} + {renderNestedRow('charts/treemap')} + {divider} {renderNestedRow('charts/gantt')} {divider} {renderNestedRow('charts/gantt-advanced')}