diff --git a/webui/index.html b/webui/index.html index fbab04911..09e39d17a 100644 --- a/webui/index.html +++ b/webui/index.html @@ -40,12 +40,12 @@
PQL
- SetBit(frame=foo, row=0, column=0)
- ClearBit(frame=foo, row=0, column=0)
- SetRowAttrs(frame=foo, row=0, color="blue")
- SetColumnAttrs(frame=foo, column=0, shape="circle")
- Bitmap(frame=foo, row=0)
- Range(frame=foo, row=0, start="2010-01", end="2017-03")
+ SetBit(frame=foo, rowID=0, columnID=0)
+ ClearBit(frame=foo, rowID=0, columnID=0)
+ SetRowAttrs(frame=foo, rowID=0, color="blue")
+ SetColumnAttrs(frame=foo, columnID=0, shape="circle")
+ Bitmap(frame=foo, rowID=0)
+ Range(frame=foo, rowID=0, start="2010-01", end="2017-03")
Count(<BITMAP_CALL>)
TopN([BITMAP_CALL], frame=foo, n=20)
Union([BITMAP_CALL, ...])