Adrian Mróź
Adrian Mróź
https://github.com/implydata/plywood/blob/master/src/expressions/timeBucketExpression.ts#L47 Plywood requires Duration to be floor able to create TimeBucket. I don't think we can bypass that.
This library is also not in our control. Maybe we should create ticket in plywood repo? Chronoshift is also supported by them.
Let's see what happens: https://github.com/implydata/plywood/issues/180
I'm wondering if we should match anything specific there? We wan't to pick `viewBox` attribute and pass it further. By the way original code looks weird. It matches `viewBox`, strips...
bubble charts or better scatterplot would work better if we have categorical data as points and axis with continuous measures. We first need to figure out how we could define...
Sample output: ``` { allowSelectQueries: true attributeOverrides: [] context: {priority: 10, timeout: 40000} engine: "druid" filter: {op: "literal", value: false} rawAttributes: [{name: "__time", type: "TIME", nativeType: "__time",…},…] source: "" version:...
Hm? But dragging Dimension on visualisation will cause to replace all splits with this dimension. I think analogous behaviour with Measure would be consistent.
Druid request decorator takes only these props: https://github.com/implydata/plywood-druid-requester/blob/master/src/druidRequester.ts#L59...L63 It does not have access to any dynamic values which are under turnip control besides query. I don't think it's Turnilo responsibility...
You can't. I think Discussions would be better suited for such questions. Keep issues for bug reports and feature requests.
> Perhaps Turnilo could set locale based on browser preferences (http headers) Nope, don't do this. Let user pick locale. Default is provided by configuration. Just like timezone. > I'm...