Search found 33 matches

Go to advanced search

by WhoAmI
Tue Feb 26, 2019 3:05 pm
Forum: Highcharts Usage
Topic: Exporting Highcharts side by side in pdf
Replies: 18
Views: 13012
 
Jump to post

Re: Exporting Highcharts side by side in pdf

Hi, Locally tested files are throwing an error like: Error in function Object.Ft (https://code.highcharts.com/7.0.3/lib/jspdf.js:31:22686): Failed to execute 'btoa' on 'Window': The string to be encoded contains characters outside of the Latin1 range. DOMException: Failed to execute 'btoa' on 'Wind...
by WhoAmI
Tue Feb 26, 2019 12:32 pm
Forum: Highcharts Usage
Topic: Multiple Highcharts on a PDF
Replies: 10
Views: 4615
 
Jump to post

Re: Multiple Highcharts on a PDF

The white space marked in red has to be deleted
by WhoAmI
Mon Feb 25, 2019 9:09 pm
Forum: Highcharts Usage
Topic: Multiple Highcharts on a PDF
Replies: 10
Views: 4615
 
Jump to post

Re: Multiple Highcharts on a PDF

Any update on this
by WhoAmI
Mon Feb 25, 2019 11:11 am
Forum: Highcharts Usage
Topic: Multiple Highcharts on a PDF
Replies: 10
Views: 4615
 
Jump to post

Re: Multiple Highcharts on a PDF

WhoAmI, I can see the problem but I am not able to figure out why your width and height doesn't fit, the more I don't know your code and what exactly you want to achieve. I suggest you put your question on StackOverflow - more people will see it and there is a big chance you will find your answer t...
by WhoAmI
Thu Feb 21, 2019 10:46 pm
Forum: Highcharts Usage
Topic: Exporting Highcharts side by side in pdf
Replies: 18
Views: 13012
 
Jump to post

Re: Exporting Highcharts side by side in pdf

To add images you have to add them as svg objects and use the same approach as posted in above demos (use addSVG function with svg image source as a parameter). However svg2pdfjs do not support images with external resources, so it is required to convert them to base64 format first. Check demo post...
by WhoAmI
Mon Feb 18, 2019 12:15 pm
Forum: Highcharts Usage
Topic: x-Axis labels not showing in Highcharts
Replies: 1
Views: 1298
 
Jump to post

x-Axis labels not showing in Highcharts

Hello,

The x-axis labels are not displaying. It is displaying them as object Object. When I check them on Console it is displaying the x-axis labels under Object correctly.

Why it is dispaying in Concole and why it is not displaying under the graph.
Unbenannt.PNG
Unbenannt.PNG (7.5 KiB) Viewed 1298 times
by WhoAmI
Mon Feb 11, 2019 3:20 pm
Forum: Highcharts Usage
Topic: Multiple Highcharts on a PDF
Replies: 10
Views: 4615
 
Jump to post

Re: Multiple Highcharts on a PDF

WhoAmI, Could you simplify your code as much as you can and reproduce your issue with the minimal code? Thanks for your response I deleted as much as I can. https://codepen.io/WhoAmIAmWho/pen/vQdwjP Could you please have a look into it now. 1) Download the pdf 2) Press ctrl+p and check the layout o...
by WhoAmI
Fri Feb 08, 2019 10:34 am
Forum: Highcharts Usage
Topic: Multiple Highcharts on a PDF
Replies: 10
Views: 4615
 
Jump to post

Re: Multiple Highcharts on a PDF

May I have any word on this please
by WhoAmI
Thu Feb 07, 2019 2:53 pm
Forum: Highcharts Usage
Topic: Multiple Highcharts on a PDF
Replies: 10
Views: 4615
 
Jump to post

Multiple Highcharts on a PDF

Hello, I have developed multiple highcharts on a single pdf (A3 page) export from the below thread. https://www.highcharts.com/forum/viewtopic.php?f=9&t=40947&p=144168#p144168 It worked good for 15 days on the A3-Page layout. The width and height are as below ('<svg height="2010" w...
by WhoAmI
Tue Nov 27, 2018 2:51 pm
Forum: Highcharts Usage
Topic: Exporting Highcharts side by side in pdf
Replies: 18
Views: 13012
 
Jump to post

Re: Exporting Highcharts side by side in pdf

WhoAmI, Can't I add it without using jspdf? Just wanted to be more clear before I proceed with this further. Yes, of course. You can add it exactly the same as I showed you on the demo you've sent me above. Just modify our custom function Highcharts.getSVG to add more photos accordingly. Check this...
by WhoAmI
Fri Nov 23, 2018 8:41 am
Forum: Highcharts Usage
Topic: Exporting Highcharts side by side in pdf
Replies: 18
Views: 13012
 
Jump to post

Re: Exporting Highcharts side by side in pdf

WhoAmI, Perhaps you should use another tool to generate your pdf. -What does this mean? I used Highcharts approach of downloading multiple highcharts into pdf and it went perfectly good and now I have a sample of adding an user selected image to it as well. I just want to integrate that piece of co...
by WhoAmI
Thu Nov 22, 2018 10:55 am
Forum: Highcharts Usage
Topic: Display two digits in Milliseconds.
Replies: 4
Views: 774
 
Jump to post

Re: Display two digits in Milliseconds.

Dear Nikunj, Kindly use tooltip: { valueDecimals: 2 }, Just for the info // point.percentage = 29.9345816 pointFormat: '{point.percentage:.0f}%' // returns: `30%` - (rounds to nearest) pointFormat: '{point.percentage:.1f}%' // returns: `29.9%` pointFormat: '{point.percentage:.2f}%' // returns: `29.9...
by WhoAmI
Thu Nov 22, 2018 10:50 am
Forum: Highcharts Usage
Topic: Exporting Highcharts side by side in pdf
Replies: 18
Views: 13012
 
Jump to post

Re: Exporting Highcharts side by side in pdf

Dear Wojtek,

Thanks for your guidance and am in the final step of finishing this.

I have to add 4 images to the exported pdf

https://codepen.io/WhoAmIAmWho/pen/vQdwjP

Could you please let me know how to add two SVG images so that I can modify it to add 4 images.

Thanks
by WhoAmI
Mon Nov 19, 2018 10:35 am
Forum: Highcharts Usage
Topic: How to use charts other than bar?
Replies: 3
Views: 468
 
Jump to post

Re: How to use charts other than bar?

Hello Mr. Nelson,

You have to use

type: 'spline'

for displaying a line chart you have to use the above type
by WhoAmI
Wed Nov 14, 2018 8:25 pm
Forum: Highcharts Usage
Topic: Two x-axis in Stacked column bar chart
Replies: 10
Views: 6820
 
Jump to post

Re: Two x-axis in Stacked column bar chart

Dear Rafal,

Please have a look into the below fiddle

https://jsfiddle.net/gkt6hu5m/

The datalabel has to be in the x-axis like in my 1st post

Could you please guide me here

Go to advanced search