Select to view content in your preferred language

Formatting Y-Axis Labels on Cedar Chart

207
0
10-02-2024 10:06 AM
MatthewRantala1
Occasional Contributor

Hello, 

I am working on a hub site that I am including some charts and I want to format the labels on the Y-Axis to be prefixed with a dollar sign. At this point, I don't think it's possible but wanted to see if anyone had a solution.

Thanks for any help.

  {"type": "scatter",
"datasets": [{
"name": "dataset1",
"query": {
"outFields": "FIN_SQ_FT, EMV_BLDG"
},
"url": "https://gis.co.carver.mn.us/arcgis_ca/rest/services/Chaska/Chaska_Cadastral/FeatureServer/0"
}],
"series": [
{
"source": "dataset1",
"category": {
"field": "FIN_SQ_FT",
"label": "Finished Square Feet"
},
"value": {
"field": "EMV_BLDG",
"label": "Building Value"
}
}
]
}

 

Tags (2)
0 Kudos
0 Replies