natashamathur opened a new issue #5336: Is there a way to impose a limit on a pie chart? URL: https://github.com/apache/incubator-superset/issues/5336 I'm trying to make a pie chart of the following query: SELECT Thing, NumOfThing FROM Table WHERE id = "id#" GROUP BY Thing ORDER BY NumOfThing DESC LIMIT 5 I first tried to do it through the superset query options themselves, but was unable to set the limit at 5 - I keep on getting all (there are 100) of the possible "Things". I then tried to insert the query into the SQL editor and "Visualize" it, but then it doesn't seem to be adjusting by node_id. Any suggestions?
---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
