You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yes, it works in the zip file download, but I wanted to make some
changes/enhancements.
Ideas or suggestions ?
UPDATE: after doing this:
a)Install node & npm
b)npm install -g grunt-cli
c)npm install <--- in the kibana folder
d)grunt build
... the Add Panel button is now clickable, but for any options/settings no data shows just a spinner.
Thanks.
The text was updated successfully, but these errors were encountered:
* Fix: mouse x/y was sometimes harvested off the wrong element in the new `design`
* Feat: always visible hover box
* Chore: removed the propagation of the disused `selected` property
If I git clone https://github.com/elasticsearch/kibana.git
then cd src
then python -m SimpleHTTPServer
all is fine, except I can't click on Add Panel for Histogram
with or without all of the options filled.
Yes, it works in the zip file download, but I wanted to make some
changes/enhancements.
Ideas or suggestions ?
UPDATE: after doing this:
a)Install node & npm
b)npm install -g grunt-cli
c)npm install <--- in the kibana folder
d)grunt build
... the Add Panel button is now clickable, but for any options/settings no data shows just a spinner.
Thanks.
The text was updated successfully, but these errors were encountered: