How can I change the labels on Pie in Cavas.
and I want to have "car" and "bus" instead of 1 and 2.
I should change this's :
filters
| essql
query="SELECT SUM(Produced) AS Production,typ FROM \"data*\"
WHERE QUERY ('pxp')
AND event = 'ab'
AND typ >0
GROUP BY typ "
| pointseries color="typ" size="Production"
| pie legend=false labels=true
font={font align="center" color="#FFFFFF" family="'Open Sans', Helvetica, Arial, sans-serif" italic=false size=24 underline=false weight="normal"} labels=true hole=0 labelRadius=48 radius=1 tilt=1 seriesStyle={seriesStyle label="1" color="#1785b0"}
seriesStyle={seriesStyle label="2" color="#1ea6dc"}
| render
Could anyone help me ? I can not it solve.