cancel
Showing results for 
Search instead for 
Did you mean: 
Reply
NishPatel
Helper II
Helper II

Deneb Dashed Line Chart

I am trying to create a dashed line chart but the lines remain solid in the plot area. Legend looks good. Any help would be appreciated. I am using sample stocks data here.

 

Below is my code

 

{
"config": {"view": {"continuousWidth": 400, "continuousHeight": 300}},
"data": {"name": "dataset"},
"mark": "line",
"encoding": {
"color": {"field": "symbol", "type": "nominal"},
"strokeDash": {"field": "symbol", "type": "nominal"},
"x": {"field": "date", "type": "temporal"},
"y": {"field": "price", "type": "quantitative"}
}

}

 

And below is what I am getting

 

NishPatel_0-1669404243840.png

 

This is what I am looking for

 

NishPatel_1-1669404295543.png

 

1 ACCEPTED SOLUTION
ppm1
Solution Sage
Solution Sage

There is a setting in the Config that is providing a different default for the "line" mark. Delete this from the Config in the Deneb editor.

 

"line": {
"strokeWidth": 3,
"strokeCap": "round",
"strokeJoin": "round"
},

 

Pat

 

Microsoft Employee

View solution in original post

2 REPLIES 2
ppm1
Solution Sage
Solution Sage

There is a setting in the Config that is providing a different default for the "line" mark. Delete this from the Config in the Deneb editor.

 

"line": {
"strokeWidth": 3,
"strokeCap": "round",
"strokeJoin": "round"
},

 

Pat

 

Microsoft Employee

Thank You. It worked.

Helpful resources

Announcements
PBI Sept Update Carousel

Power BI September 2023 Update

Take a look at the September 2023 Power BI update to learn more.

Learn Live

Learn Live: Event Series

Join Microsoft Reactor and learn from developers.

Dashboard in a day with date

Exclusive opportunity for Women!

Join us for a free, hands-on Microsoft workshop led by women trainers for women where you will learn how to build a Dashboard in a Day!

Top Solution Authors
Top Kudoed Authors