diff --git a/docs/src/components/pricing/PricingTable.tsx b/docs/src/components/pricing/PricingTable.tsx index 2eae0b8bb478f9..bf9d85fa1a1697 100644 --- a/docs/src/components/pricing/PricingTable.tsx +++ b/docs/src/components/pricing/PricingTable.tsx @@ -588,7 +588,7 @@ const rowHeaders: Record = { // charts - features 'charts/legend': , 'charts/tooltip': , - 'charts/mouse-zoom': , + 'charts/zoom-and-pan': , 'charts/export': , // charts - datagrid 'charts/cell-with-charts': ( @@ -778,7 +778,7 @@ const communityData: Record = { // charts - features 'charts/legend': yes, 'charts/tooltip': yes, - 'charts/mouse-zoom': no, + 'charts/zoom-and-pan': no, 'charts/export': no, // charts - datagrid 'charts/cell-with-charts': yes, @@ -880,7 +880,7 @@ const proData: Record = { // charts - features 'charts/legend': yes, 'charts/tooltip': yes, - 'charts/mouse-zoom': yes, + 'charts/zoom-and-pan': yes, 'charts/export': pending, // charts - datagrid 'charts/cell-with-charts': yes, @@ -981,7 +981,7 @@ const premiumData: Record = { // charts - features 'charts/legend': yes, 'charts/tooltip': yes, - 'charts/mouse-zoom': yes, + 'charts/zoom-and-pan': yes, 'charts/export': pending, // charts - datagrid 'charts/cell-with-charts': yes, @@ -1580,7 +1580,7 @@ export default function PricingTable({ {divider} {renderNestedRow('charts/tooltip')} {divider} - {renderNestedRow('charts/mouse-zoom')} + {renderNestedRow('charts/zoom-and-pan')} {divider} {renderNestedRow('charts/export')} {divider}