mirror of
https://github.com/galaxyproject/galaxy.git
synced 2026-09-24 16:30:27 +08:00
Initial parcel building for scatterplot
This commit is contained in:
@@ -29,7 +29,7 @@ window.Galaxy = { root: '${ root }' };
|
||||
${h.js( 'libs/jquery/jquery',
|
||||
'libs/underscore',
|
||||
'libs/d3')}
|
||||
${h.javascript_link( root + 'plugins/visualizations/scatterplot/static/scatterplot.bundle.js' )}
|
||||
${h.javascript_link( root + 'plugins/visualizations/scatterplot/static/scatterplot.js' )}
|
||||
|
||||
<script type="text/javascript">
|
||||
function getModel(){
|
||||
|
||||
Reference in New Issue
Block a user