![]() |
Charts in Codignater - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5) +--- Forum: General Help (https://forum.codeigniter.com/forumdisplay.php?fid=24) +--- Thread: Charts in Codignater (/showthread.php?tid=73110) |
Charts in Codignater - devapriya - 03-20-2019 Hi, I would like to know which is the best practice to implement charts in CodeIgniter ? RE: Charts in CodeIgniter - John_Betong - 03-20-2019 Depends... I have used raw SVG and found they are very good but require a lot of research to make them pretty with many features. HighCharts are good but require a good knowledge of JavaScript. Google Charts are my current favourite because they have numerous features and good documentation. IoT Charts, TheThingsNetwork RE: Charts in Codignater - php_rocs - 03-20-2019 @devapriya, I don't know if there is a best practice of integrating charts in CI. I think it is more of a which charting library meets your needs. If you are using a bootstrap admin theme then in most cases a JS charting library is included. If you just want a JS charting library then there is a whole lot of them (and all of them have instructions on how to use them properly). My question is what are your needs? |