Adrian Mróź

Results 114 comments of Adrian Mróź

> But how are the new complex measures persisted? From your comment, I assume the user would have to save the URL somewhere if they need to re-use the complex...

> Could you please explain why would you need a tradeoff for exploratory data analysis? The disadvantage is that you can't easily reuse measure like "Users minus Banned users". To...

I think we should let that for cube admin to decide. Add to config field for maxRows (need better name) with default - current 100. Question: should it be configured...

> Agree with @adrianmroz. Having an option per cube or globally on how many records should be included in the csv/tsv export would help a lot. I proposed configuration for...

You mean something like this: ![tooltip](https://user-images.githubusercontent.com/14370131/83129426-180dde00-a0dd-11ea-9641-a2333ec6dda9.gif) This is only case I could reproduce any weird behaviour. I agree that's not pretty, but it will take lower priority for now.

y-axis shift is because sometimes third series jumps in and modal doesn't fit anymore. I could shift it a little bit, not by whole height. But that's different behaviour than...

We should start implementing new features as new component. If we can handle view definition with new component - we will use it. If not, we fallback to old component....

### "Backlog" - [ ] split on time with optional second nominal split as alternative to line chart

It's just property `limits` in dimension configuration. I see it's not in the documentation. I'll add it tomorrow!

Looks like a bug. Right now produced css doesn't make sense: ```css .tile-row .items.excluded .values { text-decoration: line-through } ``` `.excluded` should be modyfing `tile` .not `.items` It should work...