IT之家 9 月 6 日消息,繼 React 和 Angular 之后,微軟今日宣布為另一大前端開發(fā)框架 Vue.js 推出了 Power BI 組件。
React、Angular 和 Vue.js 都是著名的 JavaScript 框架,微軟 Power BI 則是一款數(shù)據(jù)可視化工具,可輕松地連接到數(shù)據(jù)、對(duì)數(shù)據(jù)進(jìn)行建模和可視化,從而創(chuàng)建報(bào)表等。
IT之家了解到,微軟 Power BI 支持 Vue.js 后,開發(fā)者就可以使用該工具分析平臺(tái)上的數(shù)據(jù),并支持嵌入儀表板、問答和其他 Power BI 功能小組件。
導(dǎo)入庫(kù):
import { PowerBIReportEmbed} from 'powerbi-client-vue-js';
嵌入示例:
<PowerBIReportEmbed :embedConfig = {{ type: "report", id: "<Report Id>", embedUrl: "<Embed Url>", accessToken: "<Access Token>", tokenType: models.TokenType.Embed, settings: { panes: { filters: { expanded: false, visible: false } }, background: models.BackgroundType.Transparent, } }} :cssClassName = { "reportClass" } :phasedEmbedding = { false } :eventHandlers = { new Map([ ['loaded', () => console.log('Report loaded');], ['rendered', () => console.log('Report rendered');], ['error', (event) => console.log(event.detail);] ]) } > </PowerBIReportEmbed>
廣告聲明:文內(nèi)含有的對(duì)外跳轉(zhuǎn)鏈接(包括不限于超鏈接、二維碼、口令等形式),用于傳遞更多信息,節(jié)省甄選時(shí)間,結(jié)果僅供參考,IT之家所有文章均包含本聲明。