简体   繁体   English

在Power BI中开发自定义视觉效果

[英]Developing custom visuals in Power BI

Is the code for Power BI Line and stacked column chart and KPI visuals available? Power BI 折线图和堆积柱形图以及KPI可视化文件的代码是否可用? If so, where can they be retrieved? 如果是这样,在哪里可以找到它们?

The purpose is to enhance the visuals: 目的是增强视觉效果:

  1. The axis lines are missing from the chart 图表中缺少轴线
  2. Bolding the numbers in KPI is not possible as well, as I want to rename goal to target 也不能在KPI中加粗数字,因为我想将目标重命名为目标

So, I am trying the find out if I can edit the existing code or do I have to start from the scratch. 因此,我正在尝试查找是否可以编辑现有代码,还是必须从头开始。

Source code of Power BI Core Visuals aren't available Power BI Core Visuals的源代码不可用

You need to consider to use another Custom Visual with source code 您需要考虑将其他Custom Visual与源代码一起使用

Probably PKI Chart by Akvelon meets to your requirements: Akvelon的PKI图表可能满足您的要求:

https://github.com/akvelon/PowerBI-KPI-Chart https://github.com/akvelon/PowerBI-KPI-Chart

https://appsource.microsoft.com/en-us/product/power-bi-visuals/WA104381432 https://appsource.microsoft.com/en-us/product/power-bi-visuals/WA104381​​432

And Advance Card supports bolding font: 并且Advance Card支持粗体字体:

https://github.com/bhavesh-jadav/Advance-Card/ https://github.com/bhavesh-jadav/Advance-Card/

https://appsource.microsoft.com/en-us/product/office/WA104381651 https://appsource.microsoft.com/en-us/product/office/WA104381​​651

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM