kibana/x-pack/plugins/canvas
Nathan L Smith 406df4d986
Open in dev tools button for request inspector (#109923)
Add a "Open in Dev Tools" link to the request inspector.

Allow the dev tools to open data uris that are lz-string encoded (the same method used by TypeScript Playground, which are a lot shorter than a base64 encoded string.)
2021-08-25 12:49:13 -05:00
..
__fixtures__ [Canvas] Expression metric (#104390) 2021-07-27 09:05:24 +03:00
canvas_plugin_src Upgrade EUI to v37.1.1 (#108210) 2021-08-16 12:15:44 -05:00
common
i18n [Canvas] Expression progress (#104457) 2021-08-04 11:33:01 +03:00
images
public Open in dev tools button for request inspector (#109923) 2021-08-25 12:49:13 -05:00
scripts
server
shareable_runtime Upgrade EUI to v36.1.0 (#107231) 2021-08-05 13:00:32 -06:00
storybook [Canvas] Expression shape (#103219) 2021-07-21 17:46:19 +03:00
tasks/mocks [Canvas] Expression reveal image. Async libs and images loading. (#103399) 2021-07-19 17:10:18 +03:00
types [Canvas] Expression reveal image. Async libs and images loading. (#103399) 2021-07-19 17:10:18 +03:00
.gitignore
.prettierrc
CONTRIBUTING.md
jest.config.js
kibana.json [Presentation] Adds owner to presentation team plugin kibana.json. Updated CODEOWNERS (#108408) 2021-08-12 15:54:39 -04:00
PLUGINS.mdx
README.md
tsconfig.json [build_ts_refs] improve caches, allow building a subset of projects (#107981) 2021-08-10 22:12:45 -07:00

Canvas

"Never look back. The past is done. The future is a blank canvas." ― Suzy Kassem, Rise Up and Salute the Sun

Getting Started

Canvas is included with X-Pack and requires a Basic license or better to use.

Feature Questions

Why are there no tooltips

We've opted for always available data labels instead, for now. While there exists much functionality that can be used for analytical purposes in Canvas our core concern in presentational. In a hands-off presentation format, such as a report or a slideshow, there is no facility for user to mouseover a chart to see a tooltip; data labels are a better fit for us.

Background

What is Canvas?

Canvas is a new visualization application on top of Elasticsearch data. Canvas is extremely versatile, but particularly differentiating example use cases include live infographics, presentations with live-updating charts, and highly customized reports.

Why did we build it? How does this align with the larger Kibana vision?

We realized early on that we are not trying to build one UI “to rule them all” in Kibana. Elasticsearch caters to a wide variety of use cases, users, and audiences and Kibana provides different experiences for these users to explore and interact with their data. Canvas is one of such applications, in particular catering to users looking for desktop-publishing level of control for the presentation of their data summaries.

Does Canvas replace any part of Kibana?

No, it is an alternative experience that does not conflict with other parts of Kibana.

Isnt there overlap between Canvas and Dashboard?

While both can be used as a way to build up reports, Canvas and Dashboard have different goals. Canvas focuses on highly customizable layout more suited to highly curated presentations, while Dashboard provides a fast and efficient way to build up and manage business analytics and operational dashboards that dont require a high degree of layout control and customizability.

Where can I see a demo of Canvas?

Elasticon 2017 keynote (starts at 01:27:00): https://www.elastic.co/elasticon/conf/2017/sf/opening-keynote

Shane Connelly's SQL webinar: https://www.elastic.co/webinars/introduction-to-elasticsearch-sql