pivot
pivot copied to clipboard
An interactive data exploration UI for Druid
I am trying to figure out if I can embed pivot in my existing app as a tab, has anyone done it
one split for X axis, second for Y axis, measure value for bubble radius, multi-measure for color legend,just like: [highcharts bubble chart](https://www.highcharts.com/demo/bubble)
Would be nice to have the ability to restrict datasets the user is allowed to view
Hi, How can I define time granularity for 1 second, 5 seconds and 30 seconds. Please help Thanks
Hi, I have a problem while auto-discovering source schema: `Fatal settings load error: duplicate dimension name 'testdimension' found in data cube: 'mydatasource'` I have observed that in the ingested data...
Enable the user to compare / chart current timeline vs historic. Today vs yesterday etc.
When you split the data based on a specific dimension, the max number of rows you can see in hardcoded to 100, which is really limiting. There is also no...
At the moment the documented way to start Pivot development is by running `npm install` `gulp` `./bin/pivot --druid your.druid.broker.host:8082 --print-config --with-comments > config.yaml` This successfully starts Pivot with all js...
Declaring a dimension to be a number within the pivot configuration file like so: ` - name: applicationId title: Application Id type: NUMBER ` leads to the following exception message...