-
Notifications
You must be signed in to change notification settings - Fork 14.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
bf8ce17
commit 495c2df
Showing
11 changed files
with
108 additions
and
926 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,25 @@ | ||
# TODO | ||
* Add a per-datasource permission | ||
List of TODO items for Panoramix | ||
|
||
* in/notin filters autocomplete | ||
* DRUID: Allow for post aggregations (ratios!) | ||
* compare time ranges | ||
* csv export out of table view | ||
* SQL: Find a way to manage granularity | ||
* Create ~/.panoramix/ to host DB and config, generate default config there | ||
## Improvments | ||
* Reintroduce query and stopwatch | ||
* Sort tooltip | ||
* Make "Test Connection" test further | ||
* Consistent colors for same entities | ||
* Contribution to total | ||
* Arbitrary expressions | ||
* Group bucketing | ||
* ToT | ||
* Layers | ||
* [druid] Allow for post aggregations (ratios!) | ||
* [sql] find a way to manage time granularity | ||
* [sql] support arbitrary expression as column | ||
* [sql] define column based grouping | ||
* [sql] make "Test Connection" test further | ||
* csv export out of table view | ||
* in/notin filters autocomplete | ||
|
||
## Test | ||
* Line types | ||
* Intelligence around series name | ||
* Shapes | ||
* Line highlighting - draw attention | ||
## First Class Line Charts | ||
* Contribution to total | ||
* Time comparison | ||
* Time ratios | ||
* Use legend shapes that match line markers (useful?) | ||
* Hover line highlighting | ||
* More colors! the Airbnb palette is currently pretty limited | ||
* Line types (dash, dotted) | ||
|
||
## Bug | ||
## New Features | ||
* Annotations layers | ||
* Add a per-datasource permission |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
input[type="checkbox"] { | ||
display: inline-block; | ||
width: 16px; | ||
height: 16px; | ||
float: right; | ||
} | ||
|
||
form div { | ||
padding-top: 1px; | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters