Arik Fraimovich
|
d34d58bf33
|
Merge pull request #2374 from kravets-levko/feature/choropleth
Choropleth visualization
|
2018-03-25 14:34:45 +03:00 |
|
Levko Kravets
|
2fbf8926c4
|
gridstack: optimizations and bugfixes
|
2018-03-23 19:50:55 +02:00 |
|
Levko Kravets
|
ce9e3fcb35
|
Replace dashboard engine with gridstack
|
2018-03-23 19:50:28 +02:00 |
|
Levko Kravets
|
2f30dbf645
|
getredash/redash#2317 Choropleth visualization
|
2018-03-06 20:42:48 +02:00 |
|
Arik Fraimovich
|
40ffa349f0
|
Load all assets from a single directory (Webpack's output path). Also make sure all assets URLs are prefixed with /static/ and remove our custom assets serving handler.
|
2018-02-07 16:43:25 +02:00 |
|
Arik Fraimovich
|
95f4d993b7
|
Added webpack-manifest plugin
|
2018-02-07 14:15:21 +02:00 |
|
Levko Kravets
|
06b5b09b86
|
getredash/redash#2161 Remove loading indicator when query params changed
|
2018-01-30 21:06:15 +02:00 |
|
Levko Kravets
|
effb212e4b
|
Fix to error handling: CR1
|
2018-01-03 14:00:34 +02:00 |
|
Levko Kravets
|
30833100e5
|
Table viz: search; CR1
|
2017-12-02 21:55:36 +02:00 |
|
Levko Kravets
|
8fc3af7bb9
|
Table viz: editor UI
|
2017-12-01 07:41:09 +02:00 |
|
Levko Kravets
|
127b45a5b1
|
Table viz: editor
|
2017-11-30 21:52:21 +02:00 |
|
Levko Kravets
|
e7d0856831
|
Table viz: show/hide column, reorder columns, content alignment
|
2017-11-30 19:30:45 +02:00 |
|
Levko Kravets
|
773e5e6393
|
Convert styles to LESS
|
2017-11-20 17:46:37 +02:00 |
|
Levko Kravets
|
43bf051d51
|
Cleanup CSS
|
2017-11-07 10:41:29 +02:00 |
|
Arik Fraimovich
|
047475562d
|
Support for non relative path imports in client code:
So this:
import { Paginator } from "../../lib";
Becomes:
import { Paginator } from "@/lib";
Makes code cleaner and more portable.
|
2017-10-26 09:58:24 +03:00 |
|
Levko Kravets
|
85da5fced1
|
Fixed eslint "Cannot read property 'length' of undefined" error
|
2017-10-03 21:15:10 +03:00 |
|