We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 723ab97 commit 2284e05Copy full SHA for 2284e05
demo/index.html
@@ -43,9 +43,9 @@
43
</div>
44
<a class="github-url" href="https://github.com/hustcc/react-g2plot">react-g2plot</a>
45
46
- <script src="https://unpkg.com/react@16/umd/react.production.min.js"></script>
47
- <script src="https://unpkg.com/react-dom@16/umd/react-dom.production.min.js"></script>
48
- <script src="http://unpkg.com/@antv/g2plot"></script>
+ <script src="//unpkg.com/react@16/umd/react.production.min.js"></script>
+ <script src="//unpkg.com/react-dom@16/umd/react-dom.production.min.js"></script>
+ <script src="//unpkg.com/@antv/g2plot"></script>
49
<script src="./demo.min.js" type="application/javascript"></script>
50
</body>
51
</html>
0 commit comments