Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
Disable context chart until its ready.
Browse files Browse the repository at this point in the history
  • Loading branch information
mtho11 committed Jan 14, 2016
1 parent 764ad72 commit 9ab61f1
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -71,14 +71,15 @@ <h2>JVM Heap Usage</h2>
chart-type="multiline"
y-axis-units="Usage (MB)">
</hawkular-chart>
<!-- Context Chart Begins here -->
<!-- Context Chart Begins here
<div class="context-graph-container" ng-if="vm.contextChartHeapUsedData.length > 2">
<hawkular-context-chart
data="vm.contextChartHeapUsedData"
show-x-axis-values="true"
show-y-axis-values="false">
</hawkular-context-chart>
</div>
-->
<div class="row hk-legend text-left hk-legend-metrics">
<div class="col-md-3 col-lg-2">
<div class="hk-graphselector hk-blue">
Expand Down

0 comments on commit 9ab61f1

Please sign in to comment.