sbeyn / kibana-plugin-line-sg

Plugin for Kibana Version4.x and 5.x
MIT License
13 stars 16 forks source link

Add filters #1

Open pittoch opened 8 years ago

pittoch commented 8 years ago

Hi,

Very good plugin. But I regret that we were losing filter functionality that exist in native "Line chart" of Kibana. It is possible to use filter with your plugin ?

I test to add directly the code, but when I open the graph I have error.

Thanks

sbeyn commented 8 years ago

Hello,

I will soon add new features to this plugin and functionality "Filter".

Best regards.

Le 21/05/2016 15:45, pittoch a écrit :

Hi,

Very good plugin. But Iregret that we were losing filter functionality that exist in native "Line chart" of Kibana. It is possible to use filter with you query ?

I test to add directly the code, but when I open the graph I have error.

Thanks

— You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub https://github.com/sbeyn/kibana-plugin-line-sg/issues/1

rajshv commented 8 years ago

Hello Sbeyn,

I wanted to fork and just use bar chart and disable other charts, for which in controller code i made this variable with only bar entry. $scope.$root.editorLine.typeOptions = ["bar"]; I still see by default a line chart comes up and then again i need to go to options and then check the bar option in chart types. Please suggest any pointers. Thanks

sbeyn commented 8 years ago

Hi rajshv,

You can in this case replace the following line: config.data.types = $scope.vis.params.configLine.type; by config.data.type = 'bar';

tianchao-haohan commented 8 years ago

+1, is there any plan for the filter feature?

tianchao-haohan commented 8 years ago

@sbeyn Hi Sbeyn, is there any update on the filer requirement?