Hi
I have the same problem. I have attached the json file and here is the code. Have you found any solutions?
{
"data":
[
{
}
],
"augment":
[
{
"source":"c:/Petter/USStates.json"
}
],
"grammar":
[
{
"coordinates":
{
"dimensions":
[
{
"scale":
{
"spans":
[
{
"fit":"exact"
}
]
}
},
{
"scale":
{
"spans":
[
{
"fit":"exact"
}
]
},
"axis":
{
"gridStyle":
{
"fill":"#8888"
},
"lineStyle":
{
},
"markStyle":
{
},
"tickStyle":
{
}
}
}
],
"transforms":
[
{
"type":"projection",
"projectionParameters":
{
"name":"simple"
}
}
],
"style":
{
"fill":"#afa"
}
},
"elements":
[
{
"type":"polygon",
"style":
{
"fill":"#99f",
"stroke":
{
"width":0.25
},
"outline":"black"
}
},
{
"type":"edge",
"position":
[
{
"value":34.1
},
{
"value":41.78
},
{
"value":-118.7
},
{
"value":-87.75
}
],
"style":
{
"fill":"#c00",
"stroke":
{
"width":4
},
"endArrow":"arrow",
"outline":"black"
}
}
]
}
],
"size":
{
"width":800,
"height":600
},
"version":"7.1"
}