Kibana iFrame cannot undo zoom

Dear all

Please see the video.

When viewing the iFrame of the Dashboard, if I zoom a visualization then it affects all panels. Thats a good feature. However their is no way to "Zoom back to Original"...The Back button on the browser works however.

Thanks
warmly

sanjay

hmm, not a ig issue, but can u get the network request when you zoom a visualization ? Back button does bring it back to original state.

which version is this?

Thanks
Rashmi

Thanks @rashmi
Both my ES and K are 7.7.0

This is the request going to ES

curl 'http://localhost:5601/internal/search/es' \
  -H 'Connection: keep-alive' \
  -H 'kbn-version: 7.7.0' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.116 Safari/537.36' \
  -H 'Content-Type: application/json' \
  -H 'Accept: */*' \
  -H 'Origin: http://localhost:5601' \
  -H 'Sec-Fetch-Site: same-origin' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Dest: empty' \
  -H 'Referer: http://localhost:5601/app/kibana' \
  -H 'Accept-Language: en-US,en;q=0.9' \
  --data-binary '{"params":{"ignoreThrottled":true,"preference":1594162817381,"index":"chicago_crime","body":{"aggs":{"2":{"date_histogram":{"field":"date","fixed_interval":"30d","time_zone":"UCT","min_doc_count":1}}},"size":0,"stored_fields":["*"],"script_fields":{},"docvalue_fields":[{"field":"date","format":"date_time"},{"field":"updated_on","format":"date_time"},{"field":"year","format":"date_time"}],"_source":{"excludes":[]},"query":{"bool":{"must":[],"filter":[{"match_all":{}},{"range":{"date":{"gte":"2009-12-05T14:32:06.826Z","lte":"2012-10-20T23:56:49.179Z","format":"strict_date_optional_time"}}}],"should":[],"must_not":[]}}},"rest_total_hits_as_int":true,"ignore_unavailable":true,"ignore_throttled":true,"timeout":"30000ms"},"serverStrategy":"es"}' \
  --compressed

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.