Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
9 years ago
Solved

Trying to Add an Legend using the legend.md API to my custom visualization

 

I am following  the installation instructions at the below link.  I am using the API 1.4.0 ... 

 

https://github.com/Microsoft/powerbi-visuals-utils-chartutils/blob/master/docs/usage/installation-guide.md

 

right after i start modifying the tsconfig.json and the pbviz.json ... the visualization in debug mode goes blank ... , but i can see still in the rows in the data view...  

 

Am I missing something ?

 

 

 

 

  • Anonymous,

     

    Update powerbi-visuals-tools and add Dataview Utils as follows.

    npm install -g powerbi-visuals-tools
    	"node_modules/powerbi-visuals-utils-dataviewutils/lib/index.d.ts",
    	"node_modules/powerbi-visuals-utils-formattingutils/lib/index.d.ts",
    	"node_modules/powerbi-visuals-utils-dataviewutils/lib/index.js",
    	"node_modules/powerbi-visuals-utils-formattingutils/lib/index.js",

3 Replies

  • v-chuncz-msft's avatar
    v-chuncz-msft
    Community Support

    Anonymous,

     

    Update powerbi-visuals-tools and add Dataview Utils as follows.

    npm install -g powerbi-visuals-tools
    	"node_modules/powerbi-visuals-utils-dataviewutils/lib/index.d.ts",
    	"node_modules/powerbi-visuals-utils-formattingutils/lib/index.d.ts",
    	"node_modules/powerbi-visuals-utils-dataviewutils/lib/index.js",
    	"node_modules/powerbi-visuals-utils-formattingutils/lib/index.js",
    • Anonymous's avatar
      Anonymous
      Not applicable

      that worked ...  I add the .ts and .js files included but not installed the dataview

      • Anonymous's avatar
        Anonymous
        Not applicable

        I did that ... But every time , I try to add the legend  for a scatterchart , based on what I can see in the api for legend in the 1.4 ...  it says the svg scatterchart does not have a Legend property ...  Do you know if there is a good example out there with a legend ...  any help would be helpful ... 

         

        Tried searching ...