cancel
Showing results for 
Search instead for 
Did you mean: 

Dashed line i Column combination chart (design Studio 1.6)

Former Member
0 Kudos

Hi Experts,

I got Requirement from user to keep dashed line in column cpmbination chart for one of the line( I had 2 lines).

i tried applying stroke:dashedarray(5,5,5) Css but no luck

https://archive.sap.com/discussions/thread/3503622

i reffered below blogs not fullfilled by requirement.

https://wiki.scn.sap.com/wiki/display/BOBJ/Column+Combination+Chart

any help would be really appreciated.

Please find the attached chart

Accepted Solutions (1)

Accepted Solutions (1)

former_member206841
Participant
0 Kudos

Hello Varun,

The below CSS works:

.dashed .v-datalines

{

stroke-dasharray:5,5;

}

Sample output:

Regards

Dinesh

Answers (1)

Answers (1)

Former Member
0 Kudos

HI ,

Working like a charm 🙂

Thanks,

Varun

,

HI Dinesh.

It Worked .Thanks 🙂

Thanks,

Varun