Skip to content

Commit

Permalink
xyz2
Browse files Browse the repository at this point in the history
  • Loading branch information
helgasoft committed Jun 1, 2024
1 parent cdf3c84 commit 9f1565a
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions test/coder.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/leaflet.min.css">
<script src="https://cdn.jsdelivr.net/gh/helgasoft/[email protected]/inst/js/echarts-leaflet.min.js"></script>
<script src="https://cdn.jsdelivr.net/gh/helgasoft/[email protected]/inst/js/world.js"></script>
<script src="https://unpkg.com/@lyket/widget@latest/dist/lyket.js?apiKey=pt_ae052129c8f1d6031b6215080d228e"></script>

<style>
body { font-family: Arial, sans-serif; background-color: Linen; }
Expand Down Expand Up @@ -140,10 +141,12 @@ <h4><a href='https://helgasoft.github.io/echarty' target=_blank>echarty</a> Code
<label for="volcano">volcano</label>
<input type='button' id='btnInfo' value='Info &#x1F4D3' class='lefto bton' />
&nbsp; &nbsp; &nbsp; &nbsp;
<!-- LikeBtn.com BEGIN -->
<span class="likebtn-wrapper" data-ef_voting="bounce" data-identifier="item_1" data-dislike_enabled="false"></span>
<script>(function(d,e,s){if(d.getElementById("likebtn_wjs"))return;a=d.createElement(e);m=d.getElementsByTagName(e)[0];a.async=1;a.id="likebtn_wjs";a.src=s;m.parentNode.insertBefore(a, m)})(document,"script","//w.likebtn.com/js/w/widget.js");</script>
<!-- LikeBtn.com END -->
<div style="font-size: 10px"
data-lyket-type="like"
data-lyket-id="my-first-post"
data-lyket-color-primary='gold'
data-lyket-color-background='PaleTurquoise'
></div>

</div>
<textarea id='code' class='textarea' cols=50 rows=7 contenteditable>plot <- cars |> ec.init()</textarea>
Expand All @@ -164,7 +167,7 @@ <h4><a href='https://helgasoft.github.io/echarty' target=_blank>echarty</a> Code
install.packages('echarty', repos= c('https://repo.r-wasm.org'))
'some string'
`)
document.getElementById('app').innerHTML = 'Ready to plot &#x1f44d';
document.getElementById('app').innerHTML = 'Ready to plot &#x1f4ca'; //&#x1f44d
});

async function rbHandler(v) {
Expand Down

0 comments on commit 9f1565a

Please sign in to comment.