Commit Graph

37 Commits

Author SHA1 Message Date
Chris Williams
8f4f5b126a Merge pull request #184 from mistercrunch/chris/sunburst-fixes
sunburst improvements
2016-03-17 17:54:10 -07:00
Chris Williams
3197c4b3f9 add utility function for wrapping svg text, apply to sunburst breadcrumbs, and make colors more readable for sunburst. 2016-03-17 14:02:54 -07:00
Maxime Beauchemin
27fb810dd7 Dynamic time granularity on any datetime column 2016-03-16 15:12:16 -07:00
Chris Williams
1a58b6d441 fix overflow scroll bars on all dashboard charts. make dashboard chart control toggle interaction nicer. make sure user-stylesheets are applied last. remove ace css editor error/warning parsing. make filters look nicer in dashboards. fix some linting. 2016-03-15 11:52:26 -07:00
Chris Williams
49590e28e3 refactor dashboard chart html, make several css improvements. 2016-03-11 12:22:41 -08:00
Maxime Beauchemin
e2cd14d320 Fixing the python and js packaging 2016-03-10 01:35:20 -05:00
Maxime Beauchemin
c0e4aca7e4 Using dash - instead of _ on filename, making input form-control white 2016-03-06 17:48:50 -05:00
Maxime Beauchemin
9855a60013 Fixing the look of select2 components 2016-03-06 14:48:05 -05:00
Chris Williams
1e27f03b4d Merge pull request #166 from mistercrunch/chris/css
make css theme customization easier by using less for bootstrap themes
2016-03-05 12:45:59 -08:00
Chris Williams
d3f7bbd3f1 remove pre-compiled bootstrap themes, use npm/wepack to compile from less variables instead. also fix a few css style bugs. 2016-03-04 18:20:49 -08:00
Maxime Beauchemin
9de19b169f setResizeOnWindowResize -> bindResizeToWindowResize 2016-03-04 18:56:06 -05:00
Maxime Beauchemin
722c16a6e5 Fixing window resize for explore and standalone 2016-03-04 14:47:50 -05:00
Chris Williams
68f8937a2e lint standalone.js 2016-03-02 12:03:32 -08:00
Chris Williams
673f741aa6 Add linting to package.json, run 'npm run lint' to run (will try to add commit hook later). Do all of the linting... 2016-03-02 11:32:27 -08:00
Maxime Beauchemin
b6a2521722 hotfix - forgot to add standalone.js 2016-03-02 10:57:36 -08:00
Maxime Beauchemin
b44d48c724 Using vim-jsbeautify 2016-03-01 15:56:31 -08:00
Maxime Beauchemin
a68d7428c3 Javascript refactor 2016-03-01 15:51:06 -08:00
Maxime Beauchemin
e434cbe268 Better filtering 2016-03-01 15:50:09 -08:00
Chris Williams
88f9442297 add button to auto-copy short URLs in /explore page 2016-03-01 11:40:13 -08:00
Maxime Beauchemin
eccf9c2ac7 [hotfix] saving as new bugfix 2016-02-29 22:36:44 -08:00
Maxime Beauchemin
be4a7a4077 Linting 2016-02-29 18:10:33 -08:00
Maxime Beauchemin
69cfcabb72 Making Dashboard look better 2016-02-29 16:55:59 -08:00
Maxime Beauchemin
3a38c601e0 Fixing tooltips 2016-02-29 15:55:54 -08:00
Maxime Beauchemin
22327e204f Transfering all the json in one point 2016-02-29 15:55:54 -08:00
Maxime Beauchemin
bd06f995ee Allowing to make certain widgets immune to filter 2016-02-29 15:55:54 -08:00
Maxime Beauchemin
8bf629c0b2 [hotfix] fixing explore view 2016-02-28 15:32:25 -08:00
Maxime Beauchemin
fd0e680cf0 Cleaning up assets/vendors 2016-02-26 18:35:59 -08:00
Maxime Beauchemin
e4e7b911c5 Fixing dashboard.html 2016-02-25 21:15:03 -08:00
Maxime Beauchemin
d8409c1e0a Fixing table and pivot_table 2016-02-25 17:44:23 -08:00
Maxime Beauchemin
8dcd5e0628 Tackling Featured Datasets 2016-02-24 17:44:22 -08:00
Maxime Beauchemin
e70542d743 NPMify sql.html 2016-02-24 16:22:32 -08:00
Maxime Beauchemin
171301b6cf Moving files around 2016-02-24 15:12:51 -08:00
Chris Williams
3e834603fc Remove base.entry.js, declare all JS dependencies in explore using npm. Pin older select2 version to enable select2Sortable. 2016-02-24 13:30:42 -08:00
Maxime Beauchemin
f5e0ed7239 A simple base template for npm 2016-02-23 17:48:13 -08:00
Chris Williams
79e6fc986d huge npm refactor of all visualizations. table views are broken due to broken shimming for jquery/jquery-ui, dashboards are broken due to refactor of explore views. 2016-02-23 17:00:08 -08:00
Chris Williams
af34549377 partial refactor of explore page, visualizations not managed with webpack yet. 2016-02-19 15:12:25 -08:00
Chris Williams
f40c024fda Add npm package.json and setup webpack to transpile ES6/JSX and compile JS files for frontend refactor. See readme.md in assets/ for npm setup instructions and visit the panoramix home page for a React sandbox. 2016-02-19 11:39:50 -08:00