plotly.js v1.18.0 now ships with filter and groupby transforms. Transforms are a new plotly.js abstractions - they are incompatible with the current plotly.py plot-schema-to-graph-object logic.
In brief, any trace can now include a "transforms" list where each item is a dict with attributes. See example in js: http://codepen.io/etpinard/pen/dpKLpq
cc @Kully @theengineear @chriddyp
plotly.js
v1.18.0now ships with filter and groupby transforms. Transforms are a new plotly.js abstractions - they are incompatible with the current plotly.py plot-schema-to-graph-object logic.In brief, any trace can now include a
"transforms"list where each item is a dict with attributes. See example in js: http://codepen.io/etpinard/pen/dpKLpqcc @Kully @theengineear @chriddyp