Hi experts,
With charts we knew how to use dotted or dashed lines ussing CSS this way:
svg g.v-m-plot g.v-datalines g.v-axis1 path:nth-child(2).v-lines.v-morphable-line {stroke-dasharray: 5,5 !important;} svg g.v-m-plot g.v-datalines g.v-axis1 path:nth-child(3).v-lines.v-morphable-line {stroke-dasharray: 2,8 !important;}
Now with thew new infocharts in DS1.6 does anyone know how to use this type of lines?
Thanks and regards,
Artur.