luciozambon / eGiga2m

eGiga2m is a web graphic data viewer.
GNU General Public License v3.0
1 stars 3 forks source link

installation and configuration of ChartJS #10

Closed PhilLAL closed 2 years ago

PhilLAL commented 2 years ago

Hi, following #5 I saw that several commits have been made in repo 24 days ago about chartjs, especially creation of chartjs directory.

Do you have some instructions about how to install this ChartJS and how to configure it? Regards

luciozambon commented 2 years ago

instructions are unchanged https://github.com/luciozambon/eGiga2m/blob/master/INSTALL.md if you already have a working installation, you can try to install in a new folder test it and when it's all OK you should remove the old installation and rename the new one with the old name

On Thu, Nov 4, 2021 at 12:12 PM PhilIJC @.***> wrote:

Hi, following #5 https://github.com/luciozambon/eGiga2m/issues/5 I saw that several commits have been made in repo 24 days ago about chartjs, especially creation of chartjs directory.

Do you have some instructions about how to install this ChartJS and how to configure it? Regards

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/luciozambon/eGiga2m/issues/10, or unsubscribe https://github.com/notifications/unsubscribe-auth/AFKQB6L5UKDY7Y6JAVSF7E3UKJTCTANCNFSM5HLFTKKQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

PhilLAL commented 2 years ago

Thank you.

I installed the master in a new /var/www/html directory and copied into it ̀egiga2m_conf.js and lib/service//hdb_conf.php to use the same configuration.

However, I got this error in console:

Uncaught ReferenceError: isHighChartsInstalled is not defined
    <anonymous> http://HOSTNAME.DOMAINNAME.fr/eGiga2m-1.16.3/egiga2m.min.js:6
luciozambon commented 2 years ago

you could add in egiga2m_conf.js var isHighChartsInstalled = 0;

On Thu, Nov 4, 2021 at 1:16 PM PhilIJC @.***> wrote:

Thank you.

I installed the master in a new /var/www/html directory and copied into it ̀egiga2m_conf.js and lib/service//hdb_conf.php to use the same configuration.

However, I got this error in console:

Uncaught ReferenceError: isHighChartsInstalled is not defined

<anonymous> http://HOSTNAME.DOMAINNAME.fr/eGiga2m-1.16.3/egiga2m.min.js:6

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/luciozambon/eGiga2m/issues/10#issuecomment-960780327, or unsubscribe https://github.com/notifications/unsubscribe-auth/AFKQB6JRHUUDSWFEY7L5OF3UKJ2TLANCNFSM5HLFTKKQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

PhilLAL commented 2 years ago

It works now.It works, thank you.:)