I am new to kibana and I want to know how does kibana generates the visualization on dashboard ?
i.e.
- Does it uses SSR for generating Graphics/Pie charts etc. ?
- Does it creates graphs on frontend using libraries like elastic-charts / charts.js /d3.js ?
CodePudding user response:
No ! Kibana charts are generated on frontend using elastic-charts
.
They were previously using D3.js for generating charts.