grafana plugins: the data of BOOL dataType cannot be displayed properly
BOOLEAN dataType,which stored in iotdb,the value is true or false; when run a query sql in the grafana, the boolean data cannot be displayed in the panel; i suggested to change the boolean value, false -> 0, and true -> 1
@CloudWise-Lukemiao PTAL
BOOLEAN dataType,which stored in iotdb,the value is true or false; when run a query sql in the grafana, the boolean data cannot be displayed in the panel; i suggested to change the boolean value, false -> 0, and true -> 1
That's a good suggestion. I'll show the boolean type data supported by the grafana plugin optimization, that is, true - >1 and false - >0
Fixed in latest master branch.