We want to implement HighCharts in our custom Joomla module. Since it's a Javascript library, do we attach it to the view as a reference to the script files? I've also read about a PHP wrapper for HighCharts. Is it advisable to use it instead of the direct Javascript library?
相关问题
- How can I change the Joomla administrator URL By P
- Issues using highcharts node export server from Cl
- Rails collecting and rendering JSON data in to a H
- Create highchart density with more than 2 groups
- Highcharts / Highstock step line without vertical
相关文章
- Fatal error: Call to a member function getKeyName(
- Change color of bars depending on value in Highcha
- Changing Highcharts data series type dynamically
- Set highcharts y-axis min value to 0, unless there
- high chart sample
- Highchart's gauge with gradient plotband
- How to import Joomla to Azure?
- HighCharts pie chart X-axies values are not displa
To embed Javascript files into a Joomla module, you need to use the following code:
If you need to write custom Javascript, then you will need to write it like so:
Hope this helps.