gitcoinco/code_fund_ads

View on GitHub
app/views/shared/widgets/_sparkline_graph.html.erb

Summary

Maintainability
Test Coverage
<%= tag.svg tag.span("", class: "sparkline--tooltip", hidden: true), class: svg_class, width: width, height: height, "stroke-width": stroke_width, data: {
  controller: "sparkline-graph",
  values: values
} %>