I am able to set theURL to be clicked when someone clicks on a province but it opens in the current window, I would like it to open in 'new' or '_blank'.
"dataProvider": {
"map": "canadaHigh",
"areas": data,
"urlField": "url",
"urlTarget": "new"
}