From 25dadd16017a93d982169c20b1e5b3e2f9a250e4 Mon Sep 17 00:00:00 2001 From: Jose Rodolfo Freitas Date: Mon, 2 Sep 2024 11:00:26 +0200 Subject: [PATCH] Update zoom on mouse title --- docs/src/components/pricing/PricingTable.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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}