Hi guys,
Can anyone help me how to extend label width in the legend next to the Serial Chart on dashboard (Operations Dashboard). So far I have used ArcGIS Online Assistant to change the values in the "Item's JSON" but in this case it doesn't work anymore!?. Here is the part of the code where I was able to change the "labelWidth" values an extend my legend labels:
"legend": {
"enabled": true,
"position": "right",
"markerSize": 15,
"markerType": "circle",
"align": "center",
"labelWidth": 100,
"valueWidth": 0
},
If I change label width from 100 to 150 or 200..etc, legend labels and related serial chart bars remain the same, regardless of whether the legend is on the left or right side of the graph.
Thanks,
Boris