File tree Expand file tree Collapse file tree 1 file changed +14
-4
lines changed
Expand file tree Collapse file tree 1 file changed +14
-4
lines changed Original file line number Diff line number Diff line change @@ -1923,17 +1923,27 @@ const isSparklineLayout = shallowRef(false)
19231923 "
19241924 >
19251925 <ClientOnly v-if =" chartData.dataset" >
1926- <div v-if =" isSparklineLayout" id =" split-chart-layout-panel" role =" tabpanel"
1927- aria-labelledby =" split-chart-layout-tab" >
1926+ <div
1927+ v-if =" isSparklineLayout"
1928+ id =" split-chart-layout-panel"
1929+ role =" tabpanel"
1930+ aria-labelledby =" split-chart-layout-tab"
1931+ >
19281932 <ChartSplitSparkline
19291933 :dataset =" normalisedDataset"
19301934 :dates =" chartData.dates"
19311935 :datetimeFormatterOptions
19321936 />
19331937 </div >
19341938
1935- <div :data-pending =" pending" :data-minimap-visible =" maxDatapoints > 6" v-else id =" combined-chart-layout-panel" role =" tabpanel"
1936- aria-labelledby =" combined-chart-layout-tab" >
1939+ <div
1940+ :data-pending =" pending"
1941+ :data-minimap-visible =" maxDatapoints > 6"
1942+ v-else
1943+ id =" combined-chart-layout-panel"
1944+ role =" tabpanel"
1945+ aria-labelledby =" combined-chart-layout-tab"
1946+ >
19371947 <VueUiXy
19381948 :dataset =" normalisedDataset"
19391949 :config =" chartConfig"
You can’t perform that action at this time.
0 commit comments