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
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
Jeremy Goecks
5aef5c7549
Charts and scatterplot: ensure they work with non-Web-root installations by using web helpers and url_for.
2014-03-09 09:43:08 -04:00
Carl Eberhard
9e32945972
UI: add peek-based column selection control; Scatterplot: use peek-based control for selection of x, y, id axes
2014-02-17 12:11:04 -05:00
Carl Eberhard
cd22ee79da
Scatterplot: small style fixes
2014-02-14 15:34:27 -05:00
Carl Eberhard
3e82f95468
Visualizations registry: allow registry visualizations to be rendered properly when displayed by slugline; Scatterplot: use embedded to cue loading of display (w/o editor)
2014-02-14 13:58:30 -05:00
Carl Eberhard
5d01f6393c
UI: add pagination jquery plugin able to handle known/unknown data totals; Scatterplot: use that plugin for pagination, add class for highlighted data points
2014-02-14 10:17:56 -05:00
Carl Eberhard
3c1983a3d4
Visualizations framework: allow for saving and loading registry visualizations, allow better merging of kwargs, config, saved config, add config utilities to common/templates; Scatterplot: allow saving as visualization, more mvc-based, increase max zoom, refactor and cleanup; Charts, Scatterplot: remove visualization data_source
2014-02-07 11:24:32 -05:00
Carl Eberhard
715f4646eb
Visualizations Registry: remove linkText config val (use visualization name attribute), change render_location to render_target, disable circster; fix rendering of visualization button in HDA when only one visualization
2014-01-14 15:26:44 -05:00
Carl Eberhard
d4aa83f35f
Visualizations Registry: default to on
2014-01-14 10:04:20 -05:00
Carl Eberhard
1d029b6faf
Scatterplot (framework): remove backbone-relational
2013-12-10 14:11:37 -05:00