[GitHub] coveralls commented on issue #3283: [bugfix] errors don't bubble up in explore view

2017-08-11 Thread git
coveralls commented on issue #3283: [bugfix] errors don't bubble up in explore view URL: https://github.com/apache/incubator-superset/pull/3283#issuecomment-321948595 [![Coverage Status](https://coveralls.io/builds/12805404/badge)](https://coveralls.io/builds/12805404) Coverage

[GitHub] coveralls commented on issue #3283: [bugfix] errors don't bubble up in explore view

2017-08-11 Thread git
coveralls commented on issue #3283: [bugfix] errors don't bubble up in explore view URL: https://github.com/apache/incubator-superset/pull/3283#issuecomment-321948593 [![Coverage Status](https://coveralls.io/builds/12805404/badge)](https://coveralls.io/builds/12805404) Coverage

[GitHub] mistercrunch opened a new pull request #3283: [bugfix] errors don't bubble up in explore view

2017-08-11 Thread git
mistercrunch opened a new pull request #3283: [bugfix] errors don't bubble up in explore view URL: https://github.com/apache/incubator-superset/pull/3283 Looks like bug was introduced in https://github.com/apache/incubator-superset/pull/3088 @graceguo-supercat -

[GitHub] mistercrunch commented on issue #3059: Cannot create sankey diagrams with more than two source/target dimensions

2017-08-11 Thread git
mistercrunch commented on issue #3059: Cannot create sankey diagrams with more than two source/target dimensions URL: https://github.com/apache/incubator-superset/issues/3059#issuecomment-321942519 The data needs to be prepared in a source->target way. Parent-child if you prefer. To do a

[GitHub] mistercrunch closed pull request #3031: Improve superset list view content layout

2017-08-11 Thread git
mistercrunch closed pull request #3031: Improve superset list view content layout URL: https://github.com/apache/incubator-superset/pull/3031 This is an automated message from the Apache Git Service. To respond to the messa

[GitHub] coveralls commented on issue #3031: Improve superset list view content layout

2017-08-11 Thread git
coveralls commented on issue #3031: Improve superset list view content layout URL: https://github.com/apache/incubator-superset/pull/3031#issuecomment-321933305 [![Coverage Status](https://coveralls.io/builds/12804037/badge)](https://coveralls.io/builds/12804037) Coverage remain

[GitHub] wzhang0 commented on issue #3059: Cannot create sankey diagrams with more than two source/target dimensions

2017-08-11 Thread git
wzhang0 commented on issue #3059: Cannot create sankey diagrams with more than two source/target dimensions URL: https://github.com/apache/incubator-superset/issues/3059#issuecomment-321919169 I had the same problem before, and get fixed by restructure my data set by UNION. Try the fo

[GitHub] wzhang0 commented on issue #3059: Cannot create sankey diagrams with more than two source/target dimensions

2017-08-11 Thread git
wzhang0 commented on issue #3059: Cannot create sankey diagrams with more than two source/target dimensions URL: https://github.com/apache/incubator-superset/issues/3059#issuecomment-321914740 I had the same problem before, and get fixed by correcting the data set structure. You should us

[GitHub] wzhang0 commented on issue #3059: Cannot create sankey diagrams with more than two source/target dimensions

2017-08-11 Thread git
wzhang0 commented on issue #3059: Cannot create sankey diagrams with more than two source/target dimensions URL: https://github.com/apache/incubator-superset/issues/3059#issuecomment-321914740 I had the same problem before, and get fixed by correcting the data set structure. You should us

[GitHub] shrutimkrishnan commented on issue #3269: Put filters in an array instead of filters on strings only on Dashboard

2017-08-11 Thread git
shrutimkrishnan commented on issue #3269: Put filters in an array instead of filters on strings only on Dashboard URL: https://github.com/apache/incubator-superset/issues/3269#issuecomment-321868412 Gives an error message - _'dict' object does not support indexing_ --

[GitHub] shrutimkrishnan commented on issue #3269: Put filters in an array instead of filters on strings only on Dashboard

2017-08-11 Thread git
shrutimkrishnan commented on issue #3269: Put filters in an array instead of filters on strings only on Dashboard URL: https://github.com/apache/incubator-superset/issues/3269#issuecomment-321868412 @mistercrunch Gives an error message - _'dict' object does not support indexing_ ---

[GitHub] DaanNusman commented on issue #2167: Full screen support for dashboard

2017-08-11 Thread git
DaanNusman commented on issue #2167: Full screen support for dashboard URL: https://github.com/apache/incubator-superset/issues/2167#issuecomment-321847731 You could add some CSS to the board that removes the top navigantion bar, i.e., ``` .top { display : none; }

[GitHub] mistercrunch closed issue #504: Access control on the explore page

2017-08-11 Thread git
mistercrunch closed issue #504: Access control on the explore page URL: https://github.com/apache/incubator-superset/issues/504 This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] mistercrunch commented on issue #3269: Put filters in an array instead of filters on strings only on Dashboard

2017-08-11 Thread git
mistercrunch commented on issue #3269: Put filters in an array instead of filters on strings only on Dashboard URL: https://github.com/apache/incubator-superset/issues/3269#issuecomment-321847317 there's a `like` option in the dropdown, what about picking that and writing `%A1%`? --

[GitHub] mistercrunch closed pull request #3281: [markup] fix CSS, remove scrollbar

2017-08-11 Thread git
mistercrunch closed pull request #3281: [markup] fix CSS, remove scrollbar URL: https://github.com/apache/incubator-superset/pull/3281 This is an automated message from the Apache Git Service. To respond to the message, plea

[GitHub] mistercrunch commented on issue #2331: Druid v0.6 compatibility

2017-08-11 Thread git
mistercrunch commented on issue #2331: Druid v0.6 compatibility URL: https://github.com/apache/incubator-superset/pull/2331#issuecomment-321843655 Sorry it's hard to keep up with so many PRs, hopefully we can ramp up more committers/maintainers soon. -

Responsive Embedded Dashboards

2017-08-11 Thread Andrew Troiano
It looks like all the code to embed slices are in I-Frames. I need to embed a dashboard (preferably) in a web app so it can be responsive. Is there a way to embed without having to use an i-frame?

[GitHub] shrutimkrishnan commented on issue #3269: Put filters in an array instead of filters on strings only on Dashboard

2017-08-11 Thread git
shrutimkrishnan commented on issue #3269: Put filters in an array instead of filters on strings only on Dashboard URL: https://github.com/apache/incubator-superset/issues/3269#issuecomment-321759056 Need to give the user the ability to filter A1 or A2 on their own from the filter slice...

[GitHub] shrutimkrishnan commented on issue #3269: Put filters in an array instead of filters on strings only on Dashboard

2017-08-11 Thread git
shrutimkrishnan commented on issue #3269: Put filters in an array instead of filters on strings only on Dashboard URL: https://github.com/apache/incubator-superset/issues/3269#issuecomment-321759056 @mistercrunch Need to give the user the ability to filter A1 or A2 on their own from the f

[GitHub] shrutimkrishnan commented on issue #504: Access control on the explore page

2017-08-11 Thread git
shrutimkrishnan commented on issue #504: Access control on the explore page URL: https://github.com/apache/incubator-superset/issues/504#issuecomment-321758660 @mistercrunch yup exactly, saw you're taking this feature on in the other entry so thanks a lot! _Sent from my Google Pixel

[GitHub] dimaslv commented on issue #2331: Druid v0.6 compatibility

2017-08-11 Thread git
dimaslv commented on issue #2331: Druid v0.6 compatibility URL: https://github.com/apache/incubator-superset/pull/2331#issuecomment-321743852 As I have not received answers to my questions for 5 months, I assume that you are not interested in those patches. Once anyone will speak to me aga