Skip to content

Instantly share code, notes, and snippets.

View jfrez's full-sized avatar

jfrez

View GitHub Profile
@jfrez
jfrez / index.html
Last active January 17, 2020 20:23
Pred
<script src="https://cdnjs.cloudflare.com/ajax/libs/echarts/4.6.0/echarts-en.min.js"></script>
<script
src="https://code.jquery.com/jquery-2.2.4.min.js"
integrity="sha256-BbhdlvQf/xTY9gja0Dq3HiwQF8LaCRTXxZKRutelT44="
crossorigin="anonymous"></script>
<script>
function addPlot (symbol,data) {
g = document.createElement('div');
g.setAttribute("id", symbol);
g.style.width = "600px";