-
Notifications
You must be signed in to change notification settings - Fork 4.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Visualizations workflow & object #2
Comments
There was a case (EvMe's query 607), where the data was unsorted and had too many series, which resulted in HighCharts dying. When we revisit visualizations we should take into account limits for different visualizers, and prevent the user from killing his browser. cc: @shayel. |
@amirnissim this requires some changes on the backend too, but let's try to move forward without them and on Sunday we will discuss the needed changes. Below is a "brain dump" about this feature, ask any questions you feel necessary: Basically the idea is to have different types of visualizations, and the ability to create a new visualization from any dataset (query). Eventually, this will replace the "Chart" and "Cohort" static tabs. Each visualization will define:
When creating new visualization it will have:
Until we add the visualization object, let's start by creating the "infrastructure" for this in the frontend code. In terms of UI, I think we will represent each visualization as a tab where we currently have the "Chart" and "Cohort" tabs and also have a "+" tab, where you define a new visualization. |
* commit '5cebbc72dcbf3d5145c3e48ad3d5359371a4c72b': refactory redash环境变量 redash接入mobifun登陆认证 redash接入mobifun登陆认证 redash
Update docker config files contents. getredash#2
Test summaryRun details
View run in Cypress Dashboard ➡️ This comment has been generated by cypress-bot as a result of your project's GitHub integration settings. You can manage this integration in your project's settings in the Cypress Dashboard |
…-table Snlbattery 11 add checkboxes to the table
Update Dockerfile CHOWN into COPY
* Parameter feedback - #2 Client errors in query page * Added cypress test * Fixed percy screenshot * Safer touched change * Parameter feedback - #3 Added in Widgets (#4320) * Parameter feedback - #3 Added in Widgets * Added cypress tests * Making sure widget-level param is selected * Parameter feedback - #4 Added in Dashboard params (#4321) * Parameter feedback - #4 Added in Dashboard params * Added cypress test * Moved to service * Parameter feedback - #5 Unsaved indication (#4322) * Parameter feedback - #5 Unsaved indication * Added ANGULAR_REMOVE_ME * Added cypress test * Fixed percy screenshot * Some code improvements * Parameter input feedback - #6 Better value normalization (#4327)
Restyle dashboards
…ash#2) * Attempt to improve JSON performance 1. Compression of whitespace (3Mb => 2.6Mb) 2. Split JSON into partial results * Tidy up
…getredash#2)" This reverts commit 21faf54.
Visualizations (widget?) should have an object of their own containing the following data:
Tasks:
The text was updated successfully, but these errors were encountered: