Search found 17 matches

Go to advanced search

by jromero
Mon Nov 21, 2022 8:35 pm
Forum: Highcharts Usage
Topic: Change line series color in the navigator
Replies: 1
Views: 126
 
Jump to post

Change line series color in the navigator

Hello! I have this line chart with a range selector. The problem, it's in the navigator. The line colors are opposite. Is there a way to fix this? image (2).png I tried this but is not working. https://api.highcharts.com/highstock/navigator navigator: { adaptToUpdatedData: true, margin: 0, // not wo...
by jromero
Mon Sep 12, 2022 3:48 pm
Forum: Highcharts Usage
Topic: Series data label display order
Replies: 10
Views: 458
 
Jump to post

Re: Series data label display order

Thank you so much Kamil! That's exactly what we needed!!

Have a wonderful day!!

Best,
José
by jromero
Mon Sep 12, 2022 1:21 pm
Forum: Highcharts Usage
Topic: Series data label display order
Replies: 10
Views: 458
 
Jump to post

Re: Series data label display order

Hey Kamil!

Thank you! for some reason the Totals series number is being displayed in all the other series.
Screen Shot 2022-09-12 at 9.18.27 AM.png
Screen Shot 2022-09-12 at 9.18.27 AM.png (153.43 KiB) Viewed 428 times
I'm trying to find a work around to fix this. Any tip will be appreciated! Thanks!

Best,
José
by jromero
Mon Sep 12, 2022 12:30 pm
Forum: Highcharts Usage
Topic: Series data label display order
Replies: 10
Views: 458
 
Jump to post

Re: Series data label display order

Thank you Kamil!

Oh that's good to know! I would have to give it a try.
OMG I totally missed the comma. Thank you for pointing it out!

Best,
José
by jromero
Mon Sep 12, 2022 11:41 am
Forum: Highcharts Usage
Topic: Series data label display order
Replies: 10
Views: 458
 
Jump to post

Re: Series data label display order

Hi Kamil, Thank you so much for your help! I added this portion of code (lines 118 to 127) to keep showing the other series after 2017 (when there is not overlapping). Probably there is a better way to do it but this was my solution. formatter: function() { if (this.x <= 2017) { const index = this.p...
by jromero
Sun Sep 11, 2022 11:12 pm
Forum: Highcharts Usage
Topic: Series data label display order
Replies: 10
Views: 458
 
Jump to post

Series data label display order

Hello! Is there a way to switch the order of the series datalabels? for example in the year 2002 it's showing the number 525, and i want to show the number from the total series which is 1,304 Screen Shot 2022-09-11 at 7.03.25 PM.png Fiddle: https://jsfiddle.net/jodarove/fnskLjhp/2/ Thank you! Best,...
by jromero
Fri Sep 09, 2022 3:45 pm
Forum: Highcharts Usage
Topic: Sankey chart colors.
Replies: 5
Views: 304
 
Jump to post

Re: Sankey chart colors.

Once again THANK YOU!! I really appreciate your help!

Best,
Jose
by jromero
Thu Sep 08, 2022 1:57 pm
Forum: Highcharts Usage
Topic: Sankey chart colors.
Replies: 5
Views: 304
 
Jump to post

Re: Sankey chart colors.

Hi Hubert, Thank you for your help! That's exactly what we needed! another question there is a way to make the left Venezuela tooltip to show the numbers with commas e.g. Venezuela: 4140436 to Venezuela: 4,140,436 and the same thing on the right hand side for every country e.g. Colombia: 1780486 to ...
by jromero
Thu Aug 25, 2022 7:07 pm
Forum: Highcharts Usage
Topic: Sankey chart colors.
Replies: 5
Views: 304
 
Jump to post

Sankey chart colors.

Hello all! It's possible to change the color of the sankey chart? What I'm trying to achieve it's matching the same color from the middle part (line/flow) and the end part (The side where are the countries: Colombia, Peru Chile, USA, Ecuador) This is my chart: https://jsfiddle.net/jodarove/02v51ywb/...
by jromero
Sat Jan 29, 2022 9:22 pm
Forum: Highcharts Usage
Topic: Hide datalabels when the bar is to small to fit them. Stacked bar chart
Replies: 5
Views: 1417
 
Jump to post

Re: Hide datalabels when the bar is to small to fit them. Stacked bar chart

Hi magdalena,

Thank you so much! that's exactly what we need it!

Enjoy the weekend!

Best,
by jromero
Tue Jan 25, 2022 10:07 pm
Forum: Highcharts Usage
Topic: Hide datalabels when the bar is to small to fit them. Stacked bar chart
Replies: 5
Views: 1417
 
Jump to post

Re: Hide datalabels when the bar is to small to fit them. Stacked bar chart

Hi Magdalena,

Thank you for your reply! We need the datalabels to hide when there isn't enough space, as you can see above the red bar is functioning properly. But the grey bar, on the far right, is not behaving the same way.

Best,
by jromero
Tue Jan 25, 2022 5:52 pm
Forum: Highcharts Usage
Topic: Hide datalabels when the bar is to small to fit them. Stacked bar chart
Replies: 5
Views: 1417
 
Jump to post

Hide datalabels when the bar is to small to fit them. Stacked bar chart

Hi all,

I think this is a possible bug, but I'm not sure. The datalabels on the right hand side isn't hiding as the one left side.
Screenshot at 2022-01-25 12-17-29.jpg
Screenshot at 2022-01-25 12-17-29.jpg (32.47 KiB) Viewed 1417 times
Is there any work around to fix this? Example here https://jsfiddle.net/jodarove/zjbe507r/10/

Thank you!
by jromero
Fri Jan 21, 2022 12:19 am
Forum: Highcharts Usage
Topic: Image not being exported.
Replies: 7
Views: 1158
 
Jump to post

Re: Image not being exported.

Hola mateusz.b,

Thank you for the update! I really appreciate it! I'm going to stick with the base64 till the new export server is release.
Thanks again!

Best,
by jromero
Wed Jan 19, 2022 11:18 pm
Forum: Highcharts Usage
Topic: Image not being exported.
Replies: 7
Views: 1158
 
Jump to post

Re: Image not being exported.

Hi mateusz.b,

Thank you for this workaround! This is really helpful! I will keep an eye on what the export server experts says.

Best,
José
by jromero
Wed Jan 19, 2022 8:33 pm
Forum: Highcharts Usage
Topic: Image not being exported.
Replies: 7
Views: 1158
 
Jump to post

Image not being exported.

Hi all! I'm trying to add a logo to a chart the following way. I can see the logo in the chart the problem is when I'm exporting it as png, jpeg, pdf, instead of showing the logo just show an question symbol. I recreate the problem in a JS fiddle https://jsfiddle.net/jodarove/8w1jtoux/6/ because we ...

Go to advanced search