From cf4f05efbc79d7e69db1d09d5161c6982819c484 Mon Sep 17 00:00:00 2001 From: "Kyuhyun Byun(Bien)" Date: Wed, 22 Jun 2022 22:14:24 +0900 Subject: [PATCH] docs(featureflags): add GENERIC_CHART_AXES flag (#20446) * doc(featureflags): add GENERIC_CHART_AXES flag * move GENERIC_CHART_AXES into testing stage --- RESOURCES/FEATURE_FLAGS.md | 1 + 1 file changed, 1 insertion(+) diff --git a/RESOURCES/FEATURE_FLAGS.md b/RESOURCES/FEATURE_FLAGS.md index 26ac6bfde9435..9ae6a9be53368 100644 --- a/RESOURCES/FEATURE_FLAGS.md +++ b/RESOURCES/FEATURE_FLAGS.md @@ -43,6 +43,7 @@ These features are **finished** but currently being tested. They are usable, but - GLOBAL_ASYNC_QUERIES [(docs)](https://github.com/apache/superset/blob/master/CONTRIBUTING.md#async-chart-queries) - VERSIONED_EXPORT - ENABLE_JAVASCRIPT_CONTROLS +- GENERIC_CHART_AXES ## Stable These features flags are **safe for production** and have been tested.