ikaros-project / ikaros

An open infrastructure for system level brain modeling
GNU General Public License v2.0
23 stars 23 forks source link

Webui: bargraph transpose property not read #146

Closed trondarild closed 4 years ago

trondarild commented 4 years ago

Seems to be set to true even if saved as false.

christianbalkenius commented 4 years ago

This is a more general problem. In XML all attribute values are strings, even true and false, and should be converted when sent (or received) as JSON. Type conversion in viewer will be added.