Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Don't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.

Reply
Markus_P
Regular Visitor

D3 Symbol not rendering

Hello

 

I am not able to get a Symbol rendered. Text and lines are working fine. Now I am wonder what I am doing wrong.

 

Text I am showing with:

 

 

his.textPY = this.container.append("text")
            .classed("textPY", true);

 

 

this.textPY

        .text("PY")

        .attr("x", "2%")

        .attr("y", "94%")

        .attr("text-anchor", "begin")

        .style("font-size", fontSizeDiff + "px")

        .style("fill", "black")

        .attr("font-family", "Arial")

        .attr("font-weight", 250);

 

 

The Symbol I am trying with:

 

      this.Arrow1 = this.container.append("symbol")

            .classed("Arrow1", true);

 

 

var sym = d3.symbol().type(d3.symbolCross).size(500);

this.Arrow1
.append("path")
        .attr("d", sym)
        .attr("fill", "green")
        .attr("transform", "translate(50,50)");

 

 

But nothing is showing up.

Has anyone an idea?

 

Thanks

0 REPLIES 0

Helpful resources

Announcements
Las Vegas 2025

Join us at the Microsoft Fabric Community Conference

March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!

Jan25PBI_Carousel

Power BI Monthly Update - January 2025

Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.

December 2024

A Year in Review - December 2024

Find out what content was popular in the Fabric community during 2024.