Commit 8b76dec9 authored by Laura Schlimmer's avatar Laura Schlimmer
Browse files

...

parent 2f2d609d
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -1490,6 +1490,15 @@ ul.ui_tabs li.active a{
  display: none;
}

.query_editor_result_tab_content .chart {
  text-align: center;
  padding: 34px 0;
}

.query_editor_result_tab_content .chart svg {
  height: 600px;
}

.query_editor_result_tab_content.active {
  display: block;
}
+2 −0
Original line number Diff line number Diff line
@@ -37,8 +37,10 @@ FnordMetric = (function() {

    for (var i = 0; i < results.charts.length; ++i) {
      results_html += "<div class='query_editor_result_tab_content' data-tab='chart" + i + "'>";
      results_html += "<div class='chart'>";
      results_html += results.charts[i].svg;
      results_html += "</div>";
      results_html += "</div>";
    }

    for (var i = 0; i < results.tables.length; ++i) {