Is export server ready to Highcharts V3? - highcharts

Does anybody knows if Highcharts exporting server at export.highcharts.com is currently supporting Highcharts 3.0beta? I'm trying to send my bubble charts to it and it fails, and displays a common error...
Thanks for answers!

A small test on jsFiddle with my own Highcharts config, and I find : Highcharts export server seems to be strict on which characters are sent to it. And I was sending it some... strange... characters ; replacing them fixed the problem.
Hope it will be useful to others,
Thanks !

Related

Google reCAPTCHA v3 can't find any token

So it's the first time I'm trying to use the google reCAPTCHA v3 (actually it's the first time I'm using any kind of captcha).
I followed the documentation and a very basic tutorial.
What I understand is that I should be able to see the token in my browser inspector.
The first issue is that i can see the logo on the bottom right of my screen, but there is definitely no token in my input.
The second issue comes from the browser console which indicates 3 kind of errors.
I'm working with Symfony Framework on a local environment.
Any clue would be much appreciated !
My twig & javascript files
Browser screenshot
Content-Security-Policy issues
So i figured out how to get the token....
I just had to remove those lines in the js file:
function onclick(e) {
e.preventDefault();
I still didn't find about the Content-Policy issues.

Emacs engine-mode returns engine/execute-search: Invalid format operation %%D

I have started using engine-mode for emacs and I love it. For some reason though the Amazon search engine does not work properly. I have used the same structure as advertised in the github website
(defengine amazon
"http://www.amazon.com/s/ref=nb_sb_noss?url=search-alias%3Daps&field-keywords=%s")
and when I try to search for anything emacs returns a "engine/execute-search: Invalid format operation %%D" error. All the other search engines worked flawlessly, and I couldn't find anyone with the same complaint online. I assume there might be some issue with the % signs in URL's?
Thanks in advance for any help on this.
Quoting #VanLaser solution, just use "https://www.amazon.com/s/ref=nb_sb_noss?field-keywords=%s"

Issue with npm and Highcharts

I am trying to install high-charts through npm and use it on the server side to output the data to a jade template. I am using basic express framework.
The first section in the link below is the guide that I am following.
http://www.highcharts.com/docs/getting-started/install-from-npm
However I am getting an error when I use this line of code
require('highcharts/modules/exporting')(Highcharts);
I have tried this across multiple computers and it's the same error across all.
Code used:
I have no idea why its failing. Any help would be great.
The problem is that you are trying to use Highcharts on the server side, but that library requires DOM nodes from the client's HTML document to work (like the document object from the error you show and also the container where the chart will be drawn).
You can emulate the client side using PhantomJS. This way you can render your charts on the server.
You can try following this guide from Highcharts documentation website.
However, it's definitely easier to load and use the library on the client side and use the server only to send the chart data to the client.

Highcharts & Joomla debug

I've been playing around with highcharts for the first time because it looks amazing! I'm trying to implement it on the Joomla platform but don't seem to be able to get it working.
I think I've successfully called the highcharts.js and jquery in the head. And I've added the div with the sample code down the page but the chart does not seem to be drawing. If I look at the console in firebug I can see there is a syntax error but unfortunantly I can't see what might be causing it given that I just cut and paste the sample code.
Thanks in advance,
Rowan
It looks like a problem with jquery / mootols problem, have you tried to use highcharts mootos wrapper without jquery or use noConflict jQuery.noConflict(); ?
Ah fixed it myself, I googled the error Uncaught SyntaxError: Unexpected token ILLEGAL and it turns out sometimes when you copy and paste js it does some weird things at the end. So I deleted the last line and simple retyped it and hey presto!

Email Footer Issue jira

I am able to recive and send emails properly.
Email footer content is displaying "template.footer.text" instead of text.
please provide suggestions.
what are files i need to edit and location for files.
regards,
tousif shaikh.
I've never worked with Jira but I'd speculate you're missing a template file which probably live here:
atlassian-jira/WEB-INF/classes/templates/email/html/includes/
atlassian-jira/WEB-INF/classes/templates/email/text/includes/
You'll probably have better luck at the Jira forums which seems to have been based on yours truly :)
https://answers.atlassian.com/questions/

Resources