The author's own columns, whichever of them carries the value.
OptionalfeatureThe GeoJSON feature a choropleth row shades.
OptionalcenterA choropleth row's centroid, in degrees, when its author declared one.
The only geographic position a choropleth carries. The drawn element's
x/y are pixels on the canvas and its getCenterPoint() the same, so
a row without this has no centroid to emit.
OptionallongitudeA bubble map row's longitude, degrees east.
OptionallatitudeA bubble map row's latitude, degrees north.
One row of a
chartjs-chart-geodataset — a choropleth region, or a bubble on a bubble map.The two controllers take different rows and the fields say which: a choropleth shades a GeoJSON
featureand may declare acenterfor it, while a bubble map carries its own position. Measured onchartjs-chart-geo@4against a running chart, the bubble map's parse readslongitude ?? xandlatitude ?? y, so both spellings are the caller's degrees rather than pixels.The value itself is deliberately absent: its field name is whatever
scales.color.property/scales.size.propertynames, defaulting to'value', so it is read from ChartJsParsedValue.r where the parse has already resolved it.