changkejun / google-chart-offline

google chart offline

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hello, i really liked your project, i find it really easily explained.

changkejun opened this issue · comments

Hello, i really liked your project, i find it really easily explained.

Nevertheless im having some issues using it on mvc5 c# proyect, when im in the index methods of my controllers using ". /charts/....." works well. But as soon as i call the gstatic loader from any other action the library tries to call "localhost...... /controllerName/charts/...." from the gstatic loader, what of course it will never find.

Any idea /fix to this?

The local copys are as in the example you made.

Thanks in advance.

Originally posted by @Glestencio in #3 (comment)

How about to add a base tag in the html head?
< base href="the parent path of chart folder" >