UNPKG

five-bells-visualization

Version:
16 lines (12 loc) 555 B
<link rel="import" href="../../bower_components/polymer/polymer.html"> <link rel="import" href="../socket-io/socket-io.html"> <polymer-element name="five-bells-viz-graph"> <template> <link rel="stylesheet" href="five-bells-viz-graph.css"> <div id="visualization"></div> <socket-io autoConnect listenTo=["clear","event"] on-s-io-clear="{{handleGraphClear}}" on-s-io-event="{{handleGraphEvent}}"></socket-io> </template> <script> System.import('components/five-bells-viz-graph/five-bells-viz-graph'); </script> </polymer-element>