Hi,
I found this thread regarding using CSS to increase the column width in a DS column chart.
Unfortunately, the correct answer does not work for me.
g.v-m-main g.v-m-plot g.v-column:nth-child(1) .v-datapoint.v-morphable-datapoint {width:100px; !important}
When debugging, I cannot find this class "v-column"! Perhaps this has changed with DS 1.6?
I have discovered other classes, and while I can manually change the width (Shift F12 DOM debugging), I do not seem to have found the right combination to put in my CSS.
One, failed attempt was
g.v-m-main g.v-m-plot g.v-plot-main g.v-datapoint-group .v-datapoint.v-morphable-datapoint {width: 100px; !important}
Any help will be appreciated.
Regards,
Martin