Skip to content

Commit 2cd4ffc

Browse files
feat(chart): create enchanted chart (#390)
Co-authored-by: Rodrigo Brito <[email protected]>
1 parent d145aab commit 2cd4ffc

File tree

4 files changed

+1131
-12
lines changed

4 files changed

+1131
-12
lines changed

plot/assets/chart.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,12 @@
122122
href="/history?pair={{ $.pair }}"
123123
>History</a>
124124
</li>
125+
<li>
126+
<a
127+
class="btn blue"
128+
href="/enhanced?pair={{ $.pair }}"
129+
>✨ Enhanced View</a>
130+
</li>
125131
</ul>
126132
</nav>
127133
<div id="graph"></div>

0 commit comments

Comments
 (0)