Search found 45 matches

Go to advanced search

by veloopity
Sat Feb 18, 2023 2:07 pm
Forum: Highcharts Usage
Topic: "Highcharts is not defined" if libraries are loaded locally
Replies: 1
Views: 168
 
Jump to post

"Highcharts is not defined" if libraries are loaded locally

When I load the highcharts libraries in the global <head> of our CMS generated pages, all is good, but they are then loaded on dozens of other pages which don't contain Highcharts, and create an unnecessary overhead. I would rather load the libraries locally only on the few pages that use Highcharts...
by veloopity
Sun Jul 10, 2022 12:59 pm
Forum: Highcharts Usage
Topic: print chart with page
Replies: 1
Views: 572
 
Jump to post

print chart with page

Is there an official way to print a chart correctly when printing the whole HTML page?

I've tried half a dozen approaches I found googling for the topic but none of them helps. The chart is too wide and always gets cut off on the right side, instead of resizing to the page width.

-Michael
by veloopity
Tue Mar 29, 2022 12:11 pm
Forum: Highcharts Usage
Topic: tooltip formatting question
Replies: 9
Views: 1055
 
Jump to post

Re: tooltip formatting question

thx Mateusz. The values should be red/green, not the dot. I can add that myself to the tooltip formatting but I want to stick to the default tooltip format, just changing the value color. But all formatting examples on the web show something that looks very different to the default format. I don't k...
by veloopity
Sat Mar 26, 2022 11:32 am
Forum: Highcharts Usage
Topic: tooltip formatting question
Replies: 9
Views: 1055
 
Jump to post

tooltip formatting question

I checked out the tooltip formatter but I didn't find the standard format which would look like this (image)
Image

I only need to add a span style=color (red and green for negative and positive values)

-Michael
by veloopity
Wed Mar 16, 2022 9:35 am
Forum: Highcharts Usage
Topic: height: (9 / 16 * 100) + '%' // 16:9 ratio
Replies: 2
Views: 418
 
Jump to post

height: (9 / 16 * 100) + '%' // 16:9 ratio

I thought it was a good idea to set a chart height like 9/16 by setting it to height: (9 / 16 * 100) + '%' // 16:9 ratio as I found it described here: https://www.highcharts.com/forum/viewtopic.php?f=9&t=46489 It looks good on a big screen but when shrinking the viewport to mobile phone size, it...
by veloopity
Tue Dec 10, 2019 8:27 am
Forum: Highcharts Usage
Topic: some datalabels are missing
Replies: 5
Views: 1149
 
Jump to post

Re: some datalabels are missing

yes, it works with allowOverlap, all numbers stay visible. Thank you! -m
by veloopity
Mon Dec 09, 2019 12:01 pm
Forum: Highcharts Usage
Topic: some datalabels are missing
Replies: 5
Views: 1149
 
Jump to post

Re: some datalabels are missing

I made a test page:

https://tvfastfacts.de/temp/highchartstest.htm

There are differences depending on the browser:

Firefox and Chrome: all numbers are displayed but some disappear when I make the window smaller

MSIE and Edge: some numbers are always missing (the same, interestingly)

-Michael
by veloopity
Fri Dec 06, 2019 4:07 pm
Forum: Highcharts Usage
Topic: some datalabels are missing
Replies: 5
Views: 1149
 
Jump to post

some datalabels are missing

http://www.mpeters.de/temp/bars.PNG Some of the bars don't have datalabels above them. Why could this be? series: [ { type: 'column', name: 'Marktanteil (%)', color: '#0000FF', data: [4.1,4.6,5.0,5.4,6.7,9.1,7.1,8.7,10.1,9.9,11.1,8.9,8.5,8.9,7.7,4.6,4.4,4.4,10.3,10.4,12.0,9.3,12.6,15.1,14.5,16.4,7....
by veloopity
Fri Nov 22, 2019 5:20 pm
Forum: Highcharts Usage
Topic: plotoptions datalabels only one one of multi-chart
Replies: 4
Views: 825
 
Jump to post

Re: plotoptions datalabels only one one of multi-chart

thank you, it works great !!
by veloopity
Fri Nov 22, 2019 1:36 pm
Forum: Highcharts Usage
Topic: plotoptions datalabels only one one of multi-chart
Replies: 4
Views: 825
 
Jump to post

plotoptions datalabels only one one of multi-chart

I have a chart that shows one series as bars and another series as a line chart. Both have values displayed on top of them (using plotoptions and datalabels), but I want the values only displayed on top of the bars, not on the lines. Is that possible? -Michael https://tvfastfacts.de/temp/twoseries.P...
by veloopity
Fri Jul 12, 2019 2:22 pm
Forum: Highcharts Usage
Topic: tooltip decimal point ',' instead of '.' ?
Replies: 1
Views: 371
 
Jump to post

tooltip decimal point ',' instead of '.' ?

how can I change the decimal point in tooltips to a comma?
by veloopity
Fri Jul 12, 2019 10:55 am
Forum: Highcharts Usage
Topic: Node.js server: image layout
Replies: 2
Views: 439
 
Jump to post

Re: Node.js server: image layout

thanks Rafal! I just discovered the xAxis style options and I'm experimenting now.
by veloopity
Thu Jul 11, 2019 4:05 pm
Forum: Highcharts Usage
Topic: Node.js server: image layout
Replies: 2
Views: 439
 
Jump to post

Node.js server: image layout

I managed to include this code into my own code: http://jsfiddle.net/6h8o16g0/ to retrieve an image from my chart data. It basically works, but even though I used the complete set of options, there are layout differences: 1. The title on the resulting image contains a regular "+" character...
by veloopity
Wed Jul 10, 2019 7:43 am
Forum: Highcharts Usage
Topic: export.highcharts.com data format
Replies: 3
Views: 469
 
Jump to post

Re: export.highcharts.com data format

it works !!! thx

Go to advanced search