In Vegalite, I want to display label on y axis on the basis of specific field(y_field_name) and encoding calculation y value is different field(y_axis_field) .
example :-- in the provided editor link i use "y_axis_field" for y axis field but i want to use field name "y_field_name" for the label expression, such that y axis use one data field for mapping the values with the another axis and another field to show the label-expression.. basically i want to use two fields for y axis ie one for using their values and second for label expression.. How this thing can be possible in vegalite..
Please help me. Thanks in advance..
Here I cancat the values and split them after. It's a trick I use quite often since labels are limited to the axis value.