Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improving widget positioning, etc #329

Closed
MasseGuillaume opened this issue Aug 6, 2013 · 4 comments
Closed

Improving widget positioning, etc #329

MasseGuillaume opened this issue Aug 6, 2013 · 4 comments

Comments

@MasseGuillaume
Copy link

I think the way kibana handle creating widget, moving and resizing them could be improved.

I came across a relevant stackoverflow post
http://stackoverflow.com/questions/16849390/how-to-make-gridster-added-widgets-resizable

full screen: http://jsfiddle.net/maxgalbu/UfyjW/embedded/result/

I think adding widget should be in a similar fashion: really simple.

@MasseGuillaume
Copy link
Author

@rashidkpc what do you think about that ?

This would remove the column widget, remove the concept of Rows (Rows tab in dashboard settings and Rows in the main view), thus simplify the ui a lot.

@rashidkpc
Copy link
Contributor

I've made several PoCs of Kibana with gridster, there are fluidity and responsiveness issues that need to be worked out

@MasseGuillaume
Copy link
Author

PoCs ? http://en.wikipedia.org/wiki/Projections_onto_convex_sets
oh proof of concept

can you push your work on a branch so I can start from there ?

@devilankur18
Copy link

+1

mrdavidlaing added a commit to cityindex/kibana that referenced this issue Jun 6, 2014
…to_v3.1.0

* commit 'c19105cf3f2dbefe7aa41caebca5bcf40efff3b7': (51 commits)
  Fixed spurious version too low message when elasticsearch is unreachable
  Update module.js
  fixed typo preventing filters from being applied to topN queries
  Removing console.log message
  Remove apply, update version to 3.1.0
  Add panel height params back in to fix column panel sizing. Closes elastic#1146
  Closes elastic#1206. Fix share url in firefox
  Fix box-sizing in firefox, fix spinner pushing down panel-extra-container, closes elastic#1218
  Fix column panel after 430d7fa.
  Add jsonpath to license file
  Reverting elastic#1163, the overhead is larger than I anticipated and regularly grabbing empty data sets causes some visual oddities
  Add margin to bottom of error
  Add ignore_unmapped to sorts, closes elastic#1153
  Simplify docs, add tooltip, clean up editor
  Use a field filter instead of terms filter so that analysis is done on the value. Closes elastic#1166. Closes elastic#1142
  Send render whenever window size changes or a panel is resized
  Simplify kibanaPanel directive, fix css that stopped overflow:scroll from working on the table panel
  Fix for possibility of partial spans
  remove commented out less
  Add drag to resize panel widths. Closes elastic#329
  ...
w33ble pushed a commit to w33ble/kibana that referenced this issue Sep 13, 2018
* Try one big action

* Set inflight

* Move full workpad refresh into one big event
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants
@devilankur18 @MasseGuillaume @rashidkpc and others