Grazie, ho trovato le sitruzioni su come utilizzare il plugin php-rgraph e mi fa i grafici che voglio visualizzare in un articolo Joomla.Detto questo il plugin funziona in questo modo ma ora vorrei nella clausola where inserire la condizione che i dati che voglio visualizzare devono essere compresi tra due date (le date vorrei farle inserire dall'utente con la scleta data da calendario).Come potrei fare? C'è un modo veloce secondo voi oppure anche qui dovrei realizzare un componenente ad hoc?
Queste sono le varibili che potrei sostituire da documentazione Rgraph:
http://www.jschmidt-systemberatung.de/index.php?option=com_content&view=article&id=206&Itemid=659&lang=en#php-rgraph-plugin-parameter"Description With string-tags,
"title" und "sql" you can provide variables, which will be replaced with their current values when the article is requested. Following is supported:
- #username# - Name of visitor (if not logged in, will be replaced by "Visitor").
- #userid# - Userid of visitor (if not logged in, will be replaced by "0").
- #date# - current date
- #datesql# - current date in mySQL format (w/o timestamp)
- #time# - current time (in "hour:minutes").
- #arcticleid# - Number (id) of current article
- #articlename# - Name (alias) of current article
- #catid# - Number of category of current article
- #own-variable# - contents of own variable, which is available with current article.
- #varinfo# - will cause an error, which provides names and values of all currently available variables in error message."
{rgraph height="400" width="600" variantThreedOffsety="10" variantThreedOffsetx="15"
data="database" sql=" SELECT C.oggetti_nome AS oggetti_nome,COUNT(*) AS A from xtr_alerts A join relazione_ntx_oggetti_antenne B on A.ntx_code = B.relazione_ntx_code join xtr_oggetti C on C.id = B.oggetti_code WHERE type_received = 0 GROUP BY ntx_code Order By A Desc Limit 10"
type="HBar" colorsSequential="1" tooltip="#label# <br>#val# Hits" title="Top 10 articoli movimentati" xaxisLabelsAngle="20"
marginBottom="105" truncate_label="20,..." variant="3d" tooltipsPositionStatic="0"}sample006{/rgraph}
</div>