kibana使用SSR吗?
我是 kibana 的新手,我想知道 kibana 如何在仪表板上生成可视化?
即
- 它是否使用 SSR 来生成图形/饼图等?
- 它是否使用像elastic-charts/charts.js/d3.js这样的库在前端创建图表?
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 ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不 ! Kibana 图表是使用
elastic-charts
在前端生成的。他们之前使用 D3.js 生成图表。
有关更多见解,您可以参考:
https:// /discuss.elastic.co/t/why-and-how-to-use-elastic-charts/298836
No ! Kibana charts are generated on frontend using
elastic-charts
.They were previously using D3.js for generating charts.
For more insights you can refer :
https://discuss.elastic.co/t/why-and-how-to-use-elastic-charts/298836