Like to help out with hosting costs for WXForum.net? Use the donate page. Thanks!
0 Members and 1 Guest are viewing this topic.
Quote from: Bunty on February 23, 2024, 12:20:30 AM. . . the steel gauges work for me:But not the graphs?
. . . the steel gauges work for me:
Nope, the graphs don't work and don't know why.
$jploc = "{$WEBROOT}/jpgraph-4.4.2/src/"; //must have trailing slash
Quote from: Bunty on March 04, 2024, 12:10:55 PMNope, the graphs don't work and don't know why.When I posted you had an error message where the graph should be, which said "Can't find JpGraph directory" or something similar. If you are trying to use @broadstairs' wxgraphs the path is specified in line 20 of graphsconf.php. This is mine:Code: [Select]$jploc = "{$WEBROOT}/jpgraph-4.4.2/src/"; //must have trailing slash
My gauges + graphs work: https://novawx.dscloud.me/wxgauges.php. I can provide my scripts if anyone is interested.
Hi MateI can't get the graphs to work on gauges. Can you tell me which files I ned to look at please?Many thanksChris
Hmmm. I don't seem to be able to locate those.
Funny that the free standing version works fine.
The wind rose is part of the distribution, the radar plot is not.
Removing a Wind Rose and Other Optional Gauges----------------------------------------------From release 2.0 I have integrated the Wind Rose 'gauge' into the standard 'package', from v2.1.0 it is enabledby default. . . To disable the Wind Rose you have to make the following changes...1. Edit gauges-ssT.htm/gauges-ss-basic.htm/gauges-ss-basic-inc.php and delete the 'radar' scriptstowards the end of the document. <script src="scripts/RGraph.common.core.min.js"></script> <script src="scripts/RGraph.rose.min.js"></script>2. Edit gauges.js, and change... showRoseGauge : true, To... showRoseGauge : false,That's it, the Wind Rose should now be removed from your page.