docs(featureflags): add GENERIC_CHART_AXES flag (#20446)

* doc(featureflags): add GENERIC_CHART_AXES flag

* move GENERIC_CHART_AXES into testing stage
This commit is contained in:
Kyuhyun Byun(Bien) 2022-06-22 22:14:24 +09:00 committed by GitHub
parent a833674a8d
commit cf4f05efbc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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.