Skip to content

Commit

Permalink
[XY] Enables page reload toast for the legacyChartsLibrary setting (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
stratoula authored Feb 25, 2021
1 parent 5c0f304 commit 1c1634f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/plugins/vis_type_xy/server/plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ export const uiSettingsConfig: Record<string, UiSettingsParams<boolean>> = {
name: i18n.translate('visTypeXy.advancedSettings.visualization.legacyChartsLibrary.name', {
defaultMessage: 'Legacy charts library',
}),
requiresPageReload: true,
value: false,
description: i18n.translate(
'visTypeXy.advancedSettings.visualization.legacyChartsLibrary.description',
Expand Down

0 comments on commit 1c1634f

Please sign in to comment.