File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -1926,8 +1926,8 @@ const isSparklineLayout = shallowRef(false)
19261926 <div
19271927 v-if =" isSparklineLayout"
19281928 id =" split-chart-layout-panel"
1929- role =" tabpanel"
1930- aria-labelledby =" split-chart-layout-tab"
1929+ : role =" isMultiPackageMode ? ' tabpanel' : undefined "
1930+ : aria-labelledby =" isMultiPackageMode ? ' split-chart-layout-tab' : undefined "
19311931 >
19321932 <ChartSplitSparkline
19331933 :dataset =" normalisedDataset"
@@ -1941,8 +1941,8 @@ const isSparklineLayout = shallowRef(false)
19411941 :data-minimap-visible =" maxDatapoints > 6"
19421942 v-else
19431943 id =" combined-chart-layout-panel"
1944- role =" tabpanel"
1945- aria-labelledby =" combined-chart-layout-tab"
1944+ : role =" isMultiPackageMode ? ' tabpanel' : undefined "
1945+ : aria-labelledby =" isMultiPackageMode ? ' combined-chart-layout-tab' : undefined "
19461946 >
19471947 <VueUiXy
19481948 :dataset =" normalisedDataset"
You can’t perform that action at this time.
0 commit comments