turnilo
turnilo copied to clipboard
Create lazy getter for DataSetWithTabOptions in cube-view
Let's merge it as temporary solution for #536
Check scenario: full reload, viz registers downloadable dataset, click on share menu, check if everything is wired correctly e.g. if file downloads
Lets kill this PR. We should lift dataset
from BaseVisualisation
to CubeView
so we don't need to "register" datasets. It is unwieldy. We would need some small change to visualisations. Lets drop "derivedState" and just memoize this transformation inside component. So when new dataset comes to visualisation, it can call this transformation and get derived dataset.