.. ================================================== .. FOR YOUR INFORMATION .. -------------------------------------------------- .. -*- coding: utf-8 -*- with BOM. .. ================================================== .. DEFINE SOME TEXTROLES .. -------------------------------------------------- .. role:: underline .. role:: typoscript(code) .. role:: ts(typoscript) :class: typoscript .. role:: php(code) Introduction ============ What does it do? ---------------- This extension introduces a new concept for dealing with the JpGraph library. It makes it possible to develop JpGraph templates in XML. The XML templates are easily written from the php examples provided with the JpGraph library. Markers can be introduced in templates. Data can also be changed through XML either manually or by means of queries if an Admin user has authorized it. JpGraph information can be found at `http://www.aditus.nu/jpgraph/ `_ JpGraph is released under a dual license. `QPL 1.0 (Qt Free Licensee) `_ For non-commercial, open-source or educational use and JpGraph Professional License for commercial use. `The professional version `_ also includes additional features and support. Screenshots ----------- Simple example with user defined data and color ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ .. figure:: ../Images/ScreenshotsPolarPlotFlexform.png .. figure:: ../Images/ScreenshotsPolarPlot.png Example using a query ^^^^^^^^^^^^^^^^^^^^^ .. figure:: ../Images/ScreenshotsBarPlotWithQueriesFlexform.png .. figure:: ../Images/ScreenshotsBarPlotWithQueries.png Others examples ^^^^^^^^^^^^^^^ .. figure:: ../Images/ScreenshotsLeds.png .. figure:: ../Images/ScreenshotsPiePlot.png .. figure:: ../Images/Screenshots3DPiePlot.png .. figure:: ../Images/ScreenshotsRadarGraph.png .. figure:: ../Images/ScreenshotsGroupBarPlot.png .. figure:: ../Images/ScreenshotsAccumulatedBarPlot.png .. figure:: ../Images/ScreenshotsPlots.png .. figure:: ../Images/ScreenshotsMap.png