Add support for returning only valid plot events

This commit is contained in:
allegroai
2021-01-05 16:41:55 +02:00
parent 171969c5ea
commit f4ead86449
6 changed files with 190 additions and 11 deletions

View File

@@ -6,6 +6,9 @@
"plot_str": {
"type": "text",
"index": false
},
"plot_data": {
"type": "binary"
}
}
}