Nutrition
- track what I eat w/ cronotmeter
#+BEGINEXPORT html <script src="https://cdn.plot.ly/plotly-2.27.0.min.js" charset="utf-8"></script> <div id="tester" style="width:600px;height:250px;"></div> <script> TESTER = document.getElementById('tester'); Plotly.newPlot( TESTER, [{ x: [1, 2, 3, 4, 5], y: [1, 2, 4, 8, 16] }], { margin: { t: 0 } } ); </script> #+ENDEXPORT html