You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by jo...@apache.org on 2023/12/07 17:53:40 UTC

(superset) branch master updated: chore: Adds note about numerical x-axis (#26208)

This is an automated email from the ASF dual-hosted git repository.

johnbodley pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git


The following commit(s) were added to refs/heads/master by this push:
     new b4a35e624b chore: Adds note about numerical x-axis (#26208)
b4a35e624b is described below

commit b4a35e624b1bb37774aa290018383bbd2bf73ac2
Author: Michael S. Molina <70...@users.noreply.github.com>
AuthorDate: Thu Dec 7 14:53:33 2023 -0300

    chore: Adds note about numerical x-axis (#26208)
    
    Co-authored-by: John Bodley <45...@users.noreply.github.com>
---
 UPDATING.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/UPDATING.md b/UPDATING.md
index 542938c35b..b5c48924b7 100644
--- a/UPDATING.md
+++ b/UPDATING.md
@@ -24,6 +24,7 @@ assists people when migrating to a new version.
 
 ## Next
 
+- [26034](https://github.com/apache/superset/issues/26034): Fixes a problem where numeric x-axes were being treated as categorical values. As a consequence of that, the way labels are displayed might change given that ECharts has a different treatment for numerical and categorical values. To revert to the old behavior, users need to manually convert numerical columns to text so that they are treated as categories. Check https://github.com/apache/superset/issues/26159 for more details.
 - [24657](https://github.com/apache/superset/pull/24657): Bumps the cryptography package to augment the OpenSSL security vulnerability.
 
 ### Breaking Changes