score:1
Accepted answer
According to the comments - something, like is required on the image, can be done by base on this official demo: https://jsfiddle.net/gh/get/library/pure/highcharts/highcharts/tree/master/samples/maps/demo/mapline-mappoint
After some attempts, @luftikus143 face into the issue that geometry can't be set as null in his custom JSON file and my solution is to assign it as an object with the empty coordinates array. Demo: jsfiddle.net/BlackLabel/06xvrs8m/1
{
"type": "Feature",
"geometry": {
type: 'polygon',
"coordinates": [
[
]
]
},
"properties": {
"OBJECTID": 1,
"NAME": "Great Bear Lake",
"Shape_Leng": 35.7525061159,
"Shape_Area": 6.12829979344
}
},
Source: stackoverflow.com
Related Query
- How to use a multi-layer map with countries and lakes with Highmaps?
- How to use Highmaps and Highcharts with Meteor?
- How to draw a bubble map with longitude and latitude using Highcharts in react
- Map for Highmaps with England, Wales and Scotland etc
- How to insert overlay images in HighMaps (or HighCharts) which scale with the map
- How to use a custom JSON map in Highmaps
- How to plot map and data with respect to zipcodes/neighbourhoods for amsterdam
- Custom map with Highmaps adding mappoint series in latitude and longitude using proj4js
- how can I use rangeselector and navigation in highcharts in the given code
- How to use a reactive list with reactive dataframe and R Highcharter in Shiny App
- How to make map with overlaid column charts using highmaps
- How to use getElementById with a reactive var and Meteor
- how to create a world map using highmaps and disable part of legend?
- How to find a point with longitude and latitude in a Highmaps maps serie, initiated with GeoJson?
- Highcharts: How to create Pie-Donut Chart with 1 slice to have 1 layer and other slices to have 2 layers
- How to use the tooltip formatter and still display chart color (like it does by default)?
- How to use highcharts with angular 5?
- how to import highcharts with webpack and babel
- How To Use Epoch Time With Highcharts Series Data?
- How to create a new Highstock chart with new Highchart and not jquery?
- Possible to use xAxis with type "datetime" and yAxis with categories?
- How to use highcharts with princeXML?
- Query regarding why and how to use highcharts license
- How to import Proj4js to use with Highmaps?
- How to structure Angular with Highcharts and lots of dynamic data
- How to use this highchart map in reactJS
- How do I use an Highcharts Solid Gauge in angular 6 with typescript?
- How can i force Highcharts to use same symbols in Legend and Series?
- Highcharts 3.0, area chart with stacked and unstacked series - how to fix?
- Highcharts - Global configuration with common code and unique data & Headings
More Query from same tag
- Dealing with pie chart label overlap [Highcharts]
- Highcharts percent with value
- Modify a csv file line by line
- Highcharts windbarb out-of-memory crash
- Is it possible to change linecolor for timeline chart in between specific points?
- Combining charts in version 8.1.1 causes last series to not appear
- PieChart (HighCharts) Data and Labels
- Set the number formatting in general for a Highcharts chart?
- Highcharts - How to show two tooltips for single point at different positions of chart?
- Can I use different if-conditions in Highstock-code?
- Highchart Change lineWidth of a Serie
- Highcharts: Change needle color of Gauge Chart on Hover
- Basic Highcharts Multiple Series Chart Using JSON
- Highcharts with range out of bound value highlight with different color
- change the categories and series in highcharts by select button?
- Move the legend a little bit higher
- C# Parse string into arrays for HighCharts
- Highcharts - Redraw empty chart
- Highcharts null endpoints flush with chart sides
- HighCharts fitting long Y-axis labels
- how to draw dotted line vertical line at 0 postiion in highChart
- Show more than 20 categories on highcharts heatmap xaxis
- Highcharts - Property value does not exist on type Point Angular 12
- Highstock Series Compare To Previous Day
- How I can rotate a polar chart?
- legend labelFormatter: getting space between name and percentage so they line up
- minPadding doesn't work
- How is the proper way to use HighCharts with StencilJS?
- Create vertical lines for an interval using highstocks
- How do you position the x-axis labels along the line y=0 using Highcharts?