Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 3273

Re: column comibination dual axix chart formating

$
0
0

Hello Venkat,

 

Please try following:

 

svg.v-m-root g.v-m-main g.v-m-plot g.v-modules g.v-module g g.v-datalines g.v-axis1 path.v-lines:nth-child(1) {

stroke:  red !important;

}

 

 

svg.v-m-root g.v-m-main g.v-m-plot g.v-modules g.v-module g g.v-datalines g.v-axis1 path.v-lines:nth-child(2) {

stroke:  blue !important;

}

 

 

svg.v-m-root g.v-m-main g.v-m-plot g.v-modules g.v-module g g.v-datalines g.v-axis2 path.v-lines:nth-child(1) {

stroke:  violet !important;

}

 

 

svg.v-m-root g.v-m-main g.v-m-plot g.v-modules g.v-module g g.v-datalines g.v-axis2 path.v-lines:nth-child(2) {

stroke:  green !important;

}

 

 

This css works for me. Let me know if this solves your issue.

 

Thanks,

Nithya V


Viewing all articles
Browse latest Browse all 3273

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>