Josep 8 Posted September 20, 2021 (edited) Hello, I have published in github my components to generate charts in uniGUI using de Google Charts API. The components support the following types: Annotation Area Bar Bubble Calendar Candlestick Column Combo Diff Donut Gantt Gauge Geo Histogram Intervals Line Organization Pie Sankey Diagram Scatter Stepped Area Table Timeline Tree Maps Trendlines Waterfall Word Trees The library includes in demos folder the GChartsDemo project with several examples that show how to build the different class charts. When running the demo you can: Display the Delphi Code used to generate the Chart Click Google Guide button to see the official documentation of Google Charts. Click on the Chart to see fired events You can get the source code in https://github.com/JosepPages7/Delphi-GCharts Edited September 20, 2021 by Josep Delete img 3 1 Share this post Link to post
luebbe 26 Posted September 20, 2021 Looks nice. I'm missing information on where to find unigui. A search on GitHub resulted in a lot of hits. Share this post Link to post
Lajos Juhász 293 Posted September 20, 2021 32 minutes ago, luebbe said: A search on GitHub resulted in a lot of hits. You should use a web search engine (like google): http://www.unigui.com/ Share this post Link to post
Mohammed Nasman 11 Posted September 21, 2021 16 hours ago, luebbe said: Looks nice. I'm missing information on where to find unigui. A search on GitHub resulted in a lot of hits. You should take a deep look into it, it's really very powerful framework to build web applications with Delphi using ExtJS framework for frontend. Share this post Link to post
BruceTTTT 7 Posted September 21, 2021 9 hours ago, Mohammed Nasman said: You should take a deep look into it, it's really very powerful framework to build web applications with Delphi using ExtJS framework for frontend. I concur. Never been able to produce a web app so quickly. www.unigui.com Share this post Link to post
Joseph MItzen 251 Posted September 21, 2021 (edited) On 9/20/2021 at 7:15 AM, Josep said: The library includes in demos folder the GChartsDemo project with several examples that show how to build the different class charts. The documentation and examples are far superior to Steema's TeeChart documentation. Seriously - far superior. Their tutorial dates back to Delphi 7, there's no simple list of charts by type that take you to documentation like you (and every other open source graphing library I'm familiar with across languages) organize their documentation by. There are examples on Github if you can find them, but they have vague titles, no text explanation, contain no code comments, don't show the expected output, and strangest of all, use random data so they wouldn't be reproducible even if you could see a picture of what the output should be! Edited September 21, 2021 by Joseph MItzen Share this post Link to post