Commit Graph
65 Commits
Author SHA1 Message Date
Dannon Baker 97ef4867aa Update build, etc., for swap 2020-08-11 10:26:06 -04:00
guerler 4e426ce256 Fix scatterplot saving feature 2018-10-22 14:21:46 -04:00
guerler 77f742d7ff Adjust scatterplot interface style 2018-10-22 14:08:11 -04:00
Dannon Baker 70915dfc9f Merge remote-tracking branch 'upstream/dev' into viz-staging 2018-03-27 13:49:19 -04:00
Dannon Baker cf2e6dc6d2 Fix scatterplot as example of mako entrypoint -- this needs to be generalized 2018-03-26 13:48:51 -04:00
guerler e0572e104f Merge branch 'dev' into visualization_header 2018-03-22 08:41:09 -04:00
guerler 7c3c36e762 Add logo for scatterplot 2018-03-22 08:36:28 -04:00
Dannon Baker 2ecf3ff239 Lock a local parcel build to scatterplot (instead of my global, which was same version -- no need for a viz rebuild here) 2018-03-22 08:18:08 -04:00
Dannon Baker f6ae449ce8 0BSD is probably more correct here. 2018-03-21 13:11:53 -04:00
Dannon Baker 77d68846a1 Strip stray debug... 2018-03-21 11:30:04 -04:00
Dannon Baker 9a11327b5e Add final scatterplot build. 2018-03-21 11:27:09 -04:00
Dannon Baker e92ceea1f7 Fix scatterplot. 2018-03-21 11:24:28 -04:00
Dannon Baker 4fb391b127 Babelrc fixes 2018-03-21 09:26:46 -04:00
Dannon Baker fa5fae50c5 Fix license specifier to valid spdx form 2018-03-21 09:24:10 -04:00
Dannon Baker 66643bd58c Try babel/importloader for parceljs. More structure overhaul 2018-03-21 09:19:11 -04:00
guerler a6559248c9 Remove comments 2018-03-05 12:50:10 -05:00
guerler 980f2b9708 Partial fix for internal scatterplot 2018-03-05 12:49:25 -05:00
guerler 491fa33e85 Show list for all visualization types 2018-02-11 14:42:30 -05:00
Dannon Baker b6b31e0853 Remove unused webpack config 2018-02-11 14:34:40 -05:00
Dannon Baker f65d42d4fd Initial parcel building for scatterplot 2018-02-11 14:34:40 -05:00
guerler b16c6027df Augment xmls 2018-02-11 14:30:53 -05:00
Dannon Baker 52e65537ed Scatterplot lives! 2017-12-04 08:46:03 -05:00
Dannon Baker 6fbaced59b Remove (now-unused) i18n loader from scatterplot's webpack config (was there for utils) 2017-12-04 08:46:03 -05:00
Dannon Baker 2083ce9ea0 jquery-ui does not like loading. jquery-ui-bundle handles this better, can easily be used as an import (we probably want to get rid of this stuff eventually, but it works for now) 2017-12-04 08:46:03 -05:00
Dannon Baker 3a532ad8e8 Bootstrap.js bug was preventing loading the 'correct' way; resolved with an update. 2017-12-04 08:46:03 -05:00
Dannon Baker 7ebe68d770 Cleanup in scatterplot. 2017-12-04 08:46:03 -05:00
Dannon Baker c23c2324bc Scatterplot overhaul progress. Should just need to fix bootstrap tooltip loading and it's good to go. 2017-12-04 08:46:03 -05:00
Dannon Baker b6509f402f Scatterplot was missing require? Did not dig to see how this ever worked before, yet. 2017-12-04 08:46:03 -05:00
Dannon Baker df1083c541 Drop sudo reference (local npm, non-root), elaborate comment in scatterplot gruntfile. 2017-12-04 08:46:03 -05:00
yhoogstrate 7a370a4ff6 Escapes some variables 2017-01-02 16:43:23 +01:00
John Chilton 807586ace8 Merge release_16.01 into dev. 2016-01-26 09:06:52 +00:00
carlfeberhard bf459c8d55 UI: (cleaning up) remove handlebars compiled/map and remaining references 2016-01-19 14:12:28 -05:00
carlfeberhard 4ea5f15edd Scatterplot: remove handlebars by converting to underscore, remove grunt handlebars task 2016-01-19 13:57:49 -05:00
John Chilton 884e824d72 Merge remote-tracking branch 'vavrusa/table-datatype' into dev.
Conflicts:
	lib/galaxy/datatypes/tabular.py
2015-06-03 10:52:42 -04:00
Carl Eberhard 11b2fbcb3b Visualizations registry: switch to entry_point config definition for built-in visualizations 2015-05-07 16:04:25 -04:00
Marek Vavrusa bc8bdadca8 datatypes: extracted TabularData superclass from Tabular, CSV subclass 2015-04-30 17:20:32 +02:00
Carl Eberhard ed36e625bb Visualizations registry: refactor the relationship between plugins, the visualization controller, rendering, and rendering saved visualizations, minor fixes; Extend testing; Scatterplot: fix baseUrl resolution when used in own window 2015-04-28 15:41:01 -04:00
yhoogstrate b29ea767d9 Update scatterplot-display.js 2015-04-07 15:51:55 +02:00
yhoogstrate fc51b85d2c Update scatterplot-edit.js
automatically generated by grunt
2015-04-07 15:50:30 +02:00
yhoogstrate af8ddb14a3 ScatterPlot No API connection for nested www_root
ScatterPlot makes use of a hardcoded API url which is incorrect for certain server configuratoins. Currently these servers need to be manually configured to link to the correct API URL. This patch creates the correct URL from the parental variable parent.galaxy_config.root and returns "/" if this variable can not be found. More visualisations suffer from this bug and have to be patched as well.
2015-04-07 14:59:29 +02:00
Carl Eberhard 8a79dfe99e UI, multi-history: minor fixes, tabindeces, cleanup; Scatterplot: refactor mako and fix missing figure tag; Client build, styles: add jstree to cleaned files 2015-02-16 11:43:22 -05:00
Carl Eberhard 2b8fca4a03 Visualizations, scatterplot: update handlebars since server runtime was updated 2015-02-09 11:02:31 -05:00
Carl Eberhard ed8b7bd9ec Plugins, Scatterplot: fix library imports to use proper path after ui.js breakup 2015-01-23 12:50:21 -05:00
Carl Eberhard 612f3be1cc Client build: modularize pagination plugin from ui.js 2014-12-08 15:04:47 -05:00
Carl Eberhard 3274d882bc Client build: begin modularizing ui.js by extracting peekControl/peek-column-selector plugin, use UMD pattern, rename to peek-column-selector, extract less rules to their own file; Plugins, scatterplot: remove require and rework to use the new module 2014-12-08 14:47:48 -05:00
Dannon Baker 3125e5fa09 Charts to_json_string/dumps swap. 2014-09-08 17:11:18 -04:00
Carl Eberhard b5f5397a38 UI: move base-mvc, annotation and tag editors, user model and quotameter to AMD; fix loading order and currUser in masthead, view, history; remove loggable mixin from scatterplot 2014-03-20 16:52:06 -04:00
Carl Eberhard f8a48b17ba Fix: add missing js model to scatterplot 2014-03-20 16:34:54 -04:00
Aysam Guerler 369f8dd8ba Charts: Add settings parser, apply fixes, remove history identifier 2014-03-19 12:53:59 -04:00
Carl Eberhard 72907724b8 Scatterplot: wind down current development, fix label assignment, flatten model config, style fixes 2014-03-14 13:44:26 -04:00