Hello is it possible to display your gathered data from user input?
I have 3 users each of them have sales goal(example : 3000) and how much they made with their sales (example: 555) . Could I display this data and compare all of them ?
Hello is it possible to display your gathered data from user input?
I have 3 users each of them have sales goal(example : 3000) and how much they made with their sales (example: 555) . Could I display this data and compare all of them ?
You need external packages. If terminal output is good enough, I recommend: https://github.com/gizak/termui.
Another easy way so far is to build a web interface serving chart JavaScript framework like https://www.chartjs.org/. The prerequisite is to have web development using go knowledge.
If you want it to be local app: https://github.com/therecipe/qt is good enough. Mine me, Qt is very tough at start without good mentoring.
Do i need start like xampp server for ChartJs?
ChargJS is a JavaScript framework. You can source it from its CDN: https://cdnjs.com/libraries/Chart.js on HTML pages.
Go can run web server on its own. A good start would be: https://golang.org/doc/articles/wiki/. Go server is powerful enough to run without ngix or apache servers.
Note:
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.