New windVector block
Posted: Fri Dec 06, 2024 10:28 pm
This is a block similar to ( derived from ) windRose block.
Wind is shown as vectors ( showing speed and direction change over time )
ver 0.1
- preliminary version
NOTE
You need also to modify the indexDesktop.php script adding the following line ( near line 212, after similar script tags ):
Wind is shown as vectors ( showing speed and direction change over time )
ver 0.1
- preliminary version
NOTE
You need also to modify the indexDesktop.php script adding the following line ( near line 212, after similar script tags ):
Code: Select all
<script src="https://code.highcharts.com/modules/vector.js"></script>