Arik Fraimovich
60f92a2efc
Add column description to table viz ( #4831 )
...
* Add column description to table viz
* Fix: misplaced super long titles tooltip.
2020-04-24 18:50:45 +03:00
Jesse
9ba57a9491
Adds option to show 500 rows in the table visualization. Previous max ( #4770 )
...
was 250.
2020-04-14 12:36:27 +03:00
Levko Kravets
713fd2d0fb
Change visualizations import to be static ( #4592 )
...
* getredash/redash#4565 Change visualizations import to be static
* Move visualizations-related components to own folder
2020-01-28 12:48:38 +02:00
Arik Fraimovich
56d3be2248
Prettier all the Javascript code & GitHub Action ( #4433 )
...
* Prettier all the JS files
* Add GitHub Action to autoformat code pushed to master
* Fix eslint violation due to formatting.
* Remove GitHub actions for styling
* Add restyled.io config
2019-12-11 17:05:38 +02:00
Levko Kravets
94bd03dc42
Set of improvements and refinements to visualizations after React migration ( #4382 )
2019-12-04 16:23:29 +02:00
Levko Kravets
7157244eec
Migrate Table visualization to React Part 2: Editor ( #4175 )
...
* Migrate table editor to React: skeleton, Grid tab
* Columns tab
* Cleanup
* Columns tab: DnD column sorting
* Columns types should be JSX
* New Columns tab UI/X
* Use Sortable component on Columns tab
* Tests: Grid Settings
* Tests: Columns Settings
* Tests: Editors for Text, Number, Boolean and Date/Time columns
* Tests: Editors for Image and Link columns
* Minor UI fix
* Trigger build
* Debounce inputs
2019-10-24 12:46:46 +03:00