Aditya Hegde

Results 35 comments of Aditya Hegde

Closing this as it is outdated. We can revisit this once we have a way to seed metrics project locally.

This sadly conflicts heavily with https://github.com/rilldata/rill/pull/7062. I am getting rid of the intermediate step in there already. This would be redundant.

Even in non-embed it would do a full page refresh. So I opted to always use `goto`. There is a safeguard for `cmd/ctrl+click` in embedded context. There is another option...

Converting to draft since a developer will revisit this.

@ericpgreen2 The explain button is rendered outside the `SimpleDataGraphic` wrapper that provides the settings needed to calculate x and y. So the calculation needs to happen in `MeasureSelection` that is...