Skip to content
Snippets Groups Projects
Commit d539968b authored by Ray Liu's avatar Ray Liu
Browse files

Edited histogram.jsp

parent 32ecf716
No related branches found
No related tags found
No related merge requests found
......@@ -11,7 +11,7 @@
<body>
<div id="myDiv"><!-- Plotly chart will be drawn inside this DIV --></div>
<div id="histogram"><!-- Plotly chart will be drawn inside this DIV --></div>
<script src="https://cdn.plot.ly/plotly-latest.min.js"></script>
<script>
......@@ -37,7 +37,6 @@
{ x: x,
y: y,
type: 'bar',
orientation: 'h',
marker: {
color: 'blue',
},
......@@ -61,6 +60,6 @@
}
}
}
Plotly.newPlot('Histogram', data,layout);
Plotly.newPlot('histogram', data,layout);
</script>
</body>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment