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 2018/08/22 21:08:33 UTC

[GitHub] HectorLira commented on issue #5700: Error when trying to visualize 'Time Series - Line Chart' -- Error message is unclear

HectorLira commented on issue #5700: Error when trying to visualize 'Time Series - Line Chart' -- Error message is unclear
URL: https://github.com/apache/incubator-superset/issues/5700#issuecomment-415180738
 
 
   So, I managed to find a solution. Looking at the discussion in Issue [#4770](https://github.com/apache/incubator-superset/issues/4770), it didn't feel quite the same issue as the one displayed here.
   
   This is how I managed to solve it:
   
   1. I went to the tab 'Charts'
   2. I clicked on 'Edit records' in the corresponding chart
   3. In the 'Parameters' section, I looked for the variable with name 'label' and changed it from `SUM(weekly_returning_users)` to `sum(weekly_returning_users)`
   ![image](https://user-images.githubusercontent.com/32204890/44491042-9a728f80-a625-11e8-917c-c16d647786d0.png)
   
   
   Comparing to Issue #4770, I am editing the labels used in the Chart and not the datasource column names.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

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