Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cdn.fusioncharts.com is down #73

Open
JStein92 opened this issue Oct 25, 2024 · 7 comments
Open

cdn.fusioncharts.com is down #73

JStein92 opened this issue Oct 25, 2024 · 7 comments

Comments

@JStein92
Copy link

The docs reference https://cdn.fusioncharts.com/fusioncharts/latest/fusioncharts.js, which is currently down.

@Hardcore-fs
Copy link

Hardcore-fs commented Oct 27, 2024

looks like someone has pulled a dirty....
its all repointed to a new company and the CDN are now shutdown

https://www.ideracorp.com/developertools/fusioncharts

@rakNeoQOWS101
Copy link

Do we have any update from them ?

@christian-fries
Copy link

Here's the feedback I've got from support last friday:

Apologies for the inconvenience.
Currently the FusionCharts website and CDN is down also FusionExport is affected for the same. We have raised this issue with the concerned team and they are working on the same .
The website should be up and running soon .

The CDN is still offline and the new website points to the old website redirecting to the new website...

@gilles66
Copy link

Now https://cdn.fusioncharts.com/fusioncharts/latest/fusioncharts.js is working again.
But my charts on my website didn't work many days, this is a bad experience.

@yphoenix
Copy link

Never depend on some third-party CDN to host your libraries. You just found out what happens when you do. Host them yourself and if you need a CDN use one like Cloudflare. Do not, I repeat, do not depend on somebody else to host your libraries.

@Hardcore-fs
Copy link

If only it was that simple.....
tried several times to use it without CDN , but it wont work,
I also found buried CDN references in the javascript code...

@yphoenix
Copy link

It is that simple, download the files from the Product Update Center or download the file from git and include the files you need.

The files from GIT or the official licensed files don't have links to a CDN in them. Obviously don't use the files you download from a CDN, they are messed with and only work when referenced to a CDN.

With the following files in a folder:

fusioncharts.charts.js
fusioncharts.js
fusioncharts.powercharts.js
fusioncharts.widgets.js
... any others you might need

Then:

<script type="text/javascript" src="/path/to/your/folder//fusioncharts.js"></script>

And the rest will work like magic. FC will load the other libraries as needed.

We've been doing this for over 10 years now with FC and never an issue. Gives us complete control of the version of FC we run with - because the newer versions tends to have regression bugs that we don't want.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants