This is my first question and I am completely new to the wonderful d3.js. I am trying to make a choropleth map from a geojson file with 12 objects and lots of properties.
I want to calculate the domain for colorscale (quantize) by d3.min and d3.max, but something must be wrong. The min and max values ββare still undefined (if I believe my webinspektor). Everything works fine with Numbers in domain tags.
Hope someone can help me. Thanks for every reply.
Here is my code:
d3.json("IKSK_LK_Goe_31463.json", function (collection) { overlay.afterAdd = function () {
source share