File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed
Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -1390,7 +1390,9 @@ const chartConfig = computed<VueUiXyConfig>(() => {
13901390 theme: isDarkMode .value ? ' dark' : (' ' as VueDataUiTheme ),
13911391 a11y: {
13921392 translations: {
1393- keyboardNavigation: $t (' package.trends.chart_assistive_text.keyboard_navigation_horizontal' ),
1393+ keyboardNavigation: $t (
1394+ ' package.trends.chart_assistive_text.keyboard_navigation_horizontal' ,
1395+ ),
13941396 tableAvailable: $t (' package.trends.chart_assistive_text.table_available' ),
13951397 tableCaption: $t (' package.trends.chart_assistive_text.table_caption' ),
13961398 },
Original file line number Diff line number Diff line change @@ -163,7 +163,9 @@ const chartConfig = computed<VueUiXyConfig>(() => {
163163 theme: isDarkMode .value ? ' dark' : ' ' ,
164164 a11y: {
165165 translations: {
166- keyboardNavigation: $t (' package.trends.chart_assistive_text.keyboard_navigation_horizontal' ),
166+ keyboardNavigation: $t (
167+ ' package.trends.chart_assistive_text.keyboard_navigation_horizontal' ,
168+ ),
167169 tableAvailable: $t (' package.trends.chart_assistive_text.table_available' ),
168170 tableCaption: $t (' package.trends.chart_assistive_text.table_caption' ),
169171 },
Original file line number Diff line number Diff line change @@ -315,7 +315,9 @@ const config = computed<VueUiSparklineConfig>(() => {
315315 return {
316316 a11y: {
317317 translations: {
318- keyboardNavigation: $t (' package.trends.chart_assistive_text.keyboard_navigation_horizontal' ),
318+ keyboardNavigation: $t (
319+ ' package.trends.chart_assistive_text.keyboard_navigation_horizontal' ,
320+ ),
319321 tableAvailable: $t (' package.trends.chart_assistive_text.table_available' ),
320322 tableCaption: $t (' package.trends.chart_assistive_text.table_caption' ),
321323 },
You can’t perform that action at this time.
0 commit comments