andyflatt
andyflatt
+1 I tried to wrap the directive in a div and use a css selector but it only works if I resize the screen.
This would be useful. I thought I would share the MUCH slower workaround. Since 1.2 you can use sub queries. This means you can use syntax like: ``` Select mean(*)...
I found I got this issue when using an external sql and not including the parseTime=True attribute to the DB connection string. I got the clue from [here](https://stackoverflow.com/questions/45040319/unsupported-scan-storing-driver-value-type-uint8-into-type-time-time).
I reverted to version 5.14.3 and it works now :)