added histogram
need to filter on spm, wps
This commit is contained in:
@@ -93,6 +93,10 @@
|
||||
plotfield.show();
|
||||
};
|
||||
|
||||
if (functionfield.val() == 'histo') {
|
||||
plotfield.show()
|
||||
}
|
||||
|
||||
if (functionfield.val() == 'trendflex') {
|
||||
x_param.show();
|
||||
y_param.show();
|
||||
@@ -119,7 +123,16 @@
|
||||
palette.hide();
|
||||
binsize.hide();
|
||||
errorbars.hide();
|
||||
}
|
||||
}
|
||||
else if (Value=='histo') {
|
||||
plotfield.show();
|
||||
x_param.hide();
|
||||
y_param.hide();
|
||||
groupby.hide();
|
||||
palette.hide();
|
||||
binsize.hide();
|
||||
errorbars.hide();
|
||||
}
|
||||
else if (Value=='trendflex') {
|
||||
x_param.show();
|
||||
y_param.show();
|
||||
@@ -135,7 +148,15 @@
|
||||
});
|
||||
</script>
|
||||
|
||||
<script src="https://cdn.pydata.org/bokeh/release/bokeh-1.0.4.min.js"></script>
|
||||
<div id="id_css_res">
|
||||
<link rel="stylesheet" href="https://cdn.pydata.org/bokeh/release/bokeh-1.0.4.min.css" type="text/css" />
|
||||
<link rel="stylesheet" href="https://cdn.pydata.org/bokeh/release/bokeh-widgets-1.0.4.min.css" type="text/css" />
|
||||
</div>
|
||||
<div id="id_js_res">
|
||||
<script src="https://cdn.pydata.org/bokeh/release/bokeh-1.0.4.min.js"></script>
|
||||
<script src="https://cdn.pydata.org/bokeh/release/bokeh-widgets-1.0.4.min.js"></script>
|
||||
</div>
|
||||
|
||||
<script async="true" type="text/javascript">
|
||||
Bokeh.set_log_level("info");
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user