File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
src/app/components/StateRoute/AxMap Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -295,6 +295,10 @@ export default function AxTree(props) {
295
295
setStepPercent = { setStepPercent }
296
296
/>
297
297
298
+ < button id = 'axLegendButton' onClick = { ( ) => dispatch ( renderAxLegend ( ) ) } >
299
+ Generate Ax Tree Legend
300
+ </ button >
301
+
298
302
{ /* svg references purple background */ }
299
303
< svg ref = { containerRef } width = { totalWidth } height = { totalHeight + 0 } >
300
304
< LinearGradient id = 'root-gradient' from = '#488689' to = '#3c6e71' />
@@ -491,10 +495,6 @@ export default function AxTree(props) {
491
495
{ axLegendButtonClicked ?
492
496
< AxLegend /> : ''
493
497
}
494
-
495
- < button id = 'axLegendButton' onClick = { ( ) => dispatch ( renderAxLegend ( ) ) } >
496
- Generate Ax Tree Legend
497
- </ button >
498
498
</ div >
499
499
500
500
</ div >
You can’t perform that action at this time.
0 commit comments