File tree Expand file tree Collapse file tree 1 file changed +1
-9
lines changed
src/app/components/StateRoute/AxMap Expand file tree Collapse file tree 1 file changed +1
-9
lines changed Original file line number Diff line number Diff line change @@ -318,14 +318,6 @@ export default function AxTree(props) {
318318 populateNodeAxArr ( rootAxNode ) ;
319319 console . log ( 'nodeAxArr: ' , nodeAxArr ) ;
320320
321- const {
322- containerRef // Access to the container's bounding box. This will be empty on first render.
323- } = useTooltipInPortal ( {
324- // Visx hook
325- detectBounds : true , // use TooltipWithBounds
326- scroll : true , // when tooltip containers are scrolled, this will correctly update the Tooltip position
327- } ) ;
328-
329321 // ax Legend
330322 const { axLegendButtonClicked } = useSelector ( ( state : RootState ) => state . axLegend ) ;
331323 const dispatch = useDispatch ( ) ;
@@ -614,7 +606,7 @@ export default function AxTree(props) {
614606 < strong > { JSON . stringify ( tooltipData [ 'name' ] . value ) } </ strong >
615607 </ div >
616608 < div >
617- < ToolTipDataDisplay containerName = 'Ax State ' dataObj = { tooltipData } />
609+ < ToolTipDataDisplay containerName = 'Ax Node Info ' dataObj = { tooltipData } />
618610 { /* <ToolTipDataDisplay containerName='State'dataObj={tooltipData}/> */ }
619611 </ div >
620612 </ div >
You can’t perform that action at this time.
0 commit comments