You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2022/05/16 06:49:10 UTC

[GitHub] [superset] cloainbuffer opened a new issue, #20074: [GENERIC_CHART_AXES] When timestamp values with dataset labels, timestamp format is not working #bug #v1.5

cloainbuffer opened a new issue, #20074:
URL: https://github.com/apache/superset/issues/20074

   A clear and concise description of what the bug is.
   
   #### How to reproduce the bug
   
   1. Make Dataset and add label on timestamp column
   2. Set X-AXIS to labeled timestamp column
   
   ### Expected results
   X-AXIS show formatted data by D3 format rule 
   
   ### Actual results
   When dataset columns add label, generic chart x axis cannot adjust timestamp format
   
   #### Screenshots
   
   ![superset_bug_report](https://user-images.githubusercontent.com/82880157/168534358-b0db166f-36c7-4d7b-af4a-8dcd8b824cf1.gif)
   
   
   ### Environment
   
   "GLOBAL_ASYNC_QUERIES": False,
   "ENABLE_TEMPLATE_PROCESSING": True,
   "ENABLE_TEMPLATE_REMOVE_FILTERS": True,
   "DASHBOARD_NATIVE_FILTERS": True,
   "DASHBOARD_NATIVE_FILTERS_SET": True,
   "ENABLE_EXPLORE_DRAG_AND_DROP": True,
   "ENABLE_DND_WITH_CLICK_UX": True,
   "OMNIBAR": True,
   "GENERIC_CHART_AXES": True,
   "DASHBOARD_CACHE": True,
   
   ### Checklist
   
   - [x]  I have checked the superset logs for python stacktraces and included it here as text if there are any. 
   - [x] I have checked the issue tracker for the same issue and I haven't found one similar. 
   
   
   ### Additional context
   Here is output query
   `
   SELECT DATE_TRUNC('day', date) AS date,
          sum(sales_dollar_amount) AS "SUM(sales_dollar_amount)"
   FROM schm."ek_store_sales_BASE_S"
   GROUP BY DATE_TRUNC('day', date)
   ORDER BY "SUM(sales_dollar_amount)" DESC
   LIMIT 10000;
   `
   
   It seems like generic chart cannot read label on dataset 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [superset] zhaoyongjie closed issue #20074: [GENERIC_CHART_AXES] When timestamp values with dataset labels, timestamp format is not working #bug

Posted by GitBox <gi...@apache.org>.
zhaoyongjie closed issue #20074: [GENERIC_CHART_AXES]  When timestamp values with dataset labels, timestamp format is not working  #bug
URL: https://github.com/apache/superset/issues/20074


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org