1 <%# Copyright (C) The Arvados Authors. All rights reserved.
3 SPDX-License-Identifier: AGPL-3.0 %>
5 <%= content_for :css do %>
6 /* Need separate style for each instance of svg div because javascript will manipulate the properties. */
21 stroke-linecap: round;
25 <%= content_for :js do %>
26 $(window).on('load', function() {
27 $(window).on('load resize scroll', function () { graph_zoom("<%= divId %>","<%=svgId %>", 1) } );
31 <div id="_<%= divId %>_container">
32 <div style="text-align: right">
33 <a style="cursor: pointer"><span class="glyphicon glyphicon-zoom-out" onclick="graph_zoom('<%= divId %>', '<%= svgId %>', .9)"></span></a>
34 <a style="cursor: pointer"><span class="glyphicon glyphicon-zoom-in" onclick="graph_zoom('<%= divId %>', '<%= svgId %>', 1./.9)"></span></a>
37 <div id="<%= divId %>" class="smart-scroll">
38 <span id="_<%= divId %>_center" style="padding-left: 0px"></span>