File tree Expand file tree Collapse file tree 4 files changed +10
-4
lines changed
Expand file tree Collapse file tree 4 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 1+ ## Version 0.0.29 (from 2024/11/26)
2+
3+ * Resolved warnings that appeared when using Vega charts.
4+
15## Version 0.0.28 (from 2024/11/26)
26
37* Updated docs.
Original file line number Diff line number Diff line change 11{
22 "name" : " chartlets" ,
3- "version" : " 0.0.28 " ,
3+ "version" : " 0.0.29 " ,
44 "description" : " An experimental library for integrating interactive charts into existing JavaScript applications." ,
55 "type" : " module" ,
66 "files" : [
Original file line number Diff line number Diff line change 1- ## Version 0.0.x (in development )
1+ ## Version 0.0.29 (from 2024/11/26 )
22
3- * Fixed a bug that prevent using annotations of type ` dict ` or ` dict[str, T] ` .
3+ * Fixed a bug that prevents using annotations of type ` dict ` or ` dict[str, T] ` .
44 in callback functions.
5+ * Introduced a callback function in ` my_panel.py ` to handle click events.
6+ Demonstrates how to dynamically change the color of a clicked bar.
57
68
79## Version 0.0.28 (from 2024/11/26)
Original file line number Diff line number Diff line change 1- version = "0.0.28 "
1+ version = "0.0.29 "
You can’t perform that action at this time.
0 commit comments