Rename chartLibrary setting to legacyChartsLibrary#86529
Rename chartLibrary setting to legacyChartsLibrary#86529nickofthyme merged 3 commits intoelastic:masterfrom
Conversation
| defaultMessage: 'Charts library', | ||
| [LEGACY_CHARTS_LIBRARY]: { | ||
| name: i18n.translate('visTypeXy.advancedSettings.visualization.legacyChartsLibrary.name', { | ||
| defaultMessage: 'Legact charts library', |
|
@nickofthyme something goes wrong. I have the switch to on but I see the new implementation. It seems that it works the opposite that it says. |
Yeah sorry for the confusion, I should have done this before merging the main pr. This is just to rename the setting so that I can also backport this pr to Then once this is merged I will enable the setting to show the new implementation. See #86538 Update: I see, the setting doesn't trigger the new chart library when disabled... |
|
Ugh forgot to flip the check in the plugin setup... fixed here ff8b456 |
stratoula
left a comment
There was a problem hiding this comment.
And now it works 😄 Code LGTM. Tested in chrome and the setting works fine!
|
Thanks for that, I was scared the functional tests were all starting to fail 😱 |
|
I am pretty sure that now they will pass 😆 |
💚 Build SucceededMetrics [docs]Distributable file count
Page load bundle
History
To update your PR or re-run it, just comment with: |
* master: (48 commits) Fix request with disabled aggregation (elastic#85696) [Security Solution][Detections][Threshold Rules] Threshold Rule Bug Fixes (elastic#84918) Removed a possibility to define two different names for Alert types on API and UI level. (elastic#86236) Bump Node.js from version 14.15.2 to 14.15.3 (elastic#86593) [index patterns] Fleep app - Keep saved object field list until field caps provides fields (elastic#85370) [Security Solutions] fix timeline tabs + layout (elastic#86581) Upgrade to hapi version 20 (elastic#85406) App Services: Remove remaining uiActions, expressions, data, embeddable circular dependencies. (elastic#82791) Rename chartLibrary setting to legacyChartsLibrary (elastic#86529) [CI] TeamCity updates (elastic#85843) [Maps] Use Json for mvt-tests (elastic#86492) [Rollup Jobs] Added autofocus to cron editor (elastic#86324) [Monitoring][Alerting] CCR read exceptions alert (elastic#85908) [CI] Bump memory for main CI workers (elastic#86541) Explicitly set Elasticsearch heap size during CI and local development (elastic#86513) [App Search] Updates to results on the documents view (elastic#86181) [Discover] Change default sort handling (elastic#85561) [App Search] Convert DocumentCreationModal to DocumentCreationFlyout (elastic#86508) [App Search] Sample Engines should have access to the Crawler (elastic#86502) Fixed duplication of create new modal (elastic#86489) ...
|
Friendly reminder: Looks like this PR hasn’t been backported yet. |
3 similar comments
|
Friendly reminder: Looks like this PR hasn’t been backported yet. |
|
Friendly reminder: Looks like this PR hasn’t been backported yet. |
|
Friendly reminder: Looks like this PR hasn’t been backported yet. |
|
Friendly reminder: Looks like this PR hasn’t been backported yet. |
6 similar comments
|
Friendly reminder: Looks like this PR hasn’t been backported yet. |
|
Friendly reminder: Looks like this PR hasn’t been backported yet. |
|
Friendly reminder: Looks like this PR hasn’t been backported yet. |
|
Friendly reminder: Looks like this PR hasn’t been backported yet. |
|
Friendly reminder: Looks like this PR hasn’t been backported yet. |
|
Friendly reminder: Looks like this PR hasn’t been backported yet. |
|
@nickofthyme this needs backport right? |
|
Yes, thanks for the reminder. |
|
Looks like this PR has a backport PR but it still hasn't been merged. Please merge it ASAP to keep the branches relatively in sync. |
Summary
This PR renames the current advance setting
visualization:visualize:chartsLibrarytovisualization:visualize:legacyChartsLibrary. This change reversed the previous behavior and is now enabled by default.Additional cleanup of copy material and testing comments to reflect change.
A follow-up PR will disable this setting in
masterChecklist