Thank you Xavier & Franck for your valuable feedback,
I will show you guys about my background css. In this i have one Column-Combination-Dual Axis chart(One Column and One Line chart). And its background css is attached here, and please provide me valuable suggestions.
My requirement is,I have to hide the labels of column chart and I have tried different combinations like below,
case#1#
.Custom.g.v-datashapesgroup g.v-m-datalabel g.v-datalabel text {
visibility: hidden;
}
Result#1# No change in Labels.
case#2# Inset one Comma(",") like below
.Custom.g.v-datashapesgroup,g.v-m-datalabel g.v-datalabel text {
visibility: hidden;
}
Result#2# Now all labels hide-Both Column and Line
I have tried different combinations and failed. Please suggest a correct solution?
Rgds,
aby
