yew-plotly 0.3.0

yew wrapper for plotly.js
Documentation
1
2
3
4
5
6
7
8
9
10
<!DOCTYPE html>
<html>

<head>
    <meta charset="utf-8" />
    <title>Yew App</title>
    <script src="https://cdn.plot.ly/plotly-2.16.1.min.js"></script>
</head>

</html>