Skip to content

Commit

Permalink
WIP fits.js fix + standalone library, d3 custom graphs
Browse files Browse the repository at this point in the history
  • Loading branch information
francoismg committed Feb 13, 2024
1 parent acbea08 commit c7c22b0
Show file tree
Hide file tree
Showing 25 changed files with 17,021 additions and 7 deletions.
3,891 changes: 3,891 additions & 0 deletions prototypes/coffeescript_fitsjs/HorseHead.fits

Large diffs are not rendered by default.

17 changes: 17 additions & 0 deletions prototypes/coffeescript_fitsjs/bokeh.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<html>
<head>
<script type="text/javascript" src="fits_new.js"></script>
<script type="text/javascript" src="https://cdn.bokeh.org/bokeh/release/bokeh-3.3.4.min.js"></script>
<script type="text/javascript" src="https://cdn.bokeh.org/bokeh/release/bokeh-gl-3.3.4.min.js"></script>
<script type="text/javascript" src="https://cdn.bokeh.org/bokeh/release/bokeh-widgets-3.3.4.min.js"></script>
<script type="text/javascript" src="https://cdn.bokeh.org/bokeh/release/bokeh-tables-3.3.4.min.js"></script>
<script type="text/javascript" src="https://cdn.bokeh.org/bokeh/release/bokeh-mathjax-3.3.4.min.js"></script>
<script type="text/javascript" src="https://cdn.bokeh.org/bokeh/release/bokeh-api-3.3.4.min.js"></script>
<script type="text/javascript" src="plotter.js"></script>
</head>

<body onload="showPlot();">
<div id="container"></div>
</body>

</html>
15 changes: 15 additions & 0 deletions prototypes/coffeescript_fitsjs/fits.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit c7c22b0

Please sign in to comment.