Skip to content

Commit

Permalink
Addressed PR comment.
Browse files Browse the repository at this point in the history
Removed unused id reference from heatmap to be consistent with other components

https://www.pivotaltracker.com/story/show/147962059
  • Loading branch information
h-kataria committed Oct 2, 2017
1 parent ccca920 commit 1e3768e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/ems_infra/_heatmap.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
.row.row-tile-pf
.col-xs-12.col-sm-6.col-md-6
.col-xs-6.col-sm-6.col-md-6.example-heatmap-container{"ng-repeat" => "(key, data) in vm.data"}
%pf-heatmap{:id => "vm.id", "chart-title" => "key", "data" => "data", "chart-data-available" => "vm.dataAvailable", "show-legend" => "vm.showLegends", "legend-labels" => "vm.legendLabels", "max-block-size" => "20", "block-padding" => "5", "heatmap-color-pattern" => "vm.heatmapColorPattern", "thresholds" => "vm.thresholds", "click-action" => "vm.clickAction", "loading-done" => true}
%pf-heatmap{"chart-title" => "key", "data" => "data", "chart-data-available" => "vm.dataAvailable", "show-legend" => "vm.showLegends", "legend-labels" => "vm.legendLabels", "max-block-size" => "20", "block-padding" => "5", "heatmap-color-pattern" => "vm.heatmapColorPattern", "thresholds" => "vm.thresholds", "click-action" => "vm.clickAction", "loading-done" => true}
%span.trend-footer-pf
= _("Last 30 Days")

0 comments on commit 1e3768e

Please sign in to comment.