Forum Discussion
Deneb - Independent Y-Axis Field on a facetted plot
- 3 years ago
Thanks hsavy, is this more of what you're after? I simply updated the resolve to set the scale as independent, as opposed to the axis. Let me know if you're trying to do something else.
"resolve": {"scale": {"y": "independent"}}
hsavy I believe so. Can you share the formula that you tried to implement for calculated_height? This may be doable by manipulating the y-scale output range values.
Or a better option is to probably use step for the height instead of a fixed value. See here and let me know.
giammariam I couldn't find exactly what I've tried but it was something like :
"transform" : [
{"calcultate" : length("List_of_version"), "as" calculated_height}
]
But it couldn't work correctly in this version, rising the error : height as to be constant.
When I try to put a step height in my facet spec, the error raising is "missing child_height signal".
I am currently looking for an other solution