Is it possible to use local files for this Javascript library?

1

I am using 3 scripts to create a graph line chart using graphael. I used the online script. The problem is that I want to use it without access to external files.

<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/raphael/2.0.0/raphael-min.js"></script><scripttype="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/graphael/0.5.0/g.raphael-min.js"></script><scripttype="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/graphael/0.5.0/g.line-min.js"></script>

Icopiedthecodeto3differentlocalfiles.ButIhadanotherproblembecausetheyareverylargefilesandIdonotevenusehalfthecodeinmyexample,andI'mafraidthiswillmakeloadingmypagemoretimeconsuming.Arethesefilesshorter,withlesscode?DoIreallyneedtousethese3libraries?

Exampleofmychart: link

    
asked by anonymous 21.05.2015 / 11:59

0 answers