Search found 5 matches

Go to advanced search

by Kodjo
Fri Apr 08, 2022 8:33 am
Forum: Highcharts Usage
Topic: Heatmap graph sizing without changing yAxis text length
Replies: 1
Views: 219
 
Jump to post

Heatmap graph sizing without changing yAxis text length

Is there a way to only change the size of the graph but leave alone the size of the yAxis text?

For example with the heatmap below. I would like to set a new size to the graph :
image1.png
image1.png (44.96 KiB) Viewed 219 times
But I am getting this instead. The graph and the yAxis label are being impacted
image2.png
image2.png (28.22 KiB) Viewed 219 times
by Kodjo
Tue Feb 08, 2022 12:43 pm
Forum: Highcharts Maps
Topic: Maps with Bubbles instead of colored countries
Replies: 3
Views: 642
 
Jump to post

Re: Maps with Bubbles instead of colored countries

Thanks for the tip, indeed I needed to use "joinBy: ["iso-a3", "code3"],"
It works.
by Kodjo
Mon Feb 07, 2022 3:32 pm
Forum: Highcharts Maps
Topic: Maps with Bubbles instead of colored countries
Replies: 3
Views: 642
 
Jump to post

Maps with Bubbles instead of colored countries

Hi team. here is the map option I have. I want to build a bubble map, but everytime i set type: 'mapbubble', in the series the map become all grey. Without specifying the mapbuble type I have a mono color over the countries instead. Anything I am doing wrong here ? Thanks K const mapOptions = { char...
by Kodjo
Thu Oct 21, 2021 7:25 am
Forum: Highcharts Gantt
Topic: Align bars to Yaxis labels
Replies: 7
Views: 1774
 
Jump to post

Re: Align bars to Yaxis labels

Thanks @mateusz.b for quick answer. Please see below my Highcharts react code. I am using: react v16.0.0, highcharts-react-official v3.0.0, highchartsReact v9.0.1 import React ,{useState} from 'react' import HighchartsReact from "highcharts-react-official"; import Highcharts from "hig...
by Kodjo
Thu Oct 21, 2021 3:31 am
Forum: Highcharts Gantt
Topic: Align bars to Yaxis labels
Replies: 7
Views: 1774
 
Jump to post

Align bars to Yaxis labels

I have the bars in my chart for reason I dont know not aligned with the labels as you can see in the image below.
Is there a way to align them ?
Sorry I dont have a reproducible example of code to show this.

https://drive.google.com/file/d/1gwZ4wv ... sp=sharing

Go to advanced search