-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Switch from highchart.js -> chart.js and code cleanup
- Loading branch information
Showing
62 changed files
with
3,408 additions
and
3,589 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,4 +4,3 @@ | |
|
||
header('Location: ../index.php'); | ||
|
||
?> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,23 @@ | ||
# ZonPHP | ||
## PHP Solar Logger | ||
|
||
Based on the version from Slaper and Rally | ||
I decided to build an new version without Adobe FLASH so it can be used | ||
Based on the initial version from Slaper and Rally | ||
I have continued and enhanced the project. The current version supports PHP8 and can be used | ||
on mobiles and tablets as well. | ||
|
||
![index.png](resources%2Findex.png) | ||
|
||
I replaced all charts with new JavaScript charts using http://www.highcharts.com/ | ||
and refactored the PHP code to support PHP8. | ||
Major changes in release 4 is the replacement of highchart with chart.js ( https://www.chartjs.org/) | ||
|
||
If you have any feedback or questions, please contact me at https://github.com/seehase/ZonPHP/issues | ||
|
||
### Day-View | ||
![img|320x271](resources%2Fday_view.png) | ||
![img.png](img.png) | ||
|
||
|
||
### All years per month view | ||
![all_years.png](resources%2Fall_years.png) | ||
|
||
## download | ||
* last stable version [download](https://github.com/seehase/ZonPHP/archive/master.zip) | ||
* current development version: [download](https://github.com/seehase/ZonPHP/archive/development.zip) |
Oops, something went wrong.