Skip to content

Commit 823bfa9

Browse files
author
Marco Zocca
committed
changelog
1 parent 9ac1c0e commit 823bfa9

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# 0.4
2+
3+
* Use `Plotly.newPlot()` instead of `Plotly.restyle()` because I cannot get restyle() to work with plots that contain
4+
multiple traces
5+
16
# 0.3
27

38
* the HTMX swap mechanism works once more as expected: this extension now receives an *object* from the server, which

server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ def getData():
2020
x = irisScatter1()
2121

2222
w = plotlyToJSON(x, '<b>It wOrKs</b>')
23-
print(f'.restyle data: {w}')
23+
# print(f'.restyle data: {w}')
2424
return make_response(w)
2525

2626
if __name__ == "__main__":

0 commit comments

Comments
 (0)