Hi,
I want to make the boxes and the squares smaller for the legend in a graph.
When changing directly in F12 im able to accomplish it but when trying to implement it in the CSS it is not working. See example code below.
Any idea what I am doing wrong?
Thanks,
Anders
.chart1 g.v-m-legend g.v-label.viz-legend-valueLabel g.v-row path {
d= M 0 -4 L -2 -4 Q -4 -4 -4 -2 L -4 2 Q -4 4 -2 4 L 2 4 Q 4 4 4 2 L 4 -2 Q 4 -4 2 -4 Z ;
}