You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In this examle, the x order gets lost in the pivot to support multiple y columns:
newDuckPlot(ddb).query("SELECT *, monthname(date) as month, month(date) as monthNum from weather ORDER BY monthNum").table("weather").x("month").y(["temp_min","temp_max"])// two columns breaks the x order.fy("location").options({
width
}).mark("line").render()
The text was updated successfully, but these errors were encountered:
In this examle, the x order gets lost in the pivot to support multiple y columns:
The text was updated successfully, but these errors were encountered: