Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon'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.
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
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.
User | Count |
---|---|
6 | |
1 | |
1 | |
1 | |
1 |
User | Count |
---|---|
11 | |
3 | |
2 | |
2 | |
2 |