Search found 15 matches

Go to advanced search

by itchamp
Thu Jul 13, 2023 9:15 pm
Forum: Highcharts Maps
Topic: Keep the rendered text at the same position in case null data point
Replies: 2
Views: 1865
 
Jump to post

Re: Keep the rendered text at the same position in case null data point

Yes, That was it. It works!

Thank you so so much!! Really appreciate your guidance.
by itchamp
Wed Jul 12, 2023 6:57 am
Forum: Highcharts Maps
Topic: Keep the rendered text at the same position in case null data point
Replies: 2
Views: 1865
 
Jump to post

Keep the rendered text at the same position in case null data point

Hi, In a categorized map, I am rendering some text for each category (i.e. series) using chart.renderer API. This works as expected as shown in this fiddle - https://jsfiddle.net/e7ghk6um/1/ When a particular data point is missing (i.e. null data points) in the map, the same text is moved to some ot...
by itchamp
Fri Jul 07, 2023 3:21 pm
Forum: Highcharts Maps
Topic: Map's Geojson is not being rendered
Replies: 3
Views: 1555
 
Jump to post

Re: Map's Geojson is not being rendered

That was it! Thank you so so much!

Appreciate your quick response! I love HighCharts!
by itchamp
Thu Jul 06, 2023 5:50 pm
Forum: Highcharts Maps
Topic: Map's Geojson is not being rendered
Replies: 3
Views: 1555
 
Jump to post

Map's Geojson is not being rendered

Hi,

I am trying to render the geojson of a map but for some reason map is not being rendered. Could you please guide me on what is incorrect in my code? here is the fiddle - https://jsfiddle.net/eLhoyd2q/

I really appreciate your guidance here. Thank you!
by itchamp
Thu May 25, 2023 3:30 pm
Forum: Highcharts Maps
Topic: Map Drilldown - Map is rotating 180 degrees after Drillup
Replies: 3
Views: 509
 
Jump to post

Re: Map Drilldown - Map is rotating 180 degrees after Drillup

Thank you so much for resolving my issue.

It was my bad! In the future, I will make sure to post only in one place and avoid duplicate posts.

Once again, thanks for your notes and guidance! Really appreciate it!
by itchamp
Wed May 24, 2023 11:28 pm
Forum: Highcharts Maps
Topic: Categorized map - How to render category summary in the map
Replies: 2
Views: 501
 
Jump to post

Re: Categorized map - How to render category summary in the map

Hi,

I was able to use renderer API to render the summary. I referred to this article https://support.highcharts.com/support/ ... -renderer-.

To style it, I used

Code: Select all

chart.renderer.text()
and passed true in the last parameter to style it as HTML.
by itchamp
Wed May 24, 2023 12:58 am
Forum: Highcharts Maps
Topic: Categorized map - How to render category summary in the map
Replies: 2
Views: 501
 
Jump to post

Categorized map - How to render category summary in the map

Hi, I am writing a categorized map (using json - the json was generated from SVG by using the tool - https://highcharts.github.io/map-from-svg/). I need to show the summary of each category on the map as shown in the attached image. The sample fiddler is - https://jsfiddle.net/wq5jg40k/4/ Can you pl...
by itchamp
Wed May 24, 2023 12:28 am
Forum: Highcharts Maps
Topic: Map Drilldown - Map is rotating 180 degrees after Drillup
Replies: 3
Views: 509
 
Jump to post

Map Drilldown - Map is rotating 180 degrees after Drillup

Hi, I am using json data to render the map (I have used an SVG file and converted the SVG into json using https://highcharts.github.io/map-from-svg/ tool). I am implementing drill-down feature in the map. The drilldown works but when I click "USA" in the breadcrumb, the map rotates by 180 ...
by itchamp
Tue May 23, 2023 4:01 pm
Forum: Highcharts Maps
Topic: HighCharts Maps - How to render custom marker with text and subtext
Replies: 3
Views: 708
 
Jump to post

Re: HighCharts Maps - How to render custom marker with text and subtext

Thank you so much! This is what I was looking for. Appreciate your guidance!
by itchamp
Tue May 23, 2023 5:46 am
Forum: Highcharts Maps
Topic: HighCharts Maps - How to render custom marker with text and subtext
Replies: 3
Views: 708
 
Jump to post

HighCharts Maps - How to render custom marker with text and subtext

Hi, I want to render a custom marker with text and subtext as shown in the attached snapshot. The blue circle shows the current value and the green circle shows the change in the value since last time. Could you please guide me on how can I achieve it? I will really appreciate it if you can share an...
by itchamp
Tue May 23, 2023 5:21 am
Forum: Highcharts Maps
Topic: How to render the USA map shown in the attachment
Replies: 3
Views: 551
 
Jump to post

Re: How to render the USA map shown in the attachment

Thanks for the response!

I was able to render by using SVG and converting the SVG to json using https://highcharts.github.io/map-from-svg/ tool.
by itchamp
Tue May 16, 2023 10:21 pm
Forum: Highcharts Maps
Topic: How to render the USA map shown in the attachment
Replies: 3
Views: 551
 
Jump to post

How to render the USA map shown in the attachment

Hi, I need to categorize the USA map and each category should have some space among each other. The sample map is shown in the attachment. How can I get the map rendered as shown in the attachment? The jsfiddle is https://jsfiddle.net/mngy03uq/ . Is there any way that I can have some space/gap among...
by itchamp
Mon May 15, 2023 3:55 pm
Forum: Highcharts Maps
Topic: Highcharts Maps - Drilldown not working in categorized areas in map
Replies: 8
Views: 843
 
Jump to post

Re: Highcharts Maps - Drilldown not working in categorized areas in map

Thanks for the note! I will keep an eye on the issue and get the latest code once the issue is fixed.
by itchamp
Fri May 12, 2023 8:04 pm
Forum: Highcharts Maps
Topic: Highcharts Maps - Drilldown not working in categorized areas in map
Replies: 8
Views: 843
 
Jump to post

Re: Highcharts Maps - Drilldown not working in categorized areas in map

After downgrading HC to V10, I could see the expected drill-down behavior in the categorized map.

Thanks for the guidance!

Hopefully, the regression is fixed in V11 soon.
by itchamp
Fri May 12, 2023 1:02 am
Forum: Highcharts Maps
Topic: Highcharts Maps - Drilldown not working in categorized areas in map
Replies: 8
Views: 843
 
Jump to post

Highcharts Maps - Drilldown not working in categorized areas in map

I am working on the DrillDown feature in HighChart Map - USA map. Drilldown works fine if I do not categorize the map (working example - https://jsfiddle.net/gh/get/library/pure/highcharts/highcharts/tree/master/samples/maps/demo/map-drilldown). In the jsfiddle, it could be seen that on clicking on ...

Go to advanced search