superset/caravel
George Ke c78d3682ac Reactify dashboard grid (#523)
* Use react-grid-layout instead of gridster

* visualizations show and resize

* display slice name and description; links work

* positioning of widgets to match gridster, rowHeight matches

* Change margins, rowHeight, unpositioned viz, and expandedSlices to match gridster

* Saving dashboard, deleting slices, formatting on slices (chart control and resize handle), expanded slices fixed.

* responsiveness + use es6 classes

* Minor ui fixes + linting

* CSS transforms on slices messes up nvd3 tooltip positioning.
Turn off CSS transforms for the time being, with a cost of painting speed.

Issue is currently being looked at on the nvd3 repo
PR: https://github.com/novus/nvd3/pull/1674

* Remove breakpoint listener, fires when it shouldn't (i.e. too often)

* resize is no longer buggy, minor cleanup

* gridster class, const, landscape error

* one source of data for data to front end from python
2016-06-02 12:31:05 -07:00
..
assets Reactify dashboard grid (#523) 2016-06-02 12:31:05 -07:00
bin Gunicorn tweaks, unlimited limit-request-line & limit-request-field_size (#500) 2016-05-20 11:35:41 -07:00
data [hotfix] fix name change on test dashboard triggers error 2016-05-19 08:51:13 -07:00
migrations Fix #529 2 - "This Session's transaction has been rolled back" (#531) 2016-06-02 12:27:59 -07:00
static Caravel - renaming files 2016-03-28 21:53:24 -07:00
templates Reactify dashboard grid (#523) 2016-06-02 12:31:05 -07:00
translations complete Chinese translation (#503) 2016-05-23 11:46:46 -07:00
__init__.py enable timerotateloghandler (configurable) (#311) 2016-05-01 07:59:08 -07:00
ascii_art.py Adding version subcommand to CLI (#329) 2016-04-13 17:27:20 -07:00
config.py Add PUBLIC_ROLE_LIKE_GAMMA config flag (#473) 2016-05-16 21:24:43 -07:00
forms.py Fix for Not Grouped By on Table View (#544) 2016-06-01 22:59:06 -07:00
models.py Reactify dashboard grid (#523) 2016-06-02 12:31:05 -07:00
utils.py utils: add special serializer for numpy.int64 (#492) 2016-05-20 11:10:29 -07:00
version.py v0.9.0 2016-05-12 08:24:01 -07:00
views.py Reactify dashboard grid (#523) 2016-06-02 12:31:05 -07:00
viz.py Fix for Not Grouped By on Table View (#544) 2016-06-01 22:59:06 -07:00