stormpython / heatmap

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

Add options #11

Closed stormpython closed 8 years ago

stormpython commented 8 years ago

Chart options need to be added to allow for user configuration.

List of options to add:

This may not be a complete list, but it serves as a minimal number of options to have.

Crazyigor1987 commented 8 years ago

Hi stormpython, let me first thank you for the great plugin you are working on. It's the best plugin for deep analyses.

Is it an option to add horizontal and vertical scrolling feature for large results? The visualisation is limited due the window size. It would be very helpful to add this option to prevent such compromised results:

bug

stormpython commented 8 years ago

@Crazyigor1987 sure, I can add the options to adjust the width and the height to allow for scrolling.

I envision that it will simply be a text box or a slider (or both) that allows you to set the width and height of the heatmap which should allow for scrolling in cases like the visualization above.

stormpython commented 8 years ago
  1. I removed the opacity option because the Synthia Color Brewer scales really take care of that for us.
  2. I removed the color scale option due to time constraints. What is in currently works and this can be added as an enhancement later on.
  3. I removed the rotating axis labels option because this happens by default when labels overlap with one another. Perhaps this too can be something that is enhanced later on.
stormpython commented 8 years ago

@Crazyigor1987 I am going to break out your request into another issue, so that I can go ahead and merge the pull for view options.