stormpython / heatmap

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

Adds the ability to filter axes labels. #12

Closed stormpython closed 8 years ago

stormpython commented 8 years ago

Closes #1.

Adds the ability to filter axes labels.

screen shot 2016-03-03 at 5 56 56 pm

Exposes a columnAxis and rowAxis API for the heatmap visualization which accepts an object and a value for the filterBy key. It accepts a number by which to filter axes labels/ticks.

{
  filterBy: 5
  ...
}

There will be other options, such as axis.title.