stormpython / heatmap

Heatmap Plugin for Kibana 4
MIT License
55 stars 13 forks source link

Scrollbar present after re-sizing visualization #8

Closed stormpython closed 8 years ago

stormpython commented 8 years ago

A visible scrollbar is present after resizing the window.

visualize_scrollbar

This may also be related to this issue for another plugin.

Prazzy commented 8 years ago

Setting width to 100% works for now..

public/vis/index.js

d3.select(this) .attr('width', '100%')

image