thekordy / ticketit

A simple helpdesk tickets system for Laravel 5.1+ which integrates smoothly with Laravel default users and auth system, demo is available at: http://ticketit.kordy.info/tickets
MIT License
875 stars 387 forks source link

Graphics error #566

Closed macaxpower closed 4 years ago

macaxpower commented 4 years ago
Captura de Tela 2020-09-14 às 18 52 40

I did the installation on my server but the graphics do not appear, can someone help me?

WhatsApp Image 2020-09-14 at 18 42 46 (1)

cryptoprof commented 4 years ago

Had the same problem. After changing single quote to double quote at line 217 ticketit/src/Views/bootstrap4/admin/index.blade.php like this <script type="text/javascript" src='https://www.google.com/jsapi?autoload={ "modules":[{ "name":"visualization", "version":"1", "packages":["corechart"] }] }'></script> all graphs are displayed.

macaxpower commented 4 years ago

@cryptoprof 🥇 Thank you very much 👍 it worked for me