Home > Enterprise >  Create kibana visualizations using Chart.js or elastic-charts
Create kibana visualizations using Chart.js or elastic-charts

Time:03-04

I want to create the charts/bar graphs/ pie plots similar to one which is created by kibana (in dashboard).

By using chart.js / elastic-charts on frontend and the data present in my elastic search instance.

how can I do that ?

CodePudding user response:

here is the discussion on the similar topic by one of team-members from elastic

https://discuss.elastic.co/t/how-does-kibana-generates-the-visualizations/298721/4

  • Related