Skip to content

Commit

Permalink
Add description for jqplots
Browse files Browse the repository at this point in the history
  • Loading branch information
guerler committed Aug 19, 2016
1 parent 48e3f3c commit 600a417
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/plugins/visualizations/charts/static/views/types.js
Expand Up @@ -11,7 +11,7 @@ define( [ 'utils/utils', 'mvc/ui/ui-misc' ], function( Utils, Ui ) {
{ label: 'NVD3', value: 'nvd3',
help: 'NVD3 is a popular d3-based library hosted at <a href="http://www.nvd3.org">www.nvd3.org<a/>. Most visualization types support intuitive drag-and-drop zooming and scaling. NVD3 generates high quality vector graphics. As with all vector based plugins, you may experience a slow down in browser responsiveness if visualizing thousands of data points.' },
{ label: 'jqPlot', value: 'jqplot',
help: 'jqPlot is a canvas-based library hosted at www.jqplot.com.' },
help: 'jqPlot is a canvas-based library hosted at <a href="http://www.jqplot.com">www.jqplot.com<a/>. It is a plotting and charting plugin for the jQuery Javascript framework. Since based on canvas it is capable of rendering many thousand data points without adverse effects.' },
{ label: 'Others', value: 'others',
help: 'These visualizations were developed by the Galaxy team.' } ],

Expand Down

0 comments on commit 600a417

Please sign in to comment.