v0.2
Breaking:
- htmx-plotly now operates on arrays of Plotly JSON objects (== one per trace: https://plotly.com/javascript/plotlyjs-function-reference/#plotlyrestyle
In restyle, arrays are assumed to be used in conjunction with the trace indices provided. Therefore, to apply an array as a value, you need to wrap it in an additional array.
TODO:
- verify that this works for plots with multiple traces