├── .github └── ISSUE_TEMPLATE │ └── bug_report.md ├── .travis.yml ├── CHANGELOG.md ├── COPYING ├── README.md ├── appinfo ├── app.php ├── database.xml ├── info.xml └── routes.php ├── composer.json ├── css ├── personal.css ├── style.css └── widgets │ ├── D3Chart1.css │ ├── bootstrap.min.css │ ├── charts1.css │ ├── charts2.css │ ├── charts3.css │ ├── charts4.css │ ├── charts5.css │ ├── clock.css │ ├── codemirror.min.css │ ├── counter1.css │ ├── counter2.css │ ├── counter3.css │ ├── counter4.css │ ├── counter5.css │ ├── counter6.css │ ├── counter7.css │ ├── counter8.css │ ├── counter9.css │ ├── datatables.css │ ├── font-awesome.min.css │ ├── fontawesome-webfont.woff2 │ ├── fonts │ └── fontawesome-webfont.woff2 │ ├── formio.full.min.css │ ├── formio1.css │ ├── formio2.css │ ├── formio3.css │ ├── formio4.css │ ├── formio5.css │ ├── gauge1.css │ ├── gauge2.css │ ├── gauge3.css │ ├── gauge4.css │ ├── gauge5.css │ ├── gauge6.css │ ├── gauge7.css │ ├── gauge8.css │ ├── gauge9.css │ ├── grid1.css │ ├── grid2.css │ ├── grid3.css │ ├── grid4.css │ ├── grid5.css │ ├── hchart1.css │ ├── hchart2.css │ ├── hchart3.css │ ├── hchart4.css │ ├── hchart5.css │ ├── highcharts-editor.min.css │ ├── iframe1.css │ ├── iframe2.css │ ├── iframe3.css │ ├── iframe4.css │ ├── iframe5.css │ ├── iframe6.css │ ├── iframe7.css │ ├── iframe8.css │ ├── iframe9.css │ ├── info1.css │ ├── info2.css │ ├── info3.css │ ├── neo.min.css │ ├── series-label.js.map │ ├── solid-gauge.js.map │ └── test1.css ├── img ├── Capture_DCv2.PNG ├── Capture_DCv2_settings.PNG ├── abutix.svg ├── abywon.svg ├── acemyq.svg ├── acijil.svg ├── agonam.svg ├── ahyqyx.svg ├── ajogud.svg ├── akeduw.svg ├── alyqyz.svg ├── anofof.svg ├── apocob.svg ├── app.svg ├── arutag.svg ├── atikon.svg ├── awuhad.svg ├── chart-white.svg ├── chart.svg ├── charts.svg ├── clock-white.svg ├── clock.svg ├── dashboard-dark.svg ├── dashboard.svg ├── dashboardcharts.svg ├── diskspace-white.svg ├── diskspace.svg ├── ecexev.svg ├── efygam.svg ├── ehuvoh.svg ├── epodat.svg ├── eracar.svg ├── erifer.svg ├── etybef.svg ├── exajib.svg ├── exumeq.svg ├── ezatat.svg ├── fortunes-white.svg ├── fortunes.svg ├── grid.svg ├── icytes.svg ├── idagib.svg ├── igipeg.svg ├── ihilaq.svg ├── iluryh.svg ├── imykus.svg ├── inebav.svg ├── iporos.svg ├── iqagel.svg ├── ivetir.svg ├── iwanyg.svg ├── iwyfes.svg ├── izoqyx.svg ├── lorem-white.svg ├── lorem.svg ├── obulek.svg ├── odopic.svg ├── ogixak.svg ├── ogywen.svg ├── ojixow.svg ├── ojykiw.svg ├── omikax.svg ├── opilip.svg ├── oqajux.svg ├── oriwyb.svg ├── orixis.svg ├── otupaz.svg ├── ovobiq.svg ├── ovuvul.svg ├── oxenux.svg ├── ozojul.svg ├── ubopaq.svg ├── udepat.svg ├── ukaqor.svg ├── upafes.svg ├── upaxab.svg ├── uqonaj.svg ├── usyfyw.svg ├── uvepiw.svg ├── uxyfys.svg ├── widget.svg ├── widgets │ ├── abutix.svg │ ├── acemyq.svg │ ├── app.svg │ ├── atikon.svg │ ├── chart-white.svg │ ├── chart.svg │ ├── charts.svg │ ├── clock-white.svg │ ├── clock.svg │ ├── counter.svg │ ├── dashboard-dark.svg │ ├── dashboard.svg │ ├── diskspace-white.svg │ ├── diskspace.svg │ ├── ecexev.svg │ ├── formio.svg │ ├── fortunes-white.svg │ ├── fortunes.svg │ ├── gauge-dark.svg │ ├── gauge.svg │ ├── grid.svg │ ├── hchart.svg │ ├── hchart2.svg │ ├── iframe.svg │ ├── iluryh.svg │ ├── inebav.svg │ ├── info.svg │ ├── iporos.svg │ ├── lorem-white.svg │ ├── lorem.svg │ ├── refresh.svg │ ├── udepat.svg │ ├── widget.svg │ ├── ydypal.svg │ └── yqenid.svg ├── ycehiz.svg ├── ydaqok.svg ├── ydypal.svg ├── yhekaq.svg ├── ypewak.svg ├── yqenid.svg └── yqoxob.svg ├── js ├── personal.js └── widgets │ ├── Chart.min.js │ ├── Chart1.js │ ├── Chart2.js │ ├── Chart3.js │ ├── Chart4.js │ ├── Chart5.js │ ├── Counter1.js │ ├── Counter2.js │ ├── Counter3.js │ ├── Counter4.js │ ├── Counter5.js │ ├── Counter6.js │ ├── Counter7.js │ ├── Counter8.js │ ├── Counter9.js │ ├── D3Chart1.js │ ├── DataTables-1.10.18 │ ├── css │ │ ├── dataTables.bootstrap.css │ │ ├── dataTables.bootstrap.min.css │ │ ├── dataTables.bootstrap4.css │ │ ├── dataTables.bootstrap4.min.css │ │ ├── dataTables.foundation.css │ │ ├── dataTables.foundation.min.css │ │ ├── dataTables.jqueryui.css │ │ ├── dataTables.jqueryui.min.css │ │ ├── dataTables.semanticui.css │ │ ├── dataTables.semanticui.min.css │ │ ├── jquery.dataTables.css │ │ └── jquery.dataTables.min.css │ ├── images │ │ ├── sort_asc.png │ │ ├── sort_asc_disabled.png │ │ ├── sort_both.png │ │ ├── sort_desc.png │ │ └── sort_desc_disabled.png │ └── js │ │ ├── dataTables.bootstrap.js │ │ ├── dataTables.bootstrap.min.js │ │ ├── dataTables.bootstrap4.js │ │ ├── dataTables.bootstrap4.min.js │ │ ├── dataTables.foundation.js │ │ ├── dataTables.foundation.min.js │ │ ├── dataTables.jqueryui.js │ │ ├── dataTables.jqueryui.min.js │ │ ├── dataTables.semanticui.js │ │ ├── dataTables.semanticui.min.js │ │ ├── jquery.dataTables.js │ │ └── jquery.dataTables.min.js │ ├── Formio1.js │ ├── Formio2.js │ ├── Formio3.js │ ├── Formio4.js │ ├── Formio5.js │ ├── Gauge1.js │ ├── Gauge2.js │ ├── Gauge3.js │ ├── Gauge4.js │ ├── Gauge5.js │ ├── Gauge6.js │ ├── Gauge7.js │ ├── Gauge8.js │ ├── Gauge9.js │ ├── Grid1.js │ ├── Grid2.js │ ├── Grid3.js │ ├── Grid4.js │ ├── Grid5.js │ ├── Info1.js │ ├── Info2.js │ ├── Info3.js │ ├── Test1.js │ ├── accessibility.js │ ├── accessibility.js.map │ ├── annotations.js │ ├── annotations.js.map │ ├── axios.min.js │ ├── chartjspluginwaterfall.js │ ├── codemirror.min.css │ ├── codemirror.min.js │ ├── codemirror.min.js.map │ ├── d3.js │ ├── d3.min.js │ ├── data-csv.js │ ├── data-difi.js │ ├── data-gspreadsheets.js │ ├── data-socrata.js │ ├── data.js │ ├── data.js.map │ ├── datatables.css │ ├── datatables.js │ ├── datatables.min.css │ ├── datatables.min.js │ ├── dependency-wheel.js │ ├── diskspace.js │ ├── export-beautified-json.js │ ├── export-beautified.js │ ├── export-data.js │ ├── export-data.js.map │ ├── exporting.js │ ├── formio.full.js │ ├── formio.full.min.js │ ├── funnel.js │ ├── funnel.js.map │ ├── funnel3d.js │ ├── funnel3d.js.map │ ├── gauge.min.js │ ├── iFRAME1.js │ ├── iFRAME2.js │ ├── iFRAME3.js │ ├── iFRAME4.js │ ├── iFRAME5.js │ ├── iFRAME6.js │ ├── iFRAME7.js │ ├── iFRAME8.js │ ├── iFRAME9.js │ ├── images │ ├── DueCards.css │ ├── sort_asc.png │ ├── sort_asc_disabled.png │ ├── sort_both.png │ ├── sort_desc.png │ └── sort_desc_disabled.png │ ├── javascript.min.js │ ├── jquery-2.2.4.min.js │ ├── jquery.min.js │ ├── lodash.merge.js │ ├── lodash.min.js │ ├── map.js │ ├── modules │ ├── accessibility.js │ ├── accessibility.js.map │ ├── accessibility.src.js │ ├── annotations-advanced.js │ ├── annotations-advanced.js.map │ ├── annotations-advanced.src.js │ ├── annotations.js │ ├── annotations.js.map │ ├── annotations.src.js │ ├── arrow-symbols.js │ ├── arrow-symbols.js.map │ ├── arrow-symbols.src.js │ ├── boost-canvas.js │ ├── boost-canvas.js.map │ ├── boost-canvas.src.js │ ├── boost.js │ ├── boost.js.map │ ├── boost.src.js │ ├── bullet.js │ ├── bullet.js.map │ ├── bullet.src.js │ ├── current-date-indicator.js │ ├── current-date-indicator.js.map │ ├── current-date-indicator.src.js │ ├── cylinder.js │ ├── cylinder.js.map │ ├── cylinder.src.js │ ├── data.js │ ├── data.js.map │ ├── data.src.js │ ├── datagrouping.js │ ├── datagrouping.js.map │ ├── datagrouping.src.js │ ├── debugger.js │ ├── debugger.js.map │ ├── debugger.src.js │ ├── dependency-wheel.js │ ├── dependency-wheel.js.map │ ├── dependency-wheel.src.js │ ├── dotplot.js │ ├── dotplot.js.map │ ├── dotplot.src.js │ ├── drag-panes.js │ ├── drag-panes.js.map │ ├── drag-panes.src.js │ ├── draggable-points.js │ ├── draggable-points.js.map │ ├── draggable-points.src.js │ ├── drilldown.js │ ├── drilldown.js.map │ ├── drilldown.src.js │ ├── export-data.js │ ├── export-data.js.map │ ├── export-data.src.js │ ├── exporting.js │ ├── exporting.js.map │ ├── exporting.src.js │ ├── full-screen.js │ ├── full-screen.js.map │ ├── full-screen.src.js │ ├── funnel.js │ ├── funnel.js.map │ ├── funnel.src.js │ ├── funnel3d.js │ ├── funnel3d.js.map │ ├── funnel3d.src.js │ ├── grid-axis.js │ ├── grid-axis.js.map │ ├── grid-axis.src.js │ ├── heatmap.js │ ├── heatmap.js.map │ ├── heatmap.src.js │ ├── histogram-bellcurve.js │ ├── histogram-bellcurve.js.map │ ├── histogram-bellcurve.src.js │ ├── item-series.js │ ├── item-series.js.map │ ├── item-series.src.js │ ├── networkgraph.js │ ├── networkgraph.js.map │ ├── networkgraph.src.js │ ├── no-data-to-display.js │ ├── no-data-to-display.js.map │ ├── no-data-to-display.src.js │ ├── offline-exporting.js │ ├── offline-exporting.js.map │ ├── offline-exporting.src.js │ ├── oldie-polyfills.js │ ├── oldie-polyfills.js.map │ ├── oldie-polyfills.src.js │ ├── oldie.js │ ├── oldie.js.map │ ├── oldie.src.js │ ├── organization.js │ ├── organization.js.map │ ├── organization.src.js │ ├── overlapping-datalabels.js │ ├── overlapping-datalabels.js.map │ ├── overlapping-datalabels.src.js │ ├── parallel-coordinates.js │ ├── parallel-coordinates.js.map │ ├── parallel-coordinates.src.js │ ├── pareto.js │ ├── pareto.js.map │ ├── pareto.src.js │ ├── pathfinder.js │ ├── pathfinder.js.map │ ├── pathfinder.src.js │ ├── pattern-fill.js │ ├── pattern-fill.js.map │ ├── pattern-fill.src.js │ ├── price-indicator.js │ ├── price-indicator.js.map │ ├── price-indicator.src.js │ ├── pyramid3d.js │ ├── pyramid3d.js.map │ ├── pyramid3d.src.js │ ├── sankey.js │ ├── sankey.js.map │ ├── sankey.src.js │ ├── series-label.js │ ├── series-label.js.map │ ├── series-label.src.js │ ├── solid-gauge.js │ ├── solid-gauge.js.map │ ├── solid-gauge.src.js │ ├── sonification.js │ ├── sonification.js.map │ ├── sonification.src.js │ ├── static-scale.js │ ├── static-scale.js.map │ ├── static-scale.src.js │ ├── stock-tools.js │ ├── stock-tools.js.map │ ├── stock-tools.src.js │ ├── stock.js │ ├── stock.js.map │ ├── stock.src.js │ ├── streamgraph.js │ ├── streamgraph.js.map │ ├── streamgraph.src.js │ ├── sunburst.js │ ├── sunburst.js.map │ ├── sunburst.src.js │ ├── tilemap.js │ ├── tilemap.js.map │ ├── tilemap.src.js │ ├── timeline.js │ ├── timeline.js.map │ ├── timeline.src.js │ ├── treegrid.js │ ├── treegrid.js.map │ ├── treegrid.src.js │ ├── treemap.js │ ├── treemap.js.map │ ├── treemap.src.js │ ├── variable-pie.js │ ├── variable-pie.js.map │ ├── variable-pie.src.js │ ├── variwide.js │ ├── variwide.js.map │ ├── variwide.src.js │ ├── vector.js │ ├── vector.js.map │ ├── vector.src.js │ ├── venn.js │ ├── venn.js.map │ ├── venn.src.js │ ├── windbarb.js │ ├── windbarb.js.map │ ├── windbarb.src.js │ ├── wordcloud.js │ ├── wordcloud.js.map │ ├── wordcloud.src.js │ ├── xrange.js │ ├── xrange.js.map │ └── xrange.src.js │ ├── neo.min.css │ ├── old │ ├── annotations.js │ ├── data-csv.js │ ├── data-difi.js │ ├── data-gspreadsheets.js │ ├── data-socrata.js │ ├── data.js │ ├── export-beautified-json.js │ ├── export-beautified.js │ ├── exporting.js │ ├── funnel.js │ ├── highcharts-3d.js │ ├── highcharts-custom.js │ ├── highcharts-editor.advanced.min.js │ ├── highcharts-editor.complete.js │ ├── highcharts-editor.min.css │ ├── highcharts-editor.min.js │ ├── highcharts-editor.thumbnails.min.js │ ├── highcharts-more.js │ ├── highstock.js │ ├── solid-gauge.js │ └── standalone-framework.js │ ├── require.js │ ├── sankey.js │ ├── series-label.js │ ├── solid-gauge.js │ ├── solid-gauge.js.map │ ├── themes │ ├── avocado.js │ ├── avocado.js.map │ ├── avocado.src.js │ ├── dark-blue.js │ ├── dark-blue.js.map │ ├── dark-blue.src.js │ ├── dark-green.js │ ├── dark-green.js.map │ ├── dark-green.src.js │ ├── dark-unica.js │ ├── dark-unica.js.map │ ├── dark-unica.src.js │ ├── gray.js │ ├── gray.js.map │ ├── gray.src.js │ ├── grid-light.js │ ├── grid-light.js.map │ ├── grid-light.src.js │ ├── grid.js │ ├── grid.js.map │ ├── grid.src.js │ ├── sand-signika.js │ ├── sand-signika.js.map │ ├── sand-signika.src.js │ ├── skies.js │ ├── skies.js.map │ ├── skies.src.js │ ├── sunset.js │ ├── sunset.js.map │ └── sunset.src.js │ ├── vue.common.dev.js │ ├── vue.common.js │ ├── vue.esm.browser.js │ ├── vue.js │ ├── vue.min.js │ └── vue.runtime.js ├── lib ├── AppInfo │ └── Application.php ├── Controller │ └── SettingsController.php ├── Db │ ├── CoreDataRequestBuilder.php │ ├── CoreRequestBuilder.php │ ├── DataMapper.php │ ├── DataRequest.php │ └── DataRequestBuilder.php ├── Model │ └── DataConfig.php ├── Service │ ├── ConfigService.php │ ├── MiscService.php │ └── Widgets │ │ ├── Chart1 │ │ └── Chart1Service.php │ │ ├── Chart2 │ │ └── Chart2Service.php │ │ ├── Chart3 │ │ └── Chart3Service.php │ │ ├── Chart4 │ │ └── Chart4Service.php │ │ ├── Chart5 │ │ └── Chart5Service.php │ │ ├── Counter1 │ │ └── Counter1Service.php │ │ ├── Counter2 │ │ └── Counter2Service.php │ │ ├── Counter3 │ │ └── Counter3Service.php │ │ ├── Counter4 │ │ └── Counter4Service.php │ │ ├── Counter5 │ │ └── Counter5Service.php │ │ ├── Counter6 │ │ └── Counter6Service.php │ │ ├── Counter7 │ │ └── Counter7Service.php │ │ ├── Counter8 │ │ └── Counter8Service.php │ │ ├── Counter9 │ │ └── Counter9Service.php │ │ ├── D3Chart1 │ │ └── D3Chart1Service.php │ │ ├── Formio1 │ │ └── Formio1Service.php │ │ ├── Formio2 │ │ └── Formio2Service.php │ │ ├── Formio3 │ │ └── Formio3Service.php │ │ ├── Formio4 │ │ └── Formio4Service.php │ │ ├── Formio5 │ │ └── Formio5Service.php │ │ ├── Gauge1 │ │ └── Gauge1Service.php │ │ ├── Gauge2 │ │ └── Gauge2Service.php │ │ ├── Gauge3 │ │ └── Gauge3Service.php │ │ ├── Gauge4 │ │ └── Gauge4Service.php │ │ ├── Gauge5 │ │ └── Gauge5Service.php │ │ ├── Gauge6 │ │ └── Gauge6Service.php │ │ ├── Gauge7 │ │ └── Gauge7Service.php │ │ ├── Gauge8 │ │ └── Gauge8Service.php │ │ ├── Gauge9 │ │ └── Gauge9Service.php │ │ ├── Grid1 │ │ └── Grid1Service.php │ │ ├── Grid2 │ │ └── Grid2Service.php │ │ ├── Grid3 │ │ └── Grid3Service.php │ │ ├── Grid4 │ │ └── Grid4Service.php │ │ ├── Grid5 │ │ └── Grid5Service.php │ │ ├── Info1 │ │ └── Info1Service.php │ │ ├── Info2 │ │ └── Info2Service.php │ │ ├── Info3 │ │ └── Info3Service.php │ │ ├── Test1 │ │ ├── Test1Service.php │ │ └── Test1Service.php.org │ │ ├── iFRAME1 │ │ └── iFRAME1Service.php │ │ ├── iFRAME2 │ │ └── iFRAME2Service.php │ │ ├── iFRAME3 │ │ └── iFRAME3Service.php │ │ ├── iFRAME4 │ │ └── iFRAME4Service.php │ │ ├── iFRAME5 │ │ └── iFRAME5Service.php │ │ ├── iFRAME6 │ │ └── iFRAME6Service.php │ │ ├── iFRAME7 │ │ └── iFRAME7Service.php │ │ ├── iFRAME8 │ │ └── iFRAME8Service.php │ │ └── iFRAME9 │ │ └── iFRAME9Service.php ├── Settings │ ├── Personal.php │ └── Section.php └── Widgets │ ├── Chart1Widget.php │ ├── Chart2Widget.php │ ├── Chart3Widget.php │ ├── Chart4Widget.php │ ├── Chart5Widget.php │ ├── Counter1Widget.php │ ├── Counter2Widget.php │ ├── Counter3Widget.php │ ├── Counter4Widget.php │ ├── Counter5Widget.php │ ├── Counter6Widget.php │ ├── Counter7Widget.php │ ├── Counter8Widget.php │ ├── Counter9Widget.php │ ├── Formio1Widget.php │ ├── Formio2Widget.php │ ├── Formio3Widget.php │ ├── Formio4Widget.php │ ├── Formio5Widget.php │ ├── Gauge1Widget.php │ ├── Gauge2Widget.php │ ├── Gauge3Widget.php │ ├── Gauge4Widget.php │ ├── Gauge5Widget.php │ ├── Gauge6Widget.php │ ├── Gauge7Widget.php │ ├── Gauge8Widget.php │ ├── Gauge9Widget.php │ ├── Grid1Widget.php │ ├── Grid2Widget.php │ ├── Grid3Widget.php │ ├── Grid4Widget.php │ ├── Grid5Widget.php │ ├── Info1Widget.php │ ├── Info2Widget.php │ ├── Info3Widget.php │ ├── Test1Widget.php │ ├── iFRAME1Widget.php │ ├── iFRAME2Widget.php │ ├── iFRAME3Widget.php │ ├── iFRAME4Widget.php │ ├── iFRAME5Widget.php │ ├── iFRAME6Widget.php │ ├── iFRAME7Widget.php │ ├── iFRAME8Widget.php │ └── iFRAME9Widget.php └── templates ├── settings-personal.php └── widgets ├── Chart1.php ├── Chart2.php ├── Chart3.php ├── Chart4.php ├── Chart5.php ├── Counter1.php ├── Counter2.php ├── Counter3.php ├── Counter4.php ├── Counter5.php ├── Counter6.php ├── Counter7.php ├── Counter8.php ├── Counter9.php ├── Formio1.php ├── Formio2.php ├── Formio3.php ├── Formio4.php ├── Formio5.php ├── Gauge1.php ├── Gauge2.php ├── Gauge3.php ├── Gauge4.php ├── Gauge5.php ├── Gauge6.php ├── Gauge7.php ├── Gauge8.php ├── Gauge9.php ├── Grid1.php ├── Grid2.php ├── Grid3.php ├── Grid4.php ├── Grid5.php ├── Info1.php ├── Info2.php ├── Info3.php ├── iFRAME1.php ├── iFRAME2.php ├── iFRAME3.php ├── iFRAME4.php ├── iFRAME5.php ├── iFRAME6.php ├── iFRAME7.php ├── iFRAME8.php └── iFRAME9.php /.github/ISSUE_TEMPLATE/bug_report.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Bug report 3 | about: Create a report to help us improve 4 | title: '' 5 | labels: '' 6 | assignees: '' 7 | 8 | --- 9 | 10 | **Describe the bug** 11 | A clear and concise description of what the bug is. 12 | 13 | **To Reproduce** 14 | Steps to reproduce the behavior: 15 | 1. Go to '...' 16 | 2. Click on '....' 17 | 3. Scroll down to '....' 18 | 4. See error 19 | 20 | **Expected behavior** 21 | A clear and concise description of what you expected to happen. 22 | 23 | **Screenshots** 24 | If applicable, add screenshots to help explain your problem. 25 | 26 | **Desktop (please complete the following information):** 27 | - OS: [e.g. iOS] 28 | - Browser [e.g. chrome, safari] 29 | - Version [e.g. 22] 30 | 31 | **Smartphone (please complete the following information):** 32 | - Device: [e.g. iPhone6] 33 | - OS: [e.g. iOS8.1] 34 | - Browser [e.g. stock browser, safari] 35 | - Version [e.g. 22] 36 | 37 | **Additional context** 38 | Add any other context about the problem here. 39 | -------------------------------------------------------------------------------- /CHANGELOG.md: -------------------------------------------------------------------------------- 1 | # Changelog 2 | 3 | 4 | ## 0.0.1 5 | 6 | - Initial release 7 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Dashboard Charts for Nextcloud 2 | 3 | by Mark Partlett, Partlett Consulting. 4 | 5 | https://youtu.be/V9At1sSHgUk & 6 | https://youtu.be/3TzOXOcAV2I 7 | 8 | Alpha version only 9 | 10 | Here are links to a few of the popular libraries: 11 | 12 | Form.io - https://www.form.io/ 13 | Chart.js - http://www.chartjs.org 14 | Gauge.js - https://github.com/bernii/gauge.js 15 | DataTables - https://datatables.net 16 | 17 | 18 | Installation 19 | 20 | Download the DashboardCharts Codebase 21 | 22 | $ cd /var/www/html/nextcloud/apps 23 | $ git clone https://github.com/MarkPartlett/dashboardcharts.git 24 | 25 | Note: This will be moved to https://github.com/nextcloud/dashboardcharts.git once the app has been accepted to the NextCloud app store 26 | 27 | Widgets are based on https://github.com/nextcloud/dashboard/wiki/How-the-Fortunes-widget-works 28 | 29 | Enable the App 30 | 31 | * Open NextCloud in your browser of choice 32 | * Click on the user icon in the top right of the screen, and select Apps from the drop down menu 33 | * Find the Dashboard Charts app in the list and click enable 34 | * Additional Widgets will be avaliable within the dashboard app and configuration within settings. 35 | 36 | Selecting Load Demo Data within settings will establish a new user 37 | 38 | 39 | 40 | * @author Mark Partlett 41 | * @copyright 2019, Mark Partlett 42 | 43 | -------------------------------------------------------------------------------- /appinfo/app.php: -------------------------------------------------------------------------------- 1 | 11 | * @copyright 2019, Mark Partlett 12 | * @license GNU AGPL version 3 or any later version 13 | * 14 | * This program is free software: you can redistribute it and/or modify 15 | * it under the terms of the GNU Affero General Public License as 16 | * published by the Free Software Foundation, either version 3 of the 17 | * License, or (at your option) any later version. 18 | * 19 | * This program is distributed in the hope that it will be useful, 20 | * but WITHOUT ANY WARRANTY; without even the implied warranty of 21 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 22 | * GNU Affero General Public License for more details. 23 | * 24 | * You should have received a copy of the GNU Affero General Public License 25 | * along with this program. If not, see . 26 | * 27 | */ 28 | 29 | 30 | 31 | namespace OCA\DashboardCharts\AppInfo; 32 | 33 | use OC\Security\CSP\ContentSecurityPolicy; 34 | 35 | 36 | $cspManager = \OC::$server->getContentSecurityPolicyManager(); 37 | $csp = new ContentSecurityPolicy(); 38 | $csp->addAllowedChildSrcDomain("'self'"); 39 | $csp->addAllowedFrameDomain("data:"); 40 | $cspManager->addDefaultPolicy($csp); 41 | $app = new Application(); 42 | $app->registerServices(); 43 | 44 | 45 | 46 | -------------------------------------------------------------------------------- /appinfo/database.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | *dbname* 4 | true 5 | false 6 | 7 | 8 | *dbprefix*dashboard_data 9 | 10 | 11 | user_id 12 | text 13 | true 14 | 255 15 | 16 | 17 | widget 18 | text 19 | true 20 | 255 21 | 22 | 23 | data 24 | text 25 | false 26 | 10240 27 | 28 | 29 | unique_setting 30 | true 31 | true 32 | 33 | user_id 34 | 35 | 36 | widget 37 | 38 | 39 | 40 |
41 | 42 |
-------------------------------------------------------------------------------- /appinfo/routes.php: -------------------------------------------------------------------------------- 1 | OCA\DashboardCharts\Controller\PageController->index() 6 | * 7 | * The controller class has to be registered in the application.php file since 8 | * it's instantiated in there 9 | */ 10 | return [ 11 | 'routes' => [ 12 | ['name' => 'Settings#personal', 'url' => '/settings', 'verb' => 'POST'] 13 | ] 14 | ]; 15 | -------------------------------------------------------------------------------- /composer.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "DashboardCharts", 3 | "description": "Dashboard Gaphs/Gauges/Reports.", 4 | "type": "project", 5 | "license": "AGPL", 6 | "authors": [ 7 | { 8 | "name": "Mark Partlett" 9 | } 10 | ], 11 | "require": {}, 12 | "require-dev": { 13 | "phpunit/phpunit": "^5.4" 14 | } 15 | } 16 | -------------------------------------------------------------------------------- /css/personal.css: -------------------------------------------------------------------------------- 1 | /** 2 | * Nextcloud - Dashboard Charting app 3 | * 4 | * This file is licensed under the Affero General Public License version 3 or 5 | * later. See the COPYING file. 6 | * 7 | * @author Mark Partlett 8 | * @copyright 2019, Mark Partlett 9 | * @license GNU AGPL version 3 or any later version 10 | * 11 | * This program is free software: you can redistribute it and/or modify 12 | * it under the terms of the GNU Affero General Public License as 13 | * published by the Free Software Foundation, either version 3 of the 14 | * License, or (at your option) any later version. 15 | * 16 | * This program is distributed in the hope that it will be useful, 17 | * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 19 | * GNU Affero General Public License for more details. 20 | * 21 | * You should have received a copy of the GNU Affero General Public License 22 | * along with this program. If not, see . 23 | * 24 | 25 | */ 26 | 27 | #dashboard-section label 28 | -------------------------------------------------------------------------------- /css/style.css: -------------------------------------------------------------------------------- 1 | #hello { 2 | color: red; 3 | } 4 | -------------------------------------------------------------------------------- /css/widgets/D3Chart1.css: -------------------------------------------------------------------------------- 1 | /** 2 | * Nextcloud - Dashboard Charting app 3 | * 4 | * This file is licensed under the Affero General Public License version 3 or 5 | * later. See the COPYING file. 6 | * 7 | * @author Mark Partlett 8 | * @copyright 2019, Mark Partlett 9 | * @license GNU AGPL version 3 or any later version 10 | * 11 | * This program is free software: you can redistribute it and/or modify 12 | * it under the terms of the GNU Affero General Public License as 13 | * published by the Free Software Foundation, either version 3 of the 14 | * License, or (at your option) any later version. 15 | * 16 | * This program is distributed in the hope that it will be useful, 17 | * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 19 | * GNU Affero General Public License for more details. 20 | * 21 | * You should have received a copy of the GNU Affero General Public License 22 | * along with this program. If not, see . 23 | * 24 | */ 25 | 26 | .icon-chart { 27 | background-image: url('../../img/widgets/chart.svg'); 28 | } 29 | 30 | .icon-chart-white { 31 | background-image: url('../../img/widgets/chart-white.svg'); 32 | } 33 | 34 | .widget-d3chart1 { 35 | font-size: 11px; 36 | padding: 30px 30px 0px; 37 | letter-spacing: 1.5px; 38 | } 39 | 40 | 41 | 42 | -------------------------------------------------------------------------------- /css/widgets/charts1.css: -------------------------------------------------------------------------------- 1 | /** 2 | * Nextcloud - Dashboard Charting app 3 | * 4 | * This file is licensed under the Affero General Public License version 3 or 5 | * later. See the COPYING file. 6 | * 7 | * @author Mark Partlett 8 | * @copyright 2019, Mark Partlett 9 | * @license GNU AGPL version 3 or any later version 10 | * 11 | * This program is free software: you can redistribute it and/or modify 12 | * it under the terms of the GNU Affero General Public License as 13 | * published by the Free Software Foundation, either version 3 of the 14 | * License, or (at your option) any later version. 15 | * 16 | * This program is distributed in the hope that it will be useful, 17 | * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 19 | * GNU Affero General Public License for more details. 20 | * 21 | * You should have received a copy of the GNU Affero General Public License 22 | * along with this program. If not, see . 23 | * 24 | */ 25 | 26 | 27 | .icon-chart { 28 | background-image: url('../../img/widgets/chart.svg'); 29 | } 30 | 31 | .icon-chart-white { 32 | background-image: url('../../img/widgets/chart-white.svg'); 33 | } 34 | 35 | .widget-chart1 { 36 | padding: 10px; 37 | } 38 | 39 | .icon-refresh { 40 | background-image: url('../../img/widgets/refresh.svg'); 41 | } 42 | .widget-header-name { 43 | font-size: 20px; 44 | } 45 | -------------------------------------------------------------------------------- /css/widgets/charts2.css: -------------------------------------------------------------------------------- 1 | /** 2 | * Nextcloud - Dashboard Charting app 3 | * 4 | * This file is licensed under the Affero General Public License version 3 or 5 | * later. See the COPYING file. 6 | * 7 | * @author Mark Partlett 8 | * @copyright 2019, Mark Partlett 9 | * @license GNU AGPL version 3 or any later version 10 | * 11 | * This program is free software: you can redistribute it and/or modify 12 | * it under the terms of the GNU Affero General Public License as 13 | * published by the Free Software Foundation, either version 3 of the 14 | * License, or (at your option) any later version. 15 | * 16 | * This program is distributed in the hope that it will be useful, 17 | * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 19 | * GNU Affero General Public License for more details. 20 | * 21 | * You should have received a copy of the GNU Affero General Public License 22 | * along with this program. If not, see . 23 | * 24 | */ 25 | 26 | 27 | .icon-chart { 28 | background-image: url('../../img/widgets/chart.svg'); 29 | } 30 | 31 | .icon-chart-white { 32 | background-image: url('../../img/widgets/chart-white.svg'); 33 | } 34 | 35 | .widget-chart2 { 36 | padding: 10px; 37 | } 38 | 39 | .icon-refresh { 40 | background-image: url('../../img/widgets/refresh.svg'); 41 | } 42 | .widget-header-name { 43 | font-size: 20px; 44 | } 45 | -------------------------------------------------------------------------------- /css/widgets/charts3.css: -------------------------------------------------------------------------------- 1 | /** 2 | * Nextcloud - Dashboard Charting app 3 | * 4 | * This file is licensed under the Affero General Public License version 3 or 5 | * later. See the COPYING file. 6 | * 7 | * @author Mark Partlett 8 | * @copyright 2019, Mark Partlett 9 | * @license GNU AGPL version 3 or any later version 10 | * 11 | * This program is free software: you can redistribute it and/or modify 12 | * it under the terms of the GNU Affero General Public License as 13 | * published by the Free Software Foundation, either version 3 of the 14 | * License, or (at your option) any later version. 15 | * 16 | * This program is distributed in the hope that it will be useful, 17 | * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 19 | * GNU Affero General Public License for more details. 20 | * 21 | * You should have received a copy of the GNU Affero General Public License 22 | * along with this program. If not, see . 23 | * 24 | */ 25 | 26 | 27 | .icon-chart { 28 | background-image: url('../../img/widgets/chart.svg'); 29 | } 30 | 31 | .icon-chart-white { 32 | background-image: url('../../img/widgets/chart-white.svg'); 33 | } 34 | 35 | .widget-chart3 { 36 | padding: 10px; 37 | } 38 | 39 | .icon-refresh { 40 | background-image: url('../../img/widgets/refresh.svg'); 41 | } 42 | 43 | -------------------------------------------------------------------------------- /css/widgets/charts4.css: -------------------------------------------------------------------------------- 1 | /** 2 | * Nextcloud - Dashboard Charting app 3 | * 4 | * This file is licensed under the Affero General Public License version 3 or 5 | * later. See the COPYING file. 6 | * 7 | * @author Mark Partlett 8 | * @copyright 2019, Mark Partlett 9 | * @license GNU AGPL version 3 or any later version 10 | * 11 | * This program is free software: you can redistribute it and/or modify 12 | * it under the terms of the GNU Affero General Public License as 13 | * published by the Free Software Foundation, either version 3 of the 14 | * License, or (at your option) any later version. 15 | * 16 | * This program is distributed in the hope that it will be useful, 17 | * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 19 | * GNU Affero General Public License for more details. 20 | * 21 | * You should have received a copy of the GNU Affero General Public License 22 | * along with this program. If not, see . 23 | * 24 | */ 25 | 26 | 27 | .icon-chart { 28 | background-image: url('../../img/widgets/chart.svg'); 29 | } 30 | 31 | .icon-chart-white { 32 | background-image: url('../../img/widgets/chart-white.svg'); 33 | } 34 | 35 | .widget-chart4 { 36 | padding: 10px; 37 | } 38 | 39 | .icon-refresh { 40 | background-image: url('../../img/widgets/refresh.svg'); 41 | } 42 | 43 | -------------------------------------------------------------------------------- /css/widgets/charts5.css: -------------------------------------------------------------------------------- 1 | /** 2 | * Nextcloud - Dashboard Charting app 3 | * 4 | * This file is licensed under the Affero General Public License version 3 or 5 | * later. See the COPYING file. 6 | * 7 | * @author Mark Partlett 8 | * @copyright 2019, Mark Partlett 9 | * @license GNU AGPL version 3 or any later version 10 | * 11 | * This program is free software: you can redistribute it and/or modify 12 | * it under the terms of the GNU Affero General Public License as 13 | * published by the Free Software Foundation, either version 3 of the 14 | * License, or (at your option) any later version. 15 | * 16 | * This program is distributed in the hope that it will be useful, 17 | * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 19 | * GNU Affero General Public License for more details. 20 | * 21 | * You should have received a copy of the GNU Affero General Public License 22 | * along with this program. If not, see . 23 | * 24 | */ 25 | 26 | 27 | .icon-chart { 28 | background-image: url('../../img/widgets/chart.svg'); 29 | } 30 | 31 | .icon-chart-white { 32 | background-image: url('../../img/widgets/chart-white.svg'); 33 | } 34 | 35 | .widget-chart5 { 36 | padding: 10px; 37 | } 38 | 39 | .icon-refresh { 40 | background-image: url('../../img/widgets/refresh.svg'); 41 | } 42 | -------------------------------------------------------------------------------- /css/widgets/clock.css: -------------------------------------------------------------------------------- 1 | /** 2 | * Nextcloud - Dashboard app 3 | * 4 | * This file is licensed under the Affero General Public License version 3 or 5 | * later. See the COPYING file. 6 | * 7 | * @author Maxence Lange 8 | * @copyright 2018, Maxence Lange 9 | * @license GNU AGPL version 3 or any later version 10 | * 11 | * This program is free software: you can redistribute it and/or modify 12 | * it under the terms of the GNU Affero General Public License as 13 | * published by the Free Software Foundation, either version 3 of the 14 | * License, or (at your option) any later version. 15 | * 16 | * This program is distributed in the hope that it will be useful, 17 | * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 19 | * GNU Affero General Public License for more details. 20 | * 21 | * You should have received a copy of the GNU Affero General Public License 22 | * along with this program. If not, see . 23 | * 24 | */ 25 | 26 | 27 | .icon-clock { 28 | background-image: url('../../img/widgets/clock.svg'); 29 | } 30 | 31 | .icon-clock-white { 32 | background-image: url('../../img/widgets/clock-white.svg'); 33 | } 34 | 35 | .widget-clock { 36 | font-size: 40px; 37 | padding: 37px 10px 10px; 38 | letter-spacing: 2px; 39 | } 40 | 41 | -------------------------------------------------------------------------------- /css/widgets/counter1.css: -------------------------------------------------------------------------------- 1 | /** 2 | * Nextcloud - Dashboard Charting app 3 | * 4 | * This file is licensed under the Affero General Public License version 3 or 5 | * later. See the COPYING file. 6 | * 7 | * @author Mark Partlett 8 | * @copyright 2019, Mark Partlett 9 | * @license GNU AGPL version 3 or any later version 10 | * 11 | * This program is free software: you can redistribute it and/or modify 12 | * it under the terms of the GNU Affero General Public License as 13 | * published by the Free Software Foundation, either version 3 of the 14 | * License, or (at your option) any later version. 15 | * 16 | * This program is distributed in the hope that it will be useful, 17 | * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 19 | * GNU Affero General Public License for more details. 20 | * 21 | * You should have received a copy of the GNU Affero General Public License 22 | * along with this program. If not, see . 23 | * 24 | */ 25 | 26 | 27 | .icon-counter { 28 | background-image: url('../../img/widgets/counter.svg'); 29 | } 30 | 31 | .icon-counter-white { 32 | background-image: url('../../img/widgets/counter-white.svg'); 33 | } 34 | 35 | .widget-counter1 { 36 | font-size: 50px; 37 | padding: 30px 30px 20px; 38 | letter-spacing: 2px; 39 | } 40 | 41 | 42 | 43 | -------------------------------------------------------------------------------- /css/widgets/counter2.css: -------------------------------------------------------------------------------- 1 | /** 2 | * Nextcloud - Dashboard Charting app 3 | * 4 | * This file is licensed under the Affero General Public License version 3 or 5 | * later. See the COPYING file. 6 | * 7 | * @author Mark Partlett 8 | * @copyright 2019, Mark Partlett 9 | * @license GNU AGPL version 3 or any later version 10 | * 11 | * This program is free software: you can redistribute it and/or modify 12 | * it under the terms of the GNU Affero General Public License as 13 | * published by the Free Software Foundation, either version 3 of the 14 | * License, or (at your option) any later version. 15 | * 16 | * This program is distributed in the hope that it will be useful, 17 | * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 19 | * GNU Affero General Public License for more details. 20 | * 21 | * You should have received a copy of the GNU Affero General Public License 22 | * along with this program. If not, see . 23 | * 24 | */ 25 | 26 | .icon-counter { 27 | background-image: url('../../img/widgets/counter.svg'); 28 | } 29 | 30 | .icon-counter-white { 31 | background-image: url('../../img/widgets/counter-white.svg'); 32 | } 33 | 34 | .widget-counter2 { 35 | font-size: 50px; 36 | padding: 30px 30px 20px; 37 | letter-spacing: 2px; 38 | } 39 | 40 | 41 | 42 | -------------------------------------------------------------------------------- /css/widgets/counter3.css: -------------------------------------------------------------------------------- 1 | /** 2 | * Nextcloud - Dashboard Charting app 3 | * 4 | * This file is licensed under the Affero General Public License version 3 or 5 | * later. See the COPYING file. 6 | * 7 | * @author Mark Partlett 8 | * @copyright 2019, Mark Partlett 9 | * @license GNU AGPL version 3 or any later version 10 | * 11 | * This program is free software: you can redistribute it and/or modify 12 | * it under the terms of the GNU Affero General Public License as 13 | * published by the Free Software Foundation, either version 3 of the 14 | * License, or (at your option) any later version. 15 | * 16 | * This program is distributed in the hope that it will be useful, 17 | * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 19 | * GNU Affero General Public License for more details. 20 | * 21 | * You should have received a copy of the GNU Affero General Public License 22 | * along with this program. If not, see . 23 | * 24 | */ 25 | 26 | .icon-counter { 27 | background-image: url('../../img/widgets/counter.svg'); 28 | } 29 | 30 | .icon-counter-white { 31 | background-image: url('../../img/widgets/counter-white.svg'); 32 | } 33 | 34 | .widget-counter3 { 35 | font-size: 50px; 36 | padding: 30px 30px 20px; 37 | letter-spacing: 2px; 38 | } 39 | 40 | 41 | 42 | -------------------------------------------------------------------------------- /css/widgets/counter4.css: -------------------------------------------------------------------------------- 1 | /** 2 | * Nextcloud - Dashboard Charting app 3 | * 4 | * This file is licensed under the Affero General Public License version 3 or 5 | * later. See the COPYING file. 6 | * 7 | * @author Mark Partlett 8 | * @copyright 2019, Mark Partlett 9 | * @license GNU AGPL version 3 or any later version 10 | * 11 | * This program is free software: you can redistribute it and/or modify 12 | * it under the terms of the GNU Affero General Public License as 13 | * published by the Free Software Foundation, either version 3 of the 14 | * License, or (at your option) any later version. 15 | * 16 | * This program is distributed in the hope that it will be useful, 17 | * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 19 | * GNU Affero General Public License for more details. 20 | * 21 | * You should have received a copy of the GNU Affero General Public License 22 | * along with this program. If not, see . 23 | * 24 | */ 25 | 26 | .icon-counter { 27 | background-image: url('../../img/widgets/counter.svg'); 28 | } 29 | 30 | .icon-counter-white { 31 | background-image: url('../../img/widgets/counter-white.svg'); 32 | } 33 | 34 | .widget-counter4 { 35 | font-size: 50px; 36 | padding: 30px 30px 20px; 37 | letter-spacing: 2px; 38 | } 39 | 40 | 41 | 42 | -------------------------------------------------------------------------------- /css/widgets/counter5.css: -------------------------------------------------------------------------------- 1 | /** 2 | * Nextcloud - Dashboard Charting app 3 | * 4 | * This file is licensed under the Affero General Public License version 3 or 5 | * later. See the COPYING file. 6 | * 7 | * @author Mark Partlett 8 | * @copyright 2019, Mark Partlett 9 | * @license GNU AGPL version 3 or any later version 10 | * 11 | * This program is free software: you can redistribute it and/or modify 12 | * it under the terms of the GNU Affero General Public License as 13 | * published by the Free Software Foundation, either version 3 of the 14 | * License, or (at your option) any later version. 15 | * 16 | * This program is distributed in the hope that it will be useful, 17 | * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 19 | * GNU Affero General Public License for more details. 20 | * 21 | * You should have received a copy of the GNU Affero General Public License 22 | * along with this program. If not, see . 23 | * 24 | */ 25 | 26 | .icon-counter { 27 | background-image: url('../../img/widgets/counter.svg'); 28 | } 29 | 30 | .icon-counter-white { 31 | background-image: url('../../img/widgets/counter-white.svg'); 32 | } 33 | 34 | .widget-counter5 { 35 | font-size: 50px; 36 | padding: 30px 30px 20px; 37 | letter-spacing: 2px; 38 | } 39 | 40 | 41 | 42 | -------------------------------------------------------------------------------- /css/widgets/counter6.css: -------------------------------------------------------------------------------- 1 | /** 2 | * Nextcloud - Dashboard Charting app 3 | * 4 | * This file is licensed under the Affero General Public License version 3 or 5 | * later. See the COPYING file. 6 | * 7 | * @author Mark Partlett 8 | * @copyright 2019, Mark Partlett 9 | * @license GNU AGPL version 3 or any later version 10 | * 11 | * This program is free software: you can redistribute it and/or modify 12 | * it under the terms of the GNU Affero General Public License as 13 | * published by the Free Software Foundation, either version 3 of the 14 | * License, or (at your option) any later version. 15 | * 16 | * This program is distributed in the hope that it will be useful, 17 | * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 19 | * GNU Affero General Public License for more details. 20 | * 21 | * You should have received a copy of the GNU Affero General Public License 22 | * along with this program. If not, see . 23 | * 24 | */ 25 | 26 | 27 | .icon-counter { 28 | background-image: url('../../img/widgets/counter.svg'); 29 | } 30 | 31 | .icon-counter-white { 32 | background-image: url('../../img/widgets/counter-white.svg'); 33 | } 34 | 35 | .widget-counter6 { 36 | font-size: 50px; 37 | padding: 30px 30px 20px; 38 | letter-spacing: 2px; 39 | } 40 | 41 | 42 | 43 | -------------------------------------------------------------------------------- /css/widgets/counter7.css: -------------------------------------------------------------------------------- 1 | /** 2 | * Nextcloud - Dashboard Charting app 3 | * 4 | * This file is licensed under the Affero General Public License version 3 or 5 | * later. See the COPYING file. 6 | * 7 | * @author Mark Partlett 8 | * @copyright 2019, Mark Partlett 9 | * @license GNU AGPL version 3 or any later version 10 | * 11 | * This program is free software: you can redistribute it and/or modify 12 | * it under the terms of the GNU Affero General Public License as 13 | * published by the Free Software Foundation, either version 3 of the 14 | * License, or (at your option) any later version. 15 | * 16 | * This program is distributed in the hope that it will be useful, 17 | * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 19 | * GNU Affero General Public License for more details. 20 | * 21 | * You should have received a copy of the GNU Affero General Public License 22 | * along with this program. If not, see . 23 | * 24 | */ 25 | 26 | .icon-counter { 27 | background-image: url('../../img/widgets/counter.svg'); 28 | } 29 | 30 | .icon-counter-white { 31 | background-image: url('../../img/widgets/counter-white.svg'); 32 | } 33 | 34 | .widget-counter7 { 35 | font-size: 50px; 36 | padding: 30px 30px 20px; 37 | letter-spacing: 2px; 38 | } 39 | 40 | 41 | 42 | -------------------------------------------------------------------------------- /css/widgets/counter8.css: -------------------------------------------------------------------------------- 1 | /** 2 | * Nextcloud - Dashboard Charting app 3 | * 4 | * This file is licensed under the Affero General Public License version 3 or 5 | * later. See the COPYING file. 6 | * 7 | * @author Mark Partlett 8 | * @copyright 2019, Mark Partlett 9 | * @license GNU AGPL version 3 or any later version 10 | * 11 | * This program is free software: you can redistribute it and/or modify 12 | * it under the terms of the GNU Affero General Public License as 13 | * published by the Free Software Foundation, either version 3 of the 14 | * License, or (at your option) any later version. 15 | * 16 | * This program is distributed in the hope that it will be useful, 17 | * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 19 | * GNU Affero General Public License for more details. 20 | * 21 | * You should have received a copy of the GNU Affero General Public License 22 | * along with this program. If not, see . 23 | * 24 | */ 25 | 26 | .icon-counter { 27 | background-image: url('../../img/widgets/counter.svg'); 28 | } 29 | 30 | .icon-counter-white { 31 | background-image: url('../../img/widgets/counter-white.svg'); 32 | } 33 | .widget-counter8 { 34 | font-size: 50px; 35 | padding: 30px 30px 20px; 36 | letter-spacing: 2px; 37 | } 38 | 39 | 40 | 41 | -------------------------------------------------------------------------------- /css/widgets/counter9.css: -------------------------------------------------------------------------------- 1 | /** 2 | * Nextcloud - Dashboard Charting app 3 | * 4 | * This file is licensed under the Affero General Public License version 3 or 5 | * later. See the COPYING file. 6 | * 7 | * @author Mark Partlett 8 | * @copyright 2019, Mark Partlett 9 | * @license GNU AGPL version 3 or any later version 10 | * 11 | * This program is free software: you can redistribute it and/or modify 12 | * it under the terms of the GNU Affero General Public License as 13 | * published by the Free Software Foundation, either version 3 of the 14 | * License, or (at your option) any later version. 15 | * 16 | * This program is distributed in the hope that it will be useful, 17 | * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 19 | * GNU Affero General Public License for more details. 20 | * 21 | * You should have received a copy of the GNU Affero General Public License 22 | * along with this program. If not, see . 23 | * 24 | */ 25 | 26 | .icon-counter { 27 | background-image: url('../../img/widgets/counter.svg'); 28 | } 29 | 30 | .icon-counter-white { 31 | background-image: url('../../img/widgets/counter-white.svg'); 32 | } 33 | 34 | .widget-counter9 { 35 | font-size: 50px; 36 | padding: 30px 30px 20px; 37 | letter-spacing: 2px; 38 | } 39 | 40 | 41 | 42 | -------------------------------------------------------------------------------- /css/widgets/fontawesome-webfont.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarkPartlett/dashboardcharts/dba662e905cbe4f744442024bb895e66537838f0/css/widgets/fontawesome-webfont.woff2 -------------------------------------------------------------------------------- /css/widgets/fonts/fontawesome-webfont.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarkPartlett/dashboardcharts/dba662e905cbe4f744442024bb895e66537838f0/css/widgets/fonts/fontawesome-webfont.woff2 -------------------------------------------------------------------------------- /css/widgets/formio1.css: -------------------------------------------------------------------------------- 1 | /** 2 | * Nextcloud - Dashboard Charting app 3 | * 4 | * This file is licensed under the Affero General Public License version 3 or 5 | * later. See the COPYING file. 6 | * 7 | * @author Mark Partlett 8 | * @copyright 2019, Mark Partlett 9 | * @license GNU AGPL version 3 or any later version 10 | * 11 | * This program is free software: you can redistribute it and/or modify 12 | * it under the terms of the GNU Affero General Public License as 13 | * published by the Free Software Foundation, either version 3 of the 14 | * License, or (at your option) any later version. 15 | * 16 | * This program is distributed in the hope that it will be useful, 17 | * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 19 | * GNU Affero General Public License for more details. 20 | * 21 | * You should have received a copy of the GNU Affero General Public License 22 | * along with this program. If not, see . 23 | * 24 | */ 25 | 26 | .icon-formio { 27 | background-image: url('../../img/widgets/formio.svg'); 28 | } 29 | 30 | .icon-formio-white { 31 | background-image: url('../../img/widgets/chart-white.svg'); 32 | } 33 | 34 | .widget-formio1 { 35 | font-size: 11px; 36 | padding: 30px 30px 0px; 37 | letter-spacing: 1.5px; 38 | } 39 | h2 { 40 | font-weight: bold; 41 | color: #fff; 42 | font-size: 24px; 43 | margin-top:0 44 | } 45 | .widget-header-name { 46 | font-size: 20px; 47 | margin-top: 0px; 48 | font-weight: bold; 49 | } 50 | 51 | 52 | 53 | -------------------------------------------------------------------------------- /css/widgets/formio2.css: -------------------------------------------------------------------------------- 1 | /** 2 | * Nextcloud - Dashboard Charting app 3 | * 4 | * This file is licensed under the Affero General Public License version 3 or 5 | * later. See the COPYING file. 6 | * 7 | * @author Mark Partlett 8 | * @copyright 2019, Mark Partlett 9 | * @license GNU AGPL version 3 or any later version 10 | * 11 | * This program is free software: you can redistribute it and/or modify 12 | * it under the terms of the GNU Affero General Public License as 13 | * published by the Free Software Foundation, either version 3 of the 14 | * License, or (at your option) any later version. 15 | * 16 | * This program is distributed in the hope that it will be useful, 17 | * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 19 | * GNU Affero General Public License for more details. 20 | * 21 | * You should have received a copy of the GNU Affero General Public License 22 | * along with this program. If not, see . 23 | * 24 | */ 25 | 26 | .icon-formio { 27 | background-image: url('../../img/widgets/formio.svg'); 28 | } 29 | 30 | .icon-formio-white { 31 | background-image: url('../../img/widgets/formio-white.svg'); 32 | } 33 | 34 | .widget-formio2 { 35 | font-size: 11px; 36 | padding: 30px 30px 0px; 37 | letter-spacing: 1.5px; 38 | } 39 | 40 | 41 | 42 | -------------------------------------------------------------------------------- /css/widgets/formio3.css: -------------------------------------------------------------------------------- 1 | /** 2 | * Nextcloud - Dashboard Charting app 3 | * 4 | * This file is licensed under the Affero General Public License version 3 or 5 | * later. See the COPYING file. 6 | * 7 | * @author Mark Partlett 8 | * @copyright 2019, Mark Partlett 9 | * @license GNU AGPL version 3 or any later version 10 | * 11 | * This program is free software: you can redistribute it and/or modify 12 | * it under the terms of the GNU Affero General Public License as 13 | * published by the Free Software Foundation, either version 3 of the 14 | * License, or (at your option) any later version. 15 | * 16 | * This program is distributed in the hope that it will be useful, 17 | * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 19 | * GNU Affero General Public License for more details. 20 | * 21 | * You should have received a copy of the GNU Affero General Public License 22 | * along with this program. If not, see . 23 | * 24 | */ 25 | 26 | .icon-formio { 27 | background-image: url('../../img/widgets/formio.svg'); 28 | } 29 | 30 | .icon-formio-white { 31 | background-image: url('../../img/widgets/formio-white.svg'); 32 | } 33 | 34 | .widget-formio3 { 35 | font-size: 11px; 36 | padding: 30px 30px 0px; 37 | letter-spacing: 1.5px; 38 | } 39 | 40 | 41 | 42 | -------------------------------------------------------------------------------- /css/widgets/formio4.css: -------------------------------------------------------------------------------- 1 | /** 2 | * Nextcloud - Dashboard Charting app 3 | * 4 | * This file is licensed under the Affero General Public License version 3 or 5 | * later. See the COPYING file. 6 | * 7 | * @author Mark Partlett 8 | * @copyright 2019, Mark Partlett 9 | * @license GNU AGPL version 3 or any later version 10 | * 11 | * This program is free software: you can redistribute it and/or modify 12 | * it under the terms of the GNU Affero General Public License as 13 | * published by the Free Software Foundation, either version 3 of the 14 | * License, or (at your option) any later version. 15 | * 16 | * This program is distributed in the hope that it will be useful, 17 | * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 19 | * GNU Affero General Public License for more details. 20 | * 21 | * You should have received a copy of the GNU Affero General Public License 22 | * along with this program. If not, see . 23 | * 24 | */ 25 | 26 | .icon-formio { 27 | background-image: url('../../img/widgets/formio.svg'); 28 | } 29 | 30 | .icon-formio-white { 31 | background-image: url('../../img/widgets/formio-white.svg'); 32 | } 33 | 34 | .widget-formio4 { 35 | font-size: 11px; 36 | padding: 30px 30px 0px; 37 | letter-spacing: 1.5px; 38 | } 39 | 40 | 41 | 42 | -------------------------------------------------------------------------------- /css/widgets/formio5.css: -------------------------------------------------------------------------------- 1 | /** 2 | * Nextcloud - Dashboard Charting app 3 | * 4 | * This file is licensed under the Affero General Public License version 3 or 5 | * later. See the COPYING file. 6 | * 7 | * @author Mark Partlett 8 | * @copyright 2019, Mark Partlett 9 | * @license GNU AGPL version 3 or any later version 10 | * 11 | * This program is free software: you can redistribute it and/or modify 12 | * it under the terms of the GNU Affero General Public License as 13 | * published by the Free Software Foundation, either version 3 of the 14 | * License, or (at your option) any later version. 15 | * 16 | * This program is distributed in the hope that it will be useful, 17 | * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 19 | * GNU Affero General Public License for more details. 20 | * 21 | * You should have received a copy of the GNU Affero General Public License 22 | * along with this program. If not, see . 23 | * 24 | */ 25 | 26 | .icon-formio { 27 | background-image: url('../../img/widgets/formio.svg'); 28 | } 29 | 30 | .icon-formio-white { 31 | background-image: url('../../img/widgets/formio-white.svg'); 32 | } 33 | 34 | .widget-formio5 { 35 | font-size: 11px; 36 | padding: 30px 30px 0px; 37 | letter-spacing: 1.5px; 38 | } 39 | 40 | 41 | 42 | -------------------------------------------------------------------------------- /css/widgets/gauge1.css: -------------------------------------------------------------------------------- 1 | /** 2 | * Nextcloud - Dashboard Charting app 3 | * 4 | * This file is licensed under the Affero General Public License version 3 or 5 | * later. See the COPYING file. 6 | * 7 | * @author Mark Partlett 8 | * @copyright 2019, Mark Partlett 9 | * @license GNU AGPL version 3 or any later version 10 | * 11 | * This program is free software: you can redistribute it and/or modify 12 | * it under the terms of the GNU Affero General Public License as 13 | * published by the Free Software Foundation, either version 3 of the 14 | * License, or (at your option) any later version. 15 | * 16 | * This program is distributed in the hope that it will be useful, 17 | * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 19 | * GNU Affero General Public License for more details. 20 | * 21 | * You should have received a copy of the GNU Affero General Public License 22 | * along with this program. If not, see . 23 | * 24 | */ 25 | 26 | .icon-gauge { 27 | background-image: url('../../img/widgets/gauge-dark.svg'); 28 | } 29 | 30 | .icon-gauge-white { 31 | background-image: url('../../img/widgets/gauge.svg'); 32 | } 33 | 34 | .widget-gauge1 { 35 | padding: 10px; 36 | } 37 | 38 | 39 | .icon-refresh { 40 | background-image: url('../../img/widgets/refresh.svg'); 41 | } 42 | -------------------------------------------------------------------------------- /css/widgets/gauge2.css: -------------------------------------------------------------------------------- 1 | /** 2 | * Nextcloud - Dashboard Charting app 3 | * 4 | * This file is licensed under the Affero General Public License version 3 or 5 | * later. See the COPYING file. 6 | * 7 | * @author Mark Partlett 8 | * @copyright 2019, Mark Partlett 9 | * @license GNU AGPL version 3 or any later version 10 | * 11 | * This program is free software: you can redistribute it and/or modify 12 | * it under the terms of the GNU Affero General Public License as 13 | * published by the Free Software Foundation, either version 3 of the 14 | * License, or (at your option) any later version. 15 | * 16 | * This program is distributed in the hope that it will be useful, 17 | * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 19 | * GNU Affero General Public License for more details. 20 | * 21 | * You should have received a copy of the GNU Affero General Public License 22 | * along with this program. If not, see . 23 | * 24 | */ 25 | .icon-gauge { 26 | background-image: url('../../img/widgets/gauge-dark.svg'); 27 | } 28 | 29 | .icon-gauge-white { 30 | background-image: url('../../img/widgets/gauge.svg'); 31 | } 32 | 33 | .widget-gauge2 { 34 | padding: 10px; 35 | } 36 | 37 | .icon-refresh { 38 | background-image: url('../../img/widgets/refresh.svg'); 39 | } 40 | 41 | 42 | 43 | -------------------------------------------------------------------------------- /css/widgets/gauge3.css: -------------------------------------------------------------------------------- 1 | /** 2 | * Nextcloud - Dashboard Charting app 3 | * 4 | * This file is licensed under the Affero General Public License version 3 or 5 | * later. See the COPYING file. 6 | * 7 | * @author Mark Partlett 8 | * @copyright 2019, Mark Partlett 9 | * @license GNU AGPL version 3 or any later version 10 | * 11 | * This program is free software: you can redistribute it and/or modify 12 | * it under the terms of the GNU Affero General Public License as 13 | * published by the Free Software Foundation, either version 3 of the 14 | * License, or (at your option) any later version. 15 | * 16 | * This program is distributed in the hope that it will be useful, 17 | * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 19 | * GNU Affero General Public License for more details. 20 | * 21 | * You should have received a copy of the GNU Affero General Public License 22 | * along with this program. If not, see . 23 | * 24 | */ 25 | 26 | .icon-gauge { 27 | background-image: url('../../img/widgets/gauge-dark.svg'); 28 | } 29 | 30 | .icon-gauge-white { 31 | background-image: url('../../img/widgets/gauge.svg'); 32 | } 33 | 34 | .widget-gauge3 { 35 | padding: 10px; 36 | } 37 | 38 | .icon-refresh { 39 | background-image: url('../../img/widgets/refresh.svg'); 40 | } 41 | -------------------------------------------------------------------------------- /css/widgets/gauge4.css: -------------------------------------------------------------------------------- 1 | /** 2 | * Nextcloud - Dashboard Charting app 3 | * 4 | * This file is licensed under the Affero General Public License version 3 or 5 | * later. See the COPYING file. 6 | * 7 | * @author Mark Partlett 8 | * @copyright 2019, Mark Partlett 9 | * @license GNU AGPL version 3 or any later version 10 | * 11 | * This program is free software: you can redistribute it and/or modify 12 | * it under the terms of the GNU Affero General Public License as 13 | * published by the Free Software Foundation, either version 3 of the 14 | * License, or (at your option) any later version. 15 | * 16 | * This program is distributed in the hope that it will be useful, 17 | * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 19 | * GNU Affero General Public License for more details. 20 | * 21 | * You should have received a copy of the GNU Affero General Public License 22 | * along with this program. If not, see . 23 | * 24 | */ 25 | 26 | .icon-gauge { 27 | background-image: url('../../img/widgets/gauge-dark.svg'); 28 | } 29 | 30 | .icon-gauge-white { 31 | background-image: url('../../img/widgets/gauge.svg'); 32 | } 33 | 34 | .widget-gauge4 { 35 | padding: 10px; 36 | } 37 | 38 | .icon-refresh { 39 | background-image: url('../../img/widgets/refresh.svg'); 40 | } 41 | -------------------------------------------------------------------------------- /css/widgets/gauge5.css: -------------------------------------------------------------------------------- 1 | /** 2 | * Nextcloud - Dashboard Charting app 3 | * 4 | * This file is licensed under the Affero General Public License version 3 or 5 | * later. See the COPYING file. 6 | * 7 | * @author Mark Partlett 8 | * @copyright 2019, Mark Partlett 9 | * @license GNU AGPL version 3 or any later version 10 | * 11 | * This program is free software: you can redistribute it and/or modify 12 | * it under the terms of the GNU Affero General Public License as 13 | * published by the Free Software Foundation, either version 3 of the 14 | * License, or (at your option) any later version. 15 | * 16 | * This program is distributed in the hope that it will be useful, 17 | * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 19 | * GNU Affero General Public License for more details. 20 | * 21 | * You should have received a copy of the GNU Affero General Public License 22 | * along with this program. If not, see . 23 | * 24 | */ 25 | 26 | .icon-gauge { 27 | background-image: url('../../img/widgets/gauge-dark.svg'); 28 | } 29 | 30 | .icon-gauge-white { 31 | background-image: url('../../img/widgets/gauge.svg'); 32 | } 33 | 34 | .widget-gauge5 { 35 | padding: 10px; 36 | } 37 | 38 | .icon-refresh { 39 | background-image: url('../../img/widgets/refresh.svg'); 40 | } 41 | 42 | -------------------------------------------------------------------------------- /css/widgets/gauge6.css: -------------------------------------------------------------------------------- 1 | /** 2 | * Nextcloud - Dashboard Charting app 3 | * 4 | * This file is licensed under the Affero General Public License version 3 or 5 | * later. See the COPYING file. 6 | * 7 | * @author Mark Partlett 8 | * @copyright 2019, Mark Partlett 9 | * @license GNU AGPL version 3 or any later version 10 | * 11 | * This program is free software: you can redistribute it and/or modify 12 | * it under the terms of the GNU Affero General Public License as 13 | * published by the Free Software Foundation, either version 3 of the 14 | * License, or (at your option) any later version. 15 | * 16 | * This program is distributed in the hope that it will be useful, 17 | * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 19 | * GNU Affero General Public License for more details. 20 | * 21 | * You should have received a copy of the GNU Affero General Public License 22 | * along with this program. If not, see . 23 | * 24 | */ 25 | .icon-gauge { 26 | background-image: url('../../img/widgets/gauge-dark.svg'); 27 | } 28 | 29 | .icon-gauge-white { 30 | background-image: url('../../img/widgets/gauge.svg'); 31 | } 32 | 33 | .widget-gauge6 { 34 | padding: 10px; 35 | } 36 | 37 | .icon-refresh { 38 | background-image: url('../../img/widgets/refresh.svg'); 39 | } 40 | 41 | 42 | 43 | -------------------------------------------------------------------------------- /css/widgets/gauge7.css: -------------------------------------------------------------------------------- 1 | /** 2 | * Nextcloud - Dashboard Charting app 3 | * 4 | * This file is licensed under the Affero General Public License version 3 or 5 | * later. See the COPYING file. 6 | * 7 | * @author Mark Partlett 8 | * @copyright 2019, Mark Partlett 9 | * @license GNU AGPL version 3 or any later version 10 | * 11 | * This program is free software: you can redistribute it and/or modify 12 | * it under the terms of the GNU Affero General Public License as 13 | * published by the Free Software Foundation, either version 3 of the 14 | * License, or (at your option) any later version. 15 | * 16 | * This program is distributed in the hope that it will be useful, 17 | * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 19 | * GNU Affero General Public License for more details. 20 | * 21 | * You should have received a copy of the GNU Affero General Public License 22 | * along with this program. If not, see . 23 | * 24 | */ 25 | 26 | .icon-gauge { 27 | background-image: url('../../img/widgets/gauge-dark.svg'); 28 | } 29 | 30 | .icon-gauge-white { 31 | background-image: url('../../img/widgets/gauge.svg'); 32 | } 33 | 34 | .widget-gauge7 { 35 | padding: 10px; 36 | } 37 | 38 | .icon-refresh { 39 | background-image: url('../../img/widgets/refresh.svg'); 40 | } 41 | 42 | 43 | 44 | -------------------------------------------------------------------------------- /css/widgets/gauge8.css: -------------------------------------------------------------------------------- 1 | /** 2 | * Nextcloud - Dashboard Charting app 3 | * 4 | * This file is licensed under the Affero General Public License version 3 or 5 | * later. See the COPYING file. 6 | * 7 | * @author Mark Partlett 8 | * @copyright 2019, Mark Partlett 9 | * @license GNU AGPL version 3 or any later version 10 | * 11 | * This program is free software: you can redistribute it and/or modify 12 | * it under the terms of the GNU Affero General Public License as 13 | * published by the Free Software Foundation, either version 3 of the 14 | * License, or (at your option) any later version. 15 | * 16 | * This program is distributed in the hope that it will be useful, 17 | * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 19 | * GNU Affero General Public License for more details. 20 | * 21 | * You should have received a copy of the GNU Affero General Public License 22 | * along with this program. If not, see . 23 | * 24 | */ 25 | .icon-gauge { 26 | background-image: url('../../img/widgets/gauge-dark.svg'); 27 | } 28 | 29 | .icon-gauge-white { 30 | background-image: url('../../img/widgets/gauge.svg'); 31 | } 32 | 33 | .widget-gauge8 { 34 | padding: 10px; 35 | } 36 | 37 | .icon-refresh { 38 | background-image: url('../../img/widgets/refresh.svg'); 39 | } 40 | 41 | 42 | 43 | -------------------------------------------------------------------------------- /css/widgets/gauge9.css: -------------------------------------------------------------------------------- 1 | /** 2 | * Nextcloud - Dashboard Charting app 3 | * 4 | * This file is licensed under the Affero General Public License version 3 or 5 | * later. See the COPYING file. 6 | * 7 | * @author Mark Partlett 8 | * @copyright 2019, Mark Partlett 9 | * @license GNU AGPL version 3 or any later version 10 | * 11 | * This program is free software: you can redistribute it and/or modify 12 | * it under the terms of the GNU Affero General Public License as 13 | * published by the Free Software Foundation, either version 3 of the 14 | * License, or (at your option) any later version. 15 | * 16 | * This program is distributed in the hope that it will be useful, 17 | * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 19 | * GNU Affero General Public License for more details. 20 | * 21 | * You should have received a copy of the GNU Affero General Public License 22 | * along with this program. If not, see . 23 | * 24 | */ 25 | .icon-gauge { 26 | background-image: url('../../img/widgets/gauge-dark.svg'); 27 | } 28 | 29 | .icon-gauge-white { 30 | background-image: url('../../img/widgets/gauge.svg'); 31 | } 32 | 33 | .widget-gauge9 { 34 | padding: 10px; 35 | } 36 | 37 | .icon-refresh { 38 | background-image: url('../../img/widgets/refresh.svg'); 39 | } 40 | 41 | 42 | 43 | -------------------------------------------------------------------------------- /css/widgets/grid2.css: -------------------------------------------------------------------------------- 1 | /** 2 | * Nextcloud - Dashboard Charting app 3 | * 4 | * This file is licensed under the Affero General Public License version 3 or 5 | * later. See the COPYING file. 6 | * 7 | * @author Mark Partlett 8 | * @copyright 2019, Mark Partlett 9 | * @license GNU AGPL version 3 or any later version 10 | * 11 | * This program is free software: you can redistribute it and/or modify 12 | * it under the terms of the GNU Affero General Public License as 13 | * published by the Free Software Foundation, either version 3 of the 14 | * License, or (at your option) any later version. 15 | * 16 | * This program is distributed in the hope that it will be useful, 17 | * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 19 | * GNU Affero General Public License for more details. 20 | * 21 | * You should have received a copy of the GNU Affero General Public License 22 | * along with this program. If not, see . 23 | * 24 | */ 25 | .icon-grid { 26 | background-image: url('../../img/widgets/grid.svg'); 27 | } 28 | 29 | .icon-grid-white { 30 | background-image: url('../../img/widgets/grid-white.svg'); 31 | } 32 | 33 | .widget-test1 { 34 | padding: 10px; 35 | } 36 | 37 | .icon-refresh { 38 | background-image: url('../../img/widgets/refresh.svg'); 39 | } 40 | 41 | -------------------------------------------------------------------------------- /css/widgets/grid3.css: -------------------------------------------------------------------------------- 1 | /** 2 | * Nextcloud - Dashboard Charting app 3 | * 4 | * This file is licensed under the Affero General Public License version 3 or 5 | * later. See the COPYING file. 6 | * 7 | * @author Mark Partlett 8 | * @copyright 2019, Mark Partlett 9 | * @license GNU AGPL version 3 or any later version 10 | * 11 | * This program is free software: you can redistribute it and/or modify 12 | * it under the terms of the GNU Affero General Public License as 13 | * published by the Free Software Foundation, either version 3 of the 14 | * License, or (at your option) any later version. 15 | * 16 | * This program is distributed in the hope that it will be useful, 17 | * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 19 | * GNU Affero General Public License for more details. 20 | * 21 | * You should have received a copy of the GNU Affero General Public License 22 | * along with this program. If not, see . 23 | * 24 | */ 25 | 26 | .icon-grid { 27 | background-image: url('../../img/widgets/grid.svg'); 28 | } 29 | 30 | .icon-grid-white { 31 | background-image: url('../../img/widgets/grid-white.svg'); 32 | } 33 | 34 | .widget-test1 { 35 | padding: 10px; 36 | } 37 | 38 | .icon-refresh { 39 | background-image: url('../../img/widgets/refresh.svg'); 40 | } 41 | 42 | -------------------------------------------------------------------------------- /css/widgets/grid4.css: -------------------------------------------------------------------------------- 1 | /** 2 | * Nextcloud - Dashboard Charting app 3 | * 4 | * This file is licensed under the Affero General Public License version 3 or 5 | * later. See the COPYING file. 6 | * 7 | * @author Mark Partlett 8 | * @copyright 2019, Mark Partlett 9 | * @license GNU AGPL version 3 or any later version 10 | * 11 | * This program is free software: you can redistribute it and/or modify 12 | * it under the terms of the GNU Affero General Public License as 13 | * published by the Free Software Foundation, either version 3 of the 14 | * License, or (at your option) any later version. 15 | * 16 | * This program is distributed in the hope that it will be useful, 17 | * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 19 | * GNU Affero General Public License for more details. 20 | * 21 | * You should have received a copy of the GNU Affero General Public License 22 | * along with this program. If not, see . 23 | * 24 | */ 25 | .icon-grid { 26 | background-image: url('../../img/widgets/grid.svg'); 27 | } 28 | 29 | .icon-grid-white { 30 | background-image: url('../../img/widgets/grid-white.svg'); 31 | } 32 | 33 | .widget-test1 { 34 | padding: 10px; 35 | } 36 | 37 | .icon-refresh { 38 | background-image: url('../../img/widgets/refresh.svg'); 39 | } 40 | 41 | -------------------------------------------------------------------------------- /css/widgets/grid5.css: -------------------------------------------------------------------------------- 1 | /** 2 | * Nextcloud - Dashboard Charting app 3 | * 4 | * This file is licensed under the Affero General Public License version 3 or 5 | * later. See the COPYING file. 6 | * 7 | * @author Mark Partlett 8 | * @copyright 2019, Mark Partlett 9 | * @license GNU AGPL version 3 or any later version 10 | * 11 | * This program is free software: you can redistribute it and/or modify 12 | * it under the terms of the GNU Affero General Public License as 13 | * published by the Free Software Foundation, either version 3 of the 14 | * License, or (at your option) any later version. 15 | * 16 | * This program is distributed in the hope that it will be useful, 17 | * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 19 | * GNU Affero General Public License for more details. 20 | * 21 | * You should have received a copy of the GNU Affero General Public License 22 | * along with this program. If not, see . 23 | * 24 | */ 25 | .icon-grid { 26 | background-image: url('../../img/widgets/grid.svg'); 27 | } 28 | 29 | .icon-grid-white { 30 | background-image: url('../../img/widgets/grid-white.svg'); 31 | } 32 | 33 | .widget-test1 { 34 | padding: 10px; 35 | } 36 | 37 | .icon-refresh { 38 | background-image: url('../../img/widgets/refresh.svg'); 39 | } 40 | 41 | -------------------------------------------------------------------------------- /css/widgets/hchart1.css: -------------------------------------------------------------------------------- 1 | /** 2 | * Nextcloud - Dashboard Charting app 3 | * 4 | * This file is licensed under the Affero General Public License version 3 or 5 | * later. See the COPYING file. 6 | * 7 | * @author Mark Partlett 8 | * @copyright 2019, Mark Partlett 9 | * @license GNU AGPL version 3 or any later version 10 | * 11 | * This program is free software: you can redistribute it and/or modify 12 | * it under the terms of the GNU Affero General Public License as 13 | * published by the Free Software Foundation, either version 3 of the 14 | * License, or (at your option) any later version. 15 | * 16 | * This program is distributed in the hope that it will be useful, 17 | * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 19 | * GNU Affero General Public License for more details. 20 | * 21 | * You should have received a copy of the GNU Affero General Public License 22 | * along with this program. If not, see . 23 | * 24 | */ 25 | 26 | 27 | .icon-hchart { 28 | background-image: url('../../img/widgets/hchart.svg'); 29 | } 30 | 31 | .icon-hchart-white { 32 | background-image: url('../../img/widgets/hchart-white.svg'); 33 | } 34 | 35 | .widget-hchart1 { 36 | padding: 10px; 37 | } 38 | 39 | .icon-refresh { 40 | background-image: url('../../img/widgets/refresh.svg'); 41 | } 42 | .h2, h2 { 43 | + font-size: 15px; 44 | } 45 | .h1, .h2, .h3, h1, h2, h3 { 46 | - margin-top: 0px; 47 | } 48 | 49 | -------------------------------------------------------------------------------- /css/widgets/hchart2.css: -------------------------------------------------------------------------------- 1 | /** 2 | * Nextcloud - Dashboard Charting app 3 | * 4 | * This file is licensed under the Affero General Public License version 3 or 5 | * later. See the COPYING file. 6 | * 7 | * @author Mark Partlett 8 | * @copyright 2019, Mark Partlett 9 | * @license GNU AGPL version 3 or any later version 10 | * 11 | * This program is free software: you can redistribute it and/or modify 12 | * it under the terms of the GNU Affero General Public License as 13 | * published by the Free Software Foundation, either version 3 of the 14 | * License, or (at your option) any later version. 15 | * 16 | * This program is distributed in the hope that it will be useful, 17 | * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 19 | * GNU Affero General Public License for more details. 20 | * 21 | * You should have received a copy of the GNU Affero General Public License 22 | * along with this program. If not, see . 23 | * 24 | */ 25 | 26 | 27 | .icon-hchart { 28 | background-image: url('../../img/widgets/hchart.svg'); 29 | } 30 | 31 | .icon-hchart-white { 32 | background-image: url('../../img/widgets/hchart-white.svg'); 33 | } 34 | 35 | .widget-hchart2 { 36 | padding: 10px; 37 | } 38 | 39 | .icon-refresh { 40 | background-image: url('../../img/widgets/refresh.svg'); 41 | } 42 | 43 | -------------------------------------------------------------------------------- /css/widgets/hchart3.css: -------------------------------------------------------------------------------- 1 | /** 2 | * Nextcloud - Dashboard Charting app 3 | * 4 | * This file is licensed under the Affero General Public License version 3 or 5 | * later. See the COPYING file. 6 | * 7 | * @author Mark Partlett 8 | * @copyright 2019, Mark Partlett 9 | * @license GNU AGPL version 3 or any later version 10 | * 11 | * This program is free software: you can redistribute it and/or modify 12 | * it under the terms of the GNU Affero General Public License as 13 | * published by the Free Software Foundation, either version 3 of the 14 | * License, or (at your option) any later version. 15 | * 16 | * This program is distributed in the hope that it will be useful, 17 | * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 19 | * GNU Affero General Public License for more details. 20 | * 21 | * You should have received a copy of the GNU Affero General Public License 22 | * along with this program. If not, see . 23 | * 24 | */ 25 | 26 | 27 | .icon-hchart { 28 | background-image: url('../../img/widgets/hchart.svg'); 29 | } 30 | 31 | .icon-hchart-white { 32 | background-image: url('../../img/widgets/hchart-white.svg'); 33 | } 34 | 35 | .widget-hchart3 { 36 | padding: 10px; 37 | } 38 | 39 | .icon-refresh { 40 | background-image: url('../../img/widgets/refresh.svg'); 41 | } 42 | 43 | -------------------------------------------------------------------------------- /css/widgets/hchart4.css: -------------------------------------------------------------------------------- 1 | /** 2 | * Nextcloud - Dashboard Charting app 3 | * 4 | * This file is licensed under the Affero General Public License version 3 or 5 | * later. See the COPYING file. 6 | * 7 | * @author Mark Partlett 8 | * @copyright 2019, Mark Partlett 9 | * @license GNU AGPL version 3 or any later version 10 | * 11 | * This program is free software: you can redistribute it and/or modify 12 | * it under the terms of the GNU Affero General Public License as 13 | * published by the Free Software Foundation, either version 3 of the 14 | * License, or (at your option) any later version. 15 | * 16 | * This program is distributed in the hope that it will be useful, 17 | * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 19 | * GNU Affero General Public License for more details. 20 | * 21 | * You should have received a copy of the GNU Affero General Public License 22 | * along with this program. If not, see . 23 | * 24 | */ 25 | 26 | 27 | .icon-hchart { 28 | background-image: url('../../img/widgets/hchart.svg'); 29 | } 30 | 31 | .icon-hchart-white { 32 | background-image: url('../../img/widgets/hchart-white.svg'); 33 | } 34 | 35 | .widget-hchart4 { 36 | padding: 10px; 37 | } 38 | 39 | .icon-refresh { 40 | background-image: url('../../img/widgets/refresh.svg'); 41 | } 42 | 43 | -------------------------------------------------------------------------------- /css/widgets/hchart5.css: -------------------------------------------------------------------------------- 1 | /** 2 | * Nextcloud - Dashboard Charting app 3 | * 4 | * This file is licensed under the Affero General Public License version 3 or 5 | * later. See the COPYING file. 6 | * 7 | * @author Mark Partlett 8 | * @copyright 2019, Mark Partlett 9 | * @license GNU AGPL version 3 or any later version 10 | * 11 | * This program is free software: you can redistribute it and/or modify 12 | * it under the terms of the GNU Affero General Public License as 13 | * published by the Free Software Foundation, either version 3 of the 14 | * License, or (at your option) any later version. 15 | * 16 | * This program is distributed in the hope that it will be useful, 17 | * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 19 | * GNU Affero General Public License for more details. 20 | * 21 | * You should have received a copy of the GNU Affero General Public License 22 | * along with this program. If not, see . 23 | * 24 | */ 25 | 26 | 27 | .icon-hchart { 28 | background-image: url('../../img/widgets/hchart.svg'); 29 | } 30 | 31 | .icon-hchart-white { 32 | background-image: url('../../img/widgets/hchart-white.svg'); 33 | } 34 | 35 | .widget-hchart5 { 36 | padding: 10px; 37 | } 38 | 39 | .icon-refresh { 40 | background-image: url('../../img/widgets/refresh.svg'); 41 | } 42 | 43 | -------------------------------------------------------------------------------- /css/widgets/iframe1.css: -------------------------------------------------------------------------------- 1 | /** 2 | * Nextcloud - Dashboard Charting app 3 | * 4 | * This file is licensed under the Affero General Public License version 3 or 5 | * later. See the COPYING file. 6 | * 7 | * @author Mark Partlett 8 | * @copyright 2019, Mark Partlett 9 | * @license GNU AGPL version 3 or any later version 10 | * 11 | * This program is free software: you can redistribute it and/or modify 12 | * it under the terms of the GNU Affero General Public License as 13 | * published by the Free Software Foundation, either version 3 of the 14 | * License, or (at your option) any later version. 15 | * 16 | * This program is distributed in the hope that it will be useful, 17 | * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 19 | * GNU Affero General Public License for more details. 20 | * 21 | * You should have received a copy of the GNU Affero General Public License 22 | * along with this program. If not, see . 23 | * 24 | */ 25 | 26 | .icon-iframe { 27 | background-image: url('../../img/widgets/iframe.svg'); 28 | } 29 | 30 | .icon-iframe-white { 31 | background-image: url('../../img/widgets/iframe-white.svg'); 32 | } 33 | 34 | .widget-iframe1 { 35 | font-size: 11px; 36 | padding: 30px 30px 0px; 37 | letter-spacing: 1.5px; 38 | } 39 | 40 | 41 | 42 | -------------------------------------------------------------------------------- /css/widgets/iframe2.css: -------------------------------------------------------------------------------- 1 | /** 2 | * Nextcloud - Dashboard Charting app 3 | * 4 | * This file is licensed under the Affero General Public License version 3 or 5 | * later. See the COPYING file. 6 | * 7 | * @author Mark Partlett 8 | * @copyright 2019, Mark Partlett 9 | * @license GNU AGPL version 3 or any later version 10 | * 11 | * This program is free software: you can redistribute it and/or modify 12 | * it under the terms of the GNU Affero General Public License as 13 | * published by the Free Software Foundation, either version 3 of the 14 | * License, or (at your option) any later version. 15 | * 16 | * This program is distributed in the hope that it will be useful, 17 | * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 19 | * GNU Affero General Public License for more details. 20 | * 21 | * You should have received a copy of the GNU Affero General Public License 22 | * along with this program. If not, see . 23 | * 24 | */ 25 | 26 | .icon-iframe { 27 | background-image: url('../../img/widgets/iframe.svg'); 28 | } 29 | 30 | .icon-iframe-white { 31 | background-image: url('../../img/widgets/iframe-white.svg'); 32 | } 33 | 34 | .widget-iframe2 { 35 | font-size: 11px; 36 | padding: 30px 30px 0px; 37 | letter-spacing: 1.5px; 38 | } 39 | 40 | 41 | 42 | -------------------------------------------------------------------------------- /css/widgets/iframe3.css: -------------------------------------------------------------------------------- 1 | /** 2 | * Nextcloud - Dashboard Charting app 3 | * 4 | * This file is licensed under the Affero General Public License version 3 or 5 | * later. See the COPYING file. 6 | * 7 | * @author Mark Partlett 8 | * @copyright 2019, Mark Partlett 9 | * @license GNU AGPL version 3 or any later version 10 | * 11 | * This program is free software: you can redistribute it and/or modify 12 | * it under the terms of the GNU Affero General Public License as 13 | * published by the Free Software Foundation, either version 3 of the 14 | * License, or (at your option) any later version. 15 | * 16 | * This program is distributed in the hope that it will be useful, 17 | * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 19 | * GNU Affero General Public License for more details. 20 | * 21 | * You should have received a copy of the GNU Affero General Public License 22 | * along with this program. If not, see . 23 | * 24 | */ 25 | 26 | .icon-iframe { 27 | background-image: url('../../img/widgets/iframe.svg'); 28 | } 29 | 30 | .icon-iframe-white { 31 | background-image: url('../../img/widgets/iframe-white.svg'); 32 | } 33 | 34 | .widget-iframe3 { 35 | font-size: 11px; 36 | padding: 30px 30px 0px; 37 | letter-spacing: 1.5px; 38 | } 39 | 40 | 41 | 42 | -------------------------------------------------------------------------------- /css/widgets/iframe4.css: -------------------------------------------------------------------------------- 1 | /** 2 | * Nextcloud - Dashboard Charting app 3 | * 4 | * This file is licensed under the Affero General Public License version 3 or 5 | * later. See the COPYING file. 6 | * 7 | * @author Mark Partlett 8 | * @copyright 2019, Mark Partlett 9 | * @license GNU AGPL version 3 or any later version 10 | * 11 | * This program is free software: you can redistribute it and/or modify 12 | * it under the terms of the GNU Affero General Public License as 13 | * published by the Free Software Foundation, either version 3 of the 14 | * License, or (at your option) any later version. 15 | * 16 | * This program is distributed in the hope that it will be useful, 17 | * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 19 | * GNU Affero General Public License for more details. 20 | * 21 | * You should have received a copy of the GNU Affero General Public License 22 | * along with this program. If not, see . 23 | * 24 | */ 25 | 26 | .icon-iframe { 27 | background-image: url('../../img/widgets/iframe.svg'); 28 | } 29 | 30 | .icon-iframe-white { 31 | background-image: url('../../img/widgets/iframe-white.svg'); 32 | } 33 | 34 | .icon-refresh { 35 | background-image: url('../../img/widgets/refresh.svg'); 36 | } 37 | 38 | 39 | 40 | -------------------------------------------------------------------------------- /css/widgets/iframe5.css: -------------------------------------------------------------------------------- 1 | /** 2 | * Nextcloud - Dashboard Charting app 3 | * 4 | * This file is licensed under the Affero General Public License version 3 or 5 | * later. See the COPYING file. 6 | * 7 | * @author Mark Partlett 8 | * @copyright 2019, Mark Partlett 9 | * @license GNU AGPL version 3 or any later version 10 | * 11 | * This program is free software: you can redistribute it and/or modify 12 | * it under the terms of the GNU Affero General Public License as 13 | * published by the Free Software Foundation, either version 3 of the 14 | * License, or (at your option) any later version. 15 | * 16 | * This program is distributed in the hope that it will be useful, 17 | * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 19 | * GNU Affero General Public License for more details. 20 | * 21 | * You should have received a copy of the GNU Affero General Public License 22 | * along with this program. If not, see . 23 | * 24 | */ 25 | 26 | .icon-iframe { 27 | background-image: url('../../img/widgets/iframe.svg'); 28 | } 29 | 30 | .icon-iframe-white { 31 | background-image: url('../../img/widgets/iframe-white.svg'); 32 | } 33 | 34 | -------------------------------------------------------------------------------- /css/widgets/iframe6.css: -------------------------------------------------------------------------------- 1 | /** 2 | * Nextcloud - Dashboard Charting app 3 | * 4 | * This file is licensed under the Affero General Public License version 3 or 5 | * later. See the COPYING file. 6 | * 7 | * @author Mark Partlett 8 | * @copyright 2019, Mark Partlett 9 | * @license GNU AGPL version 3 or any later version 10 | * 11 | * This program is free software: you can redistribute it and/or modify 12 | * it under the terms of the GNU Affero General Public License as 13 | * published by the Free Software Foundation, either version 3 of the 14 | * License, or (at your option) any later version. 15 | * 16 | * This program is distributed in the hope that it will be useful, 17 | * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 19 | * GNU Affero General Public License for more details. 20 | * 21 | * You should have received a copy of the GNU Affero General Public License 22 | * along with this program. If not, see . 23 | * 24 | */ 25 | 26 | .icon-iframe { 27 | background-image: url('../../img/widgets/iframe.svg'); 28 | } 29 | 30 | .icon-iframe-white { 31 | background-image: url('../../img/widgets/iframe-white.svg'); 32 | } 33 | 34 | .icon-refresh { 35 | background-image: url('../../img/widgets/refresh.svg'); 36 | } 37 | 38 | 39 | 40 | -------------------------------------------------------------------------------- /css/widgets/iframe7.css: -------------------------------------------------------------------------------- 1 | /** 2 | * Nextcloud - Dashboard Charting app 3 | * 4 | * This file is licensed under the Affero General Public License version 3 or 5 | * later. See the COPYING file. 6 | * 7 | * @author Mark Partlett 8 | * @copyright 2019, Mark Partlett 9 | * @license GNU AGPL version 3 or any later version 10 | * 11 | * This program is free software: you can redistribute it and/or modify 12 | * it under the terms of the GNU Affero General Public License as 13 | * published by the Free Software Foundation, either version 3 of the 14 | * License, or (at your option) any later version. 15 | * 16 | * This program is distributed in the hope that it will be useful, 17 | * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 19 | * GNU Affero General Public License for more details. 20 | * 21 | * You should have received a copy of the GNU Affero General Public License 22 | * along with this program. If not, see . 23 | * 24 | */ 25 | 26 | .icon-iframe { 27 | background-image: url('../../img/widgets/iframe.svg'); 28 | } 29 | 30 | .icon-iframe-white { 31 | background-image: url('../../img/widgets/iframe-white.svg'); 32 | } 33 | 34 | .icon-refresh { 35 | background-image: url('../../img/widgets/refresh.svg'); 36 | } 37 | 38 | 39 | 40 | -------------------------------------------------------------------------------- /css/widgets/iframe8.css: -------------------------------------------------------------------------------- 1 | /** 2 | * Nextcloud - Dashboard Charting app 3 | * 4 | * This file is licensed under the Affero General Public License version 3 or 5 | * later. See the COPYING file. 6 | * 7 | * @author Mark Partlett 8 | * @copyright 2019, Mark Partlett 9 | * @license GNU AGPL version 3 or any later version 10 | * 11 | * This program is free software: you can redistribute it and/or modify 12 | * it under the terms of the GNU Affero General Public License as 13 | * published by the Free Software Foundation, either version 3 of the 14 | * License, or (at your option) any later version. 15 | * 16 | * This program is distributed in the hope that it will be useful, 17 | * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 19 | * GNU Affero General Public License for more details. 20 | * 21 | * You should have received a copy of the GNU Affero General Public License 22 | * along with this program. If not, see . 23 | * 24 | */ 25 | 26 | .icon-iframe { 27 | background-image: url('../../img/widgets/iframe.svg'); 28 | } 29 | 30 | .icon-iframe-white { 31 | background-image: url('../../img/widgets/iframe-white.svg'); 32 | } 33 | 34 | .icon-refresh { 35 | background-image: url('../../img/widgets/refresh.svg'); 36 | } 37 | 38 | 39 | 40 | 41 | -------------------------------------------------------------------------------- /css/widgets/iframe9.css: -------------------------------------------------------------------------------- 1 | /** 2 | * Nextcloud - Dashboard Charting app 3 | * 4 | * This file is licensed under the Affero General Public License version 3 or 5 | * later. See the COPYING file. 6 | * 7 | * @author Mark Partlett 8 | * @copyright 2019, Mark Partlett 9 | * @license GNU AGPL version 3 or any later version 10 | * 11 | * This program is free software: you can redistribute it and/or modify 12 | * it under the terms of the GNU Affero General Public License as 13 | * published by the Free Software Foundation, either version 3 of the 14 | * License, or (at your option) any later version. 15 | * 16 | * This program is distributed in the hope that it will be useful, 17 | * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 19 | * GNU Affero General Public License for more details. 20 | * 21 | * You should have received a copy of the GNU Affero General Public License 22 | * along with this program. If not, see . 23 | * 24 | */ 25 | 26 | .icon-iframe { 27 | background-image: url('../../img/widgets/iframe.svg'); 28 | } 29 | 30 | .icon-iframe-white { 31 | background-image: url('../../img/widgets/iframe-white.svg'); 32 | } 33 | 34 | .icon-refresh { 35 | background-image: url('../../img/widgets/refresh.svg'); 36 | } 37 | 38 | 39 | 40 | -------------------------------------------------------------------------------- /css/widgets/info1.css: -------------------------------------------------------------------------------- 1 | /** 2 | * Nextcloud - Dashboard Charting app 3 | * 4 | * This file is licensed under the Affero General Public License version 3 or 5 | * later. See the COPYING file. 6 | * 7 | * @author Mark Partlett 8 | * @copyright 2019, Mark Partlett 9 | * @license GNU AGPL version 3 or any later version 10 | * 11 | * This program is free software: you can redistribute it and/or modify 12 | * it under the terms of the GNU Affero General Public License as 13 | * published by the Free Software Foundation, either version 3 of the 14 | * License, or (at your option) any later version. 15 | * 16 | * This program is distributed in the hope that it will be useful, 17 | * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 19 | * GNU Affero General Public License for more details. 20 | * 21 | * You should have received a copy of the GNU Affero General Public License 22 | * along with this program. If not, see . 23 | * 24 | */ 25 | 26 | .icon-info { 27 | background-image: url('../../img/widgets/info.svg'); 28 | } 29 | 30 | .icon-info-white { 31 | background-image: url('../../img/widgets/info-white.svg'); 32 | } 33 | 34 | .widget-info1 { 35 | font-size: 11px; 36 | padding: 30px 30px 0px; 37 | letter-spacing: 1.5px; 38 | } 39 | 40 | 41 | 42 | -------------------------------------------------------------------------------- /css/widgets/info2.css: -------------------------------------------------------------------------------- 1 | /** 2 | * Nextcloud - Dashboard Charting app 3 | * 4 | * This file is licensed under the Affero General Public License version 3 or 5 | * later. See the COPYING file. 6 | * 7 | * @author Mark Partlett 8 | * @copyright 2019, Mark Partlett 9 | * @license GNU AGPL version 3 or any later version 10 | * 11 | * This program is free software: you can redistribute it and/or modify 12 | * it under the terms of the GNU Affero General Public License as 13 | * published by the Free Software Foundation, either version 3 of the 14 | * License, or (at your option) any later version. 15 | * 16 | * This program is distributed in the hope that it will be useful, 17 | * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 19 | * GNU Affero General Public License for more details. 20 | * 21 | * You should have received a copy of the GNU Affero General Public License 22 | * along with this program. If not, see . 23 | * 24 | */ 25 | 26 | .icon-info { 27 | background-image: url('../../img/widgets/info.svg'); 28 | } 29 | 30 | .icon-info-white { 31 | background-image: url('../../img/widgets/info-white.svg'); 32 | } 33 | 34 | .widget-info2 { 35 | font-size: 11px; 36 | padding: 30px 30px 0px; 37 | letter-spacing: 1.5px; 38 | } 39 | 40 | 41 | 42 | -------------------------------------------------------------------------------- /css/widgets/info3.css: -------------------------------------------------------------------------------- 1 | /** 2 | * Nextcloud - Dashboard Charting app 3 | * 4 | * This file is licensed under the Affero General Public License version 3 or 5 | * later. See the COPYING file. 6 | * 7 | * @author Mark Partlett 8 | * @copyright 2019, Mark Partlett 9 | * @license GNU AGPL version 3 or any later version 10 | * 11 | * This program is free software: you can redistribute it and/or modify 12 | * it under the terms of the GNU Affero General Public License as 13 | * published by the Free Software Foundation, either version 3 of the 14 | * License, or (at your option) any later version. 15 | * 16 | * This program is distributed in the hope that it will be useful, 17 | * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 19 | * GNU Affero General Public License for more details. 20 | * 21 | * You should have received a copy of the GNU Affero General Public License 22 | * along with this program. If not, see . 23 | * 24 | */ 25 | 26 | .icon-info { 27 | background-image: url('../../img/widgets/info.svg'); 28 | } 29 | 30 | .icon-info-white { 31 | background-image: url('../../img/widgets/info-white.svg'); 32 | } 33 | 34 | .widget-info3 { 35 | font-size: 11px; 36 | padding: 30px 30px 0px; 37 | letter-spacing: 1.5px; 38 | } 39 | 40 | 41 | 42 | -------------------------------------------------------------------------------- /css/widgets/neo.min.css: -------------------------------------------------------------------------------- 1 | .cm-s-neo.CodeMirror{background-color:#fff;color:#2e383c;line-height:1.4375}.cm-s-neo .cm-comment{color:#75787b}.cm-s-neo .cm-keyword,.cm-s-neo .cm-property{color:#1d75b3}.cm-s-neo .cm-atom,.cm-s-neo .cm-number{color:#75438a}.cm-s-neo .cm-node,.cm-s-neo .cm-tag{color:#9c3328}.cm-s-neo .cm-string{color:#b35e14}.cm-s-neo .cm-qualifier,.cm-s-neo .cm-variable{color:#047d65}.cm-s-neo pre{padding:0}.cm-s-neo .CodeMirror-gutters{border:none;border-right:10px solid transparent;background-color:transparent}.cm-s-neo .CodeMirror-linenumber{padding:0;color:#e0e2e5}.cm-s-neo .CodeMirror-guttermarker{color:#1d75b3}.cm-s-neo .CodeMirror-guttermarker-subtle{color:#e0e2e5}.cm-s-neo .CodeMirror-cursor{width:auto;border:0;background:rgba(155,157,162,.37);z-index:1}/*# sourceMappingURL=neo.min.css.map */ -------------------------------------------------------------------------------- /css/widgets/test1.css: -------------------------------------------------------------------------------- 1 | /** 2 | * Nextcloud - Dashboard Charting app 3 | * 4 | * This file is licensed under the Affero General Public License version 3 or 5 | * later. See the COPYING file. 6 | * 7 | * @author Mark Partlett 8 | * @copyright 2019, Mark Partlett 9 | * @license GNU AGPL version 3 or any later version 10 | * 11 | * This program is free software: you can redistribute it and/or modify 12 | * it under the terms of the GNU Affero General Public License as 13 | * published by the Free Software Foundation, either version 3 of the 14 | * License, or (at your option) any later version. 15 | * 16 | * This program is distributed in the hope that it will be useful, 17 | * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 19 | * GNU Affero General Public License for more details. 20 | * 21 | * You should have received a copy of the GNU Affero General Public License 22 | * along with this program. If not, see . 23 | * 24 | */ 25 | .icon-chart { 26 | background-image: url('../../img/widgets/chart.svg'); 27 | } 28 | 29 | .icon-chart-white { 30 | background-image: url('../../img/widgets/chart-white.svg'); 31 | } 32 | 33 | .widget-test1 { 34 | padding: 10px; 35 | } 36 | 37 | .icon-refresh { 38 | background-image: url('../../img/widgets/refresh.svg'); 39 | } 40 | 41 | -------------------------------------------------------------------------------- /img/Capture_DCv2.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarkPartlett/dashboardcharts/dba662e905cbe4f744442024bb895e66537838f0/img/Capture_DCv2.PNG -------------------------------------------------------------------------------- /img/Capture_DCv2_settings.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarkPartlett/dashboardcharts/dba662e905cbe4f744442024bb895e66537838f0/img/Capture_DCv2_settings.PNG -------------------------------------------------------------------------------- /img/app.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | image/svg+xml 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | -------------------------------------------------------------------------------- /img/chart-white.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 7 | 8 | 10 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | -------------------------------------------------------------------------------- /img/chart.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /img/charts.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 7 | 8 | 10 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | -------------------------------------------------------------------------------- /img/clock-white.svg: -------------------------------------------------------------------------------- 1 | 2 | 4 | 15 | 16 | -------------------------------------------------------------------------------- /img/clock.svg: -------------------------------------------------------------------------------- 1 | 2 | 4 | 15 | 16 | -------------------------------------------------------------------------------- /img/dashboard-dark.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /img/dashboard.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | image/svg+xml 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | -------------------------------------------------------------------------------- /img/dashboardcharts.svg: -------------------------------------------------------------------------------- 1 | 2 | image/svg+xml -------------------------------------------------------------------------------- /img/diskspace-white.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 11 | 12 | -------------------------------------------------------------------------------- /img/diskspace.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 11 | 12 | -------------------------------------------------------------------------------- /img/fortunes-white.svg: -------------------------------------------------------------------------------- 1 | 2 | 4 | 10 | 13 | 14 | -------------------------------------------------------------------------------- /img/fortunes.svg: -------------------------------------------------------------------------------- 1 | 2 | 4 | 10 | 13 | 14 | -------------------------------------------------------------------------------- /img/grid.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /img/lorem-white.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 9 | 10 | -------------------------------------------------------------------------------- /img/lorem.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 9 | 10 | -------------------------------------------------------------------------------- /img/widget.svg: -------------------------------------------------------------------------------- 1 | 2 | 4 | 13 | 14 | -------------------------------------------------------------------------------- /img/widgets/chart-white.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 7 | 8 | 10 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | -------------------------------------------------------------------------------- /img/widgets/chart.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /img/widgets/charts.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 7 | 8 | 10 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | -------------------------------------------------------------------------------- /img/widgets/clock-white.svg: -------------------------------------------------------------------------------- 1 | 2 | 4 | 15 | 16 | -------------------------------------------------------------------------------- /img/widgets/clock.svg: -------------------------------------------------------------------------------- 1 | 2 | 4 | 15 | 16 | -------------------------------------------------------------------------------- /img/widgets/counter.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /img/widgets/dashboard-dark.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /img/widgets/dashboard.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | image/svg+xml 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | -------------------------------------------------------------------------------- /img/widgets/diskspace-white.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 11 | 12 | -------------------------------------------------------------------------------- /img/widgets/diskspace.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 11 | 12 | -------------------------------------------------------------------------------- /img/widgets/formio.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 9 | 10 | -------------------------------------------------------------------------------- /img/widgets/fortunes-white.svg: -------------------------------------------------------------------------------- 1 | 2 | 4 | 10 | 13 | 14 | -------------------------------------------------------------------------------- /img/widgets/fortunes.svg: -------------------------------------------------------------------------------- 1 | 2 | 4 | 10 | 13 | 14 | -------------------------------------------------------------------------------- /img/widgets/gauge-dark.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /img/widgets/gauge.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | image/svg+xml 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | -------------------------------------------------------------------------------- /img/widgets/grid.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /img/widgets/hchart.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /img/widgets/hchart2.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /img/widgets/iframe.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /img/widgets/info.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /img/widgets/lorem-white.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 9 | 10 | -------------------------------------------------------------------------------- /img/widgets/lorem.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 9 | 10 | -------------------------------------------------------------------------------- /img/widgets/refresh.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /img/widgets/widget.svg: -------------------------------------------------------------------------------- 1 | 2 | 4 | 13 | 14 | -------------------------------------------------------------------------------- /js/widgets/DataTables-1.10.18/images/sort_asc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarkPartlett/dashboardcharts/dba662e905cbe4f744442024bb895e66537838f0/js/widgets/DataTables-1.10.18/images/sort_asc.png -------------------------------------------------------------------------------- /js/widgets/DataTables-1.10.18/images/sort_asc_disabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarkPartlett/dashboardcharts/dba662e905cbe4f744442024bb895e66537838f0/js/widgets/DataTables-1.10.18/images/sort_asc_disabled.png -------------------------------------------------------------------------------- /js/widgets/DataTables-1.10.18/images/sort_both.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarkPartlett/dashboardcharts/dba662e905cbe4f744442024bb895e66537838f0/js/widgets/DataTables-1.10.18/images/sort_both.png -------------------------------------------------------------------------------- /js/widgets/DataTables-1.10.18/images/sort_desc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarkPartlett/dashboardcharts/dba662e905cbe4f744442024bb895e66537838f0/js/widgets/DataTables-1.10.18/images/sort_desc.png -------------------------------------------------------------------------------- /js/widgets/DataTables-1.10.18/images/sort_desc_disabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarkPartlett/dashboardcharts/dba662e905cbe4f744442024bb895e66537838f0/js/widgets/DataTables-1.10.18/images/sort_desc_disabled.png -------------------------------------------------------------------------------- /js/widgets/data-csv.js: -------------------------------------------------------------------------------- 1 | /* 2 | 3 | Highcharts Editor v0.3.0 4 | 5 | Copyright (c) 2016-2017, Highsoft 6 | 7 | Permission is hereby granted, free of charge, to any person obtaining 8 | a copy of this software and associated documentation files (the 9 | "Software"), to deal in the Software without restriction, including 10 | without limitation the rights to use, copy, modify, merge, publish, 11 | distribute, sublicense, and/or sell copies of the Software, and to 12 | permit persons to whom the Software is furnished to do so, subject to 13 | the following conditions: 14 | 15 | The above copyright notice and this permission notice shall be 16 | included in all copies or substantial portions of the Software. 17 | 18 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 19 | EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 20 | MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. 21 | IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY 22 | CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, 23 | TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE 24 | SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 25 | 26 | */ 27 | highed.plugins.import.install("CSV",{description:"Import a standard formatted CSV file.",treatAs:"csv",filter:function(t,i,r){r(!1,t)}}); -------------------------------------------------------------------------------- /js/widgets/images/DueCards.css: -------------------------------------------------------------------------------- 1 | /** 2 | * Nextcloud - Dashboard app 3 | * 4 | * This file is licensed under the Affero General Public License version 3 or 5 | * later. See the COPYING file. 6 | * 7 | * @author Maxence Lange 8 | * @copyright 2018, Maxence Lange 9 | * @license GNU AGPL version 3 or any later version 10 | * 11 | * This program is free software: you can redistribute it and/or modify 12 | * it under the terms of the GNU Affero General Public License as 13 | * published by the Free Software Foundation, either version 3 of the 14 | * License, or (at your option) any later version. 15 | * 16 | * This program is distributed in the hope that it will be useful, 17 | * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 19 | * GNU Affero General Public License for more details. 20 | * 21 | * You should have received a copy of the GNU Affero General Public License 22 | * along with this program. If not, see . 23 | * 24 | */ 25 | 26 | 27 | .icon-lorem { 28 | background-image: url('/apps/dashboard/img/widgets/lorem.svg'); 29 | } 30 | 31 | .icon-lorem-white { 32 | background-image: url('/apps/dashboard/img/widgets/lorem-white.svg'); 33 | } 34 | 35 | .widget-test1 { 36 | padding: 10px; 37 | } 38 | 39 | -------------------------------------------------------------------------------- /js/widgets/images/sort_asc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarkPartlett/dashboardcharts/dba662e905cbe4f744442024bb895e66537838f0/js/widgets/images/sort_asc.png -------------------------------------------------------------------------------- /js/widgets/images/sort_asc_disabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarkPartlett/dashboardcharts/dba662e905cbe4f744442024bb895e66537838f0/js/widgets/images/sort_asc_disabled.png -------------------------------------------------------------------------------- /js/widgets/images/sort_both.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarkPartlett/dashboardcharts/dba662e905cbe4f744442024bb895e66537838f0/js/widgets/images/sort_both.png -------------------------------------------------------------------------------- /js/widgets/images/sort_desc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarkPartlett/dashboardcharts/dba662e905cbe4f744442024bb895e66537838f0/js/widgets/images/sort_desc.png -------------------------------------------------------------------------------- /js/widgets/images/sort_desc_disabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarkPartlett/dashboardcharts/dba662e905cbe4f744442024bb895e66537838f0/js/widgets/images/sort_desc_disabled.png -------------------------------------------------------------------------------- /js/widgets/modules/arrow-symbols.js: -------------------------------------------------------------------------------- 1 | /* 2 | Highcharts JS v7.1.2 (2019-06-03) 3 | 4 | Arrow Symbols 5 | 6 | (c) 2017-2019 Lars A. V. Cabrera 7 | 8 | License: www.highcharts.com/license 9 | */ 10 | (function(a){"object"===typeof module&&module.exports?(a["default"]=a,module.exports=a):"function"===typeof define&&define.amd?define("highcharts/modules/arrow-symbols",["highcharts"],function(f){a(f);a.Highcharts=f;return a}):a("undefined"!==typeof Highcharts?Highcharts:void 0)})(function(a){function f(a,e,b,c){a.hasOwnProperty(e)||(a[e]=c.apply(null,b))}a=a?a._modules:{};f(a,"parts-gantt/ArrowSymbols.js",[a["parts/Globals.js"]],function(a){a.SVGRenderer.prototype.symbols.arrow=function(a,b,c,d){return["M", 11 | a,b+d/2,"L",a+c,b,"L",a,b+d/2,"L",a+c,b+d]};a.SVGRenderer.prototype.symbols["arrow-half"]=function(e,b,c,d){return a.SVGRenderer.prototype.symbols.arrow(e,b,c/2,d)};a.SVGRenderer.prototype.symbols["triangle-left"]=function(a,b,c,d){return["M",a+c,b,"L",a,b+d/2,"L",a+c,b+d,"Z"]};a.SVGRenderer.prototype.symbols["arrow-filled"]=a.SVGRenderer.prototype.symbols["triangle-left"];a.SVGRenderer.prototype.symbols["triangle-left-half"]=function(e,b,c,d){return a.SVGRenderer.prototype.symbols["triangle-left"](e, 12 | b,c/2,d)};a.SVGRenderer.prototype.symbols["arrow-filled-half"]=a.SVGRenderer.prototype.symbols["triangle-left-half"]});f(a,"masters/modules/arrow-symbols.src.js",[],function(){})}); 13 | //# sourceMappingURL=arrow-symbols.js.map 14 | -------------------------------------------------------------------------------- /js/widgets/modules/current-date-indicator.js: -------------------------------------------------------------------------------- 1 | /* 2 | Highcharts JS v7.1.2 (2019-06-03) 3 | 4 | CurrentDateIndicator 5 | 6 | (c) 2010-2019 Lars A. V. Cabrera 7 | 8 | License: www.highcharts.com/license 9 | */ 10 | (function(a){"object"===typeof module&&module.exports?(a["default"]=a,module.exports=a):"function"===typeof define&&define.amd?define("highcharts/modules/current-date-indicator",["highcharts"],function(b){a(b);a.Highcharts=b;return a}):a("undefined"!==typeof Highcharts?Highcharts:void 0)})(function(a){function b(a,b,e,d){a.hasOwnProperty(b)||(a[b]=d.apply(null,e))}a=a?a._modules:{};b(a,"parts-gantt/CurrentDateIndicator.js",[a["parts/Globals.js"]],function(a){var b=a.addEvent,e=a.PlotLineOrBand,d= 11 | a.merge,f={currentDateIndicator:!0,color:"#ccd6eb",width:2,label:{format:"%a, %b %d %Y, %H:%M",formatter:void 0,rotation:0,style:{fontSize:"10px"}}};b(a.Axis,"afterSetOptions",function(){var a=this.options,c=a.currentDateIndicator;c&&("object"===typeof c?(c.label&&c.label.format&&(c.label.formatter=void 0),c=d(f,c)):c=d(f),c.value=new Date,a.plotLines||(a.plotLines=[]),a.plotLines.push(c))});b(e,"render",function(){var b=this.options,c,d;b.currentDateIndicator&&b.label&&(c=b.label.format,d=b.label.formatter, 12 | b.value=new Date,b.label.text="function"===typeof d?d(this):a.dateFormat(c,new Date),this.label&&this.label.attr({text:b.label.text}))})});b(a,"masters/modules/current-date-indicator.src.js",[],function(){})}); 13 | //# sourceMappingURL=current-date-indicator.js.map 14 | -------------------------------------------------------------------------------- /js/widgets/modules/full-screen.js: -------------------------------------------------------------------------------- 1 | /* 2 | Highcharts JS v7.1.2 (2019-06-03) 3 | 4 | Advanced Highstock tools 5 | 6 | (c) 2010-2019 Highsoft AS 7 | Author: Torstein Honsi 8 | 9 | License: www.highcharts.com/license 10 | */ 11 | (function(a){"object"===typeof module&&module.exports?(a["default"]=a,module.exports=a):"function"===typeof define&&define.amd?define("highcharts/modules/full-screen",["highcharts"],function(b){a(b);a.Highcharts=b;return a}):a("undefined"!==typeof Highcharts?Highcharts:void 0)})(function(a){function b(a,c,b,d){a.hasOwnProperty(c)||(a[c]=d.apply(null,b))}a=a?a._modules:{};b(a,"modules/full-screen.src.js",[a["parts/Globals.js"]],function(a){a.FullScreen=function(a){this.init(a.parentNode)};a.FullScreen.prototype= 12 | {init:function(a){a.requestFullscreen?a.requestFullscreen():a.mozRequestFullScreen?a.mozRequestFullScreen():a.webkitRequestFullscreen?a.webkitRequestFullscreen():a.msRequestFullscreen&&a.msRequestFullscreen()}}});b(a,"masters/modules/full-screen.src.js",[],function(){})}); 13 | //# sourceMappingURL=full-screen.js.map 14 | -------------------------------------------------------------------------------- /js/widgets/modules/full-screen.js.map: -------------------------------------------------------------------------------- 1 | {"version":3,"file":"full-screen.js.map","lineCount":12,"mappings":"A;;;;;;;;;;AAWC,SAAS,CAACA,CAAD,CAAU,CACM,QAAtB,GAAI,MAAOC,OAAX,EAAkCA,MAAAC,QAAlC,EACIF,CAAA,CAAQ,SAAR,CACA,CADqBA,CACrB,CAAAC,MAAAC,QAAA,CAAiBF,CAFrB,EAG6B,UAAtB,GAAI,MAAOG,OAAX,EAAoCA,MAAAC,IAApC,CACHD,MAAA,CAAO,gCAAP,CAAyC,CAAC,YAAD,CAAzC,CAAyD,QAAS,CAACE,CAAD,CAAa,CAC3EL,CAAA,CAAQK,CAAR,CACAL,EAAAK,WAAA,CAAqBA,CACrB,OAAOL,EAHoE,CAA/E,CADG,CAOHA,CAAA,CAA8B,WAAtB,GAAA,MAAOK,WAAP,CAAoCA,UAApC,CAAiDC,IAAAA,EAAzD,CAXY,CAAnB,CAAA,CAaC,QAAS,CAACD,CAAD,CAAa,CAEpBE,QAASA,EAAe,CAACC,CAAD,CAAMC,CAAN,CAAYC,CAAZ,CAAkBC,CAAlB,CAAsB,CACrCH,CAAAI,eAAA,CAAmBH,CAAnB,CAAL,GACID,CAAA,CAAIC,CAAJ,CADJ,CACgBE,CAAAE,MAAA,CAAS,IAAT,CAAeH,CAAf,CADhB,CAD0C,CAD1CI,CAAAA,CAAWT,CAAA,CAAaA,CAAAS,SAAb,CAAmC,EAMlDP,EAAA,CAAgBO,CAAhB,CAA0B,4BAA1B,CAAwD,CAACA,CAAA,CAAS,kBAAT,CAAD,CAAxD,CAAwF,QAAS,CAACC,CAAD,CAAI,CAUjGA,CAAAC,WAAA,CAAeC,QAAS,CAACC,CAAD,CAAY,CAChC,IAAAC,KAAA,CAAUD,CAAAE,WAAV,CADgC,CAUpCL,EAAAC,WAAAK,UAAA;AAAyB,CAOrBF,KAAMA,QAAS,CAACD,CAAD,CAAY,CACnBA,CAAAI,kBAAJ,CACIJ,CAAAI,kBAAA,EADJ,CAEWJ,CAAAK,qBAAJ,CACHL,CAAAK,qBAAA,EADG,CAEIL,CAAAM,wBAAJ,CACHN,CAAAM,wBAAA,EADG,CAEIN,CAAAO,oBAFJ,EAGHP,CAAAO,oBAAA,EARmB,CAPN,CApBwE,CAArG,CAyCAlB,EAAA,CAAgBO,CAAhB,CAA0B,oCAA1B,CAAgE,EAAhE,CAAoE,QAAS,EAAG,EAAhF,CAhDoB,CAbvB;","sources":["full-screen.src.js"],"names":["factory","module","exports","define","amd","Highcharts","undefined","_registerModule","obj","path","args","fn","hasOwnProperty","apply","_modules","H","FullScreen","H.FullScreen","container","init","parentNode","prototype","requestFullscreen","mozRequestFullScreen","webkitRequestFullscreen","msRequestFullscreen"]} -------------------------------------------------------------------------------- /js/widgets/modules/overlapping-datalabels.js: -------------------------------------------------------------------------------- 1 | /* 2 | Highcharts JS v7.1.2 (2019-06-03) 3 | 4 | (c) 2009-2019 Torstein Honsi 5 | 6 | License: www.highcharts.com/license 7 | */ 8 | (function(a){"object"===typeof module&&module.exports?(a["default"]=a,module.exports=a):"function"===typeof define&&define.amd?define("highcharts/modules/overlapping-datalabels",["highcharts"],function(b){a(b);a.Highcharts=b;return a}):a("undefined"!==typeof Highcharts?Highcharts:void 0)})(function(a){(function(a,c,d,e){a.hasOwnProperty(c)||(a[c]=e.apply(null,d))})(a?a._modules:{},"masters/modules/overlapping-datalabels.src.js",[],function(){})}); 9 | //# sourceMappingURL=overlapping-datalabels.js.map 10 | -------------------------------------------------------------------------------- /js/widgets/modules/overlapping-datalabels.js.map: -------------------------------------------------------------------------------- 1 | {"version":3,"file":"overlapping-datalabels.js.map","lineCount":8,"mappings":"A;;;;;;;AAQC,SAAS,CAACA,CAAD,CAAU,CACM,QAAtB,GAAI,MAAOC,OAAX,EAAkCA,MAAAC,QAAlC,EACIF,CAAA,CAAQ,SAAR,CACA,CADqBA,CACrB,CAAAC,MAAAC,QAAA,CAAiBF,CAFrB,EAG6B,UAAtB,GAAI,MAAOG,OAAX,EAAoCA,MAAAC,IAApC,CACHD,MAAA,CAAO,2CAAP,CAAoD,CAAC,YAAD,CAApD,CAAoE,QAAS,CAACE,CAAD,CAAa,CACtFL,CAAA,CAAQK,CAAR,CACAL,EAAAK,WAAA,CAAqBA,CACrB,OAAOL,EAH+E,CAA1F,CADG,CAOHA,CAAA,CAA8B,WAAtB,GAAA,MAAOK,WAAP,CAAoCA,UAApC,CAAiDC,IAAAA,EAAzD,CAXY,CAAnB,CAAA,CAaC,QAAS,CAACD,CAAD,CAAa,CAEpBE,SAAwB,CAACC,CAAD,CAAMC,CAAN,CAAYC,CAAZ,CAAkBC,CAAlB,CAAsB,CACrCH,CAAAI,eAAA,CAAmBH,CAAnB,CAAL,GACID,CAAA,CAAIC,CAAJ,CADJ,CACgBE,CAAAE,MAAA,CAAS,IAAT,CAAeH,CAAf,CADhB,CAD0C,CAA9CH,CAKA,CANeF,CAAAS,CAAaT,CAAAS,SAAbA,CAAmC,EAMlD,CAA0B,+CAA1B,CAA2E,EAA3E,CAA+E,QAAS,EAAG,EAA3F,CAPoB,CAbvB;","sources":["overlapping-datalabels.src.js"],"names":["factory","module","exports","define","amd","Highcharts","undefined","_registerModule","obj","path","args","fn","hasOwnProperty","apply","_modules"]} -------------------------------------------------------------------------------- /js/widgets/modules/overlapping-datalabels.src.js: -------------------------------------------------------------------------------- 1 | /** 2 | * @license Highcharts JS v7.1.2 (2019-06-03) 3 | * 4 | * (c) 2009-2019 Torstein Honsi 5 | * 6 | * License: www.highcharts.com/license 7 | */ 8 | 'use strict'; 9 | (function (factory) { 10 | if (typeof module === 'object' && module.exports) { 11 | factory['default'] = factory; 12 | module.exports = factory; 13 | } else if (typeof define === 'function' && define.amd) { 14 | define('highcharts/modules/overlapping-datalabels', ['highcharts'], function (Highcharts) { 15 | factory(Highcharts); 16 | factory.Highcharts = Highcharts; 17 | return factory; 18 | }); 19 | } else { 20 | factory(typeof Highcharts !== 'undefined' ? Highcharts : undefined); 21 | } 22 | }(function (Highcharts) { 23 | var _modules = Highcharts ? Highcharts._modules : {}; 24 | function _registerModule(obj, path, args, fn) { 25 | if (!obj.hasOwnProperty(path)) { 26 | obj[path] = fn.apply(null, args); 27 | } 28 | } 29 | _registerModule(_modules, 'masters/modules/overlapping-datalabels.src.js', [], function () { 30 | 31 | 32 | }); 33 | })); 34 | -------------------------------------------------------------------------------- /js/widgets/modules/pyramid3d.js: -------------------------------------------------------------------------------- 1 | /* 2 | Highcharts JS v7.1.2 (2019-06-03) 3 | 4 | Highcharts 3D funnel module 5 | 6 | (c) 2010-2019 Kacper Madej 7 | 8 | License: www.highcharts.com/license 9 | */ 10 | (function(a){"object"===typeof module&&module.exports?(a["default"]=a,module.exports=a):"function"===typeof define&&define.amd?define("highcharts/modules/pyramid3d",["highcharts","highcharts/highcharts-3d","highcharts/modules/cylinder","highcharts/modules/funnel3d"],function(b){a(b);a.Highcharts=b;return a}):a("undefined"!==typeof Highcharts?Highcharts:void 0)})(function(a){function b(a,b,c,d){a.hasOwnProperty(b)||(a[b]=d.apply(null,c))}a=a?a._modules:{};b(a,"modules/pyramid3d.src.js",[a["parts/Globals.js"]], 11 | function(a){a=a.seriesType;a("pyramid3d","funnel3d",{reversed:!0,neckHeight:0,neckWidth:0,dataLabels:{verticalAlign:"top"}})});b(a,"masters/modules/pyramid3d.src.js",[],function(){})}); 12 | //# sourceMappingURL=pyramid3d.js.map 13 | -------------------------------------------------------------------------------- /js/widgets/modules/pyramid3d.js.map: -------------------------------------------------------------------------------- 1 | {"version":3,"file":"pyramid3d.js.map","lineCount":11,"mappings":"A;;;;;;;;;AAUC,SAAS,CAACA,CAAD,CAAU,CACM,QAAtB,GAAI,MAAOC,OAAX,EAAkCA,MAAAC,QAAlC,EACIF,CAAA,CAAQ,SAAR,CACA,CADqBA,CACrB,CAAAC,MAAAC,QAAA,CAAiBF,CAFrB,EAG6B,UAAtB,GAAI,MAAOG,OAAX,EAAoCA,MAAAC,IAApC,CACHD,MAAA,CAAO,8BAAP,CAAuC,CAAC,YAAD,CAAe,0BAAf,CAA2C,6BAA3C,CAA0E,6BAA1E,CAAvC,CAAiJ,QAAS,CAACE,CAAD,CAAa,CACnKL,CAAA,CAAQK,CAAR,CACAL,EAAAK,WAAA,CAAqBA,CACrB,OAAOL,EAH4J,CAAvK,CADG,CAOHA,CAAA,CAA8B,WAAtB,GAAA,MAAOK,WAAP,CAAoCA,UAApC,CAAiDC,IAAAA,EAAzD,CAXY,CAAnB,CAAA,CAaC,QAAS,CAACD,CAAD,CAAa,CAEpBE,QAASA,EAAe,CAACC,CAAD,CAAMC,CAAN,CAAYC,CAAZ,CAAkBC,CAAlB,CAAsB,CACrCH,CAAAI,eAAA,CAAmBH,CAAnB,CAAL,GACID,CAAA,CAAIC,CAAJ,CADJ,CACgBE,CAAAE,MAAA,CAAS,IAAT,CAAeH,CAAf,CADhB,CAD0C,CAD1CI,CAAAA,CAAWT,CAAA,CAAaA,CAAAS,SAAb,CAAmC,EAMlDP,EAAA,CAAgBO,CAAhB,CAA0B,0BAA1B,CAAsD,CAACA,CAAA,CAAS,kBAAT,CAAD,CAAtD;AAAsF,QAAS,CAACC,CAAD,CAAI,CAU3FC,CAAAA,CAAaD,CAAAC,WAWjBA,EAAA,CAAW,WAAX,CAAwB,UAAxB,CAkBI,CAOIC,SAAU,CAAA,CAPd,CASIC,WAAY,CAThB,CAUIC,UAAW,CAVf,CAWIC,WAAY,CACRC,cAAe,KADP,CAXhB,CAlBJ,CArB+F,CAAnG,CAqHAd,EAAA,CAAgBO,CAAhB,CAA0B,kCAA1B,CAA8D,EAA9D,CAAkE,QAAS,EAAG,EAA9E,CA5HoB,CAbvB;","sources":["pyramid3d.src.js"],"names":["factory","module","exports","define","amd","Highcharts","undefined","_registerModule","obj","path","args","fn","hasOwnProperty","apply","_modules","H","seriesType","reversed","neckHeight","neckWidth","dataLabels","verticalAlign"]} -------------------------------------------------------------------------------- /js/widgets/modules/static-scale.js: -------------------------------------------------------------------------------- 1 | /* 2 | Highcharts JS v7.1.2 (2019-06-03) 3 | 4 | StaticScale 5 | 6 | (c) 2016-2019 Torstein Honsi, Lars A. V. Cabrera 7 | 8 | License: www.highcharts.com/license 9 | */ 10 | (function(a){"object"===typeof module&&module.exports?(a["default"]=a,module.exports=a):"function"===typeof define&&define.amd?define("highcharts/modules/static-scale",["highcharts"],function(b){a(b);a.Highcharts=b;return a}):a("undefined"!==typeof Highcharts?Highcharts:void 0)})(function(a){function b(a,f,b,c){a.hasOwnProperty(f)||(a[f]=c.apply(null,b))}a=a?a._modules:{};b(a,"modules/static-scale.src.js",[a["parts/Globals.js"]],function(a){var b=a.Chart,g=a.pick;a.addEvent(a.Axis,"afterSetOptions", 11 | function(){var c=this.chart.options&&this.chart.options.chart;!this.horiz&&a.isNumber(this.options.staticScale)&&(!c.height||c.scrollablePlotArea&&c.scrollablePlotArea.minHeight)&&(this.staticScale=this.options.staticScale)});b.prototype.adjustHeight=function(){"adjustHeight"!==this.redrawTrigger&&((this.axes||[]).forEach(function(c){var b=c.chart,f=!!b.initiatedScale&&b.options.animation,d=c.options.staticScale,e;c.staticScale&&a.defined(c.min)&&(e=g(c.unitLength,c.max+c.tickInterval-c.min)*d,e= 12 | Math.max(e,d),d=e-b.plotHeight,1<=Math.abs(d)&&(b.plotHeight=e,b.redrawTrigger="adjustHeight",b.setSize(void 0,b.chartHeight+d,f)),c.series.forEach(function(a){(a=a.sharedClipKey&&b[a.sharedClipKey])&&a.attr({height:b.plotHeight})}))}),this.initiatedScale=!0);this.redrawTrigger=null};a.addEvent(b,"render",b.prototype.adjustHeight)});b(a,"masters/modules/static-scale.src.js",[],function(){})}); 13 | //# sourceMappingURL=static-scale.js.map 14 | -------------------------------------------------------------------------------- /js/widgets/modules/streamgraph.js: -------------------------------------------------------------------------------- 1 | /* 2 | Highcharts JS v7.1.2 (2019-06-03) 3 | 4 | Streamgraph module 5 | 6 | (c) 2010-2019 Torstein Honsi 7 | 8 | License: www.highcharts.com/license 9 | */ 10 | (function(a){"object"===typeof module&&module.exports?(a["default"]=a,module.exports=a):"function"===typeof define&&define.amd?define("highcharts/modules/streamgraph",["highcharts"],function(b){a(b);a.Highcharts=b;return a}):a("undefined"!==typeof Highcharts?Highcharts:void 0)})(function(a){function b(a,d,b,c){a.hasOwnProperty(d)||(a[d]=c.apply(null,b))}a=a?a._modules:{};b(a,"modules/streamgraph.src.js",[a["parts/Globals.js"]],function(a){a=a.seriesType;a("streamgraph","areaspline",{fillOpacity:1, 11 | lineWidth:0,marker:{enabled:!1},stacking:"stream"},{negStacks:!1,streamStacker:function(a,b,c){a[0]-=b.total/2;a[1]-=b.total/2;this.stackedYData[c]=a}})});b(a,"masters/modules/streamgraph.src.js",[],function(){})}); 12 | //# sourceMappingURL=streamgraph.js.map 13 | -------------------------------------------------------------------------------- /js/widgets/modules/streamgraph.js.map: -------------------------------------------------------------------------------- 1 | {"version":3,"file":"streamgraph.js.map","lineCount":11,"mappings":"A;;;;;;;;;AAUC,SAAS,CAACA,CAAD,CAAU,CACM,QAAtB,GAAI,MAAOC,OAAX,EAAkCA,MAAAC,QAAlC,EACIF,CAAA,CAAQ,SAAR,CACA,CADqBA,CACrB,CAAAC,MAAAC,QAAA,CAAiBF,CAFrB,EAG6B,UAAtB,GAAI,MAAOG,OAAX,EAAoCA,MAAAC,IAApC,CACHD,MAAA,CAAO,gCAAP,CAAyC,CAAC,YAAD,CAAzC,CAAyD,QAAS,CAACE,CAAD,CAAa,CAC3EL,CAAA,CAAQK,CAAR,CACAL,EAAAK,WAAA,CAAqBA,CACrB,OAAOL,EAHoE,CAA/E,CADG,CAOHA,CAAA,CAA8B,WAAtB,GAAA,MAAOK,WAAP,CAAoCA,UAApC,CAAiDC,IAAAA,EAAzD,CAXY,CAAnB,CAAA,CAaC,QAAS,CAACD,CAAD,CAAa,CAEpBE,QAASA,EAAe,CAACC,CAAD,CAAMC,CAAN,CAAYC,CAAZ,CAAkBC,CAAlB,CAAsB,CACrCH,CAAAI,eAAA,CAAmBH,CAAnB,CAAL,GACID,CAAA,CAAIC,CAAJ,CADJ,CACgBE,CAAAE,MAAA,CAAS,IAAT,CAAeH,CAAf,CADhB,CAD0C,CAD1CI,CAAAA,CAAWT,CAAA,CAAaA,CAAAS,SAAb,CAAmC,EAMlDP,EAAA,CAAgBO,CAAhB,CAA0B,4BAA1B,CAAwD,CAACA,CAAA,CAAS,kBAAT,CAAD,CAAxD,CAAwF,QAAS,CAACC,CAAD,CAAI,CAW7FC,CAAAA,CAAaD,CAAAC,WASjBA,EAAA,CAAW,aAAX,CAA0B,YAA1B,CAcM,CACEC,YAAa,CADf;AAEEC,UAAW,CAFb,CAGEC,OAAQ,CACJC,QAAS,CAAA,CADL,CAHV,CAMEC,SAAU,QANZ,CAdN,CAsBO,CACCC,UAAW,CAAA,CADZ,CAKCC,cAAeA,QAAS,CAACC,CAAD,CAAgBC,CAAhB,CAAuBC,CAAvB,CAA0B,CAE9CF,CAAA,CAAc,CAAd,CAAA,EAAoBC,CAAAE,MAApB,CAAkC,CAElCH,EAAA,CAAc,CAAd,CAAA,EAAoBC,CAAAE,MAApB,CAAkC,CAGlC,KAAAC,aAAA,CAAkBF,CAAlB,CAAA,CAAuBF,CAPuB,CALnD,CAtBP,CApBiG,CAArG,CAkIAjB,EAAA,CAAgBO,CAAhB,CAA0B,oCAA1B,CAAgE,EAAhE,CAAoE,QAAS,EAAG,EAAhF,CAzIoB,CAbvB;","sources":["streamgraph.src.js"],"names":["factory","module","exports","define","amd","Highcharts","undefined","_registerModule","obj","path","args","fn","hasOwnProperty","apply","_modules","H","seriesType","fillOpacity","lineWidth","marker","enabled","stacking","negStacks","streamStacker","pointExtremes","stack","i","total","stackedYData"]} -------------------------------------------------------------------------------- /js/widgets/neo.min.css: -------------------------------------------------------------------------------- 1 | .cm-s-neo.CodeMirror{background-color:#fff;color:#2e383c;line-height:1.4375}.cm-s-neo .cm-comment{color:#75787b}.cm-s-neo .cm-keyword,.cm-s-neo .cm-property{color:#1d75b3}.cm-s-neo .cm-atom,.cm-s-neo .cm-number{color:#75438a}.cm-s-neo .cm-node,.cm-s-neo .cm-tag{color:#9c3328}.cm-s-neo .cm-string{color:#b35e14}.cm-s-neo .cm-qualifier,.cm-s-neo .cm-variable{color:#047d65}.cm-s-neo pre{padding:0}.cm-s-neo .CodeMirror-gutters{border:none;border-right:10px solid transparent;background-color:transparent}.cm-s-neo .CodeMirror-linenumber{padding:0;color:#e0e2e5}.cm-s-neo .CodeMirror-guttermarker{color:#1d75b3}.cm-s-neo .CodeMirror-guttermarker-subtle{color:#e0e2e5}.cm-s-neo .CodeMirror-cursor{width:auto;border:0;background:rgba(155,157,162,.37);z-index:1}/*# sourceMappingURL=neo.min.css.map */ -------------------------------------------------------------------------------- /js/widgets/old/data-csv.js: -------------------------------------------------------------------------------- 1 | /* 2 | 3 | Highcharts Editor v0.3.0 4 | 5 | Copyright (c) 2016-2017, Highsoft 6 | 7 | Permission is hereby granted, free of charge, to any person obtaining 8 | a copy of this software and associated documentation files (the 9 | "Software"), to deal in the Software without restriction, including 10 | without limitation the rights to use, copy, modify, merge, publish, 11 | distribute, sublicense, and/or sell copies of the Software, and to 12 | permit persons to whom the Software is furnished to do so, subject to 13 | the following conditions: 14 | 15 | The above copyright notice and this permission notice shall be 16 | included in all copies or substantial portions of the Software. 17 | 18 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 19 | EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 20 | MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. 21 | IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY 22 | CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, 23 | TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE 24 | SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 25 | 26 | */ 27 | highed.plugins.import.install("CSV",{description:"Import a standard formatted CSV file.",treatAs:"csv",filter:function(t,i,r){r(!1,t)}}); -------------------------------------------------------------------------------- /js/widgets/old/standalone-framework.js: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /js/widgets/themes/avocado.js: -------------------------------------------------------------------------------- 1 | /* 2 | Highcharts JS v7.1.2 (2019-06-03) 3 | 4 | (c) 2009-2019 Highsoft AS 5 | 6 | License: www.highcharts.com/license 7 | */ 8 | (function(a){"object"===typeof module&&module.exports?(a["default"]=a,module.exports=a):"function"===typeof define&&define.amd?define("highcharts/themes/avocado",["highcharts"],function(b){a(b);a.Highcharts=b;return a}):a("undefined"!==typeof Highcharts?Highcharts:void 0)})(function(a){function b(a,b,c,d){a.hasOwnProperty(b)||(a[b]=d.apply(null,c))}a=a?a._modules:{};b(a,"themes/avocado.js",[a["parts/Globals.js"]],function(a){a.theme={colors:["#F3E796","#95C471","#35729E","#251735"],colorAxis:{maxColor:"#05426E", 9 | minColor:"#F3E796"},plotOptions:{map:{nullColor:"#fcfefe"}},navigator:{maskFill:"rgba(170, 205, 170, 0.5)",series:{color:"#95C471",lineColor:"#35729E"}}};a.setOptions(a.theme)});b(a,"masters/themes/avocado.src.js",[],function(){})}); 10 | //# sourceMappingURL=avocado.js.map 11 | -------------------------------------------------------------------------------- /js/widgets/themes/avocado.js.map: -------------------------------------------------------------------------------- 1 | {"version":3,"file":"avocado.js.map","lineCount":9,"mappings":"A;;;;;;;AAQC,SAAS,CAACA,CAAD,CAAU,CACM,QAAtB,GAAI,MAAOC,OAAX,EAAkCA,MAAAC,QAAlC,EACIF,CAAA,CAAQ,SAAR,CACA,CADqBA,CACrB,CAAAC,MAAAC,QAAA,CAAiBF,CAFrB,EAG6B,UAAtB,GAAI,MAAOG,OAAX,EAAoCA,MAAAC,IAApC,CACHD,MAAA,CAAO,2BAAP,CAAoC,CAAC,YAAD,CAApC,CAAoD,QAAS,CAACE,CAAD,CAAa,CACtEL,CAAA,CAAQK,CAAR,CACAL,EAAAK,WAAA,CAAqBA,CACrB,OAAOL,EAH+D,CAA1E,CADG,CAOHA,CAAA,CAA8B,WAAtB,GAAA,MAAOK,WAAP,CAAoCA,UAApC,CAAiDC,IAAAA,EAAzD,CAXY,CAAnB,CAAA,CAaC,QAAS,CAACD,CAAD,CAAa,CAEpBE,QAASA,EAAe,CAACC,CAAD,CAAMC,CAAN,CAAYC,CAAZ,CAAkBC,CAAlB,CAAsB,CACrCH,CAAAI,eAAA,CAAmBH,CAAnB,CAAL,GACID,CAAA,CAAIC,CAAJ,CADJ,CACgBE,CAAAE,MAAA,CAAS,IAAT,CAAeH,CAAf,CADhB,CAD0C,CAD1CI,CAAAA,CAAWT,CAAA,CAAaA,CAAAS,SAAb,CAAmC,EAMlDP,EAAA,CAAgBO,CAAhB,CAA0B,mBAA1B,CAA+C,CAACA,CAAA,CAAS,kBAAT,CAAD,CAA/C,CAA+E,QAAS,CAACT,CAAD,CAAa,CAgBjGA,CAAAU,MAAA,CAAmB,CACfC,OAAQ,CAAC,SAAD,CAAY,SAAZ,CAAuB,SAAvB,CAAkC,SAAlC,CADO,CAGfC,UAAW,CACPC,SAAU,SADH;AAEPC,SAAU,SAFH,CAHI,CAQfC,YAAa,CACTC,IAAK,CACDC,UAAW,SADV,CADI,CARE,CAcfC,UAAW,CACPC,SAAU,0BADH,CAEPC,OAAQ,CACJC,MAAO,SADH,CAEJC,UAAW,SAFP,CAFD,CAdI,CAwBnBtB,EAAAuB,WAAA,CAAsBvB,CAAAU,MAAtB,CAxCiG,CAArG,CA2CAR,EAAA,CAAgBO,CAAhB,CAA0B,+BAA1B,CAA2D,EAA3D,CAA+D,QAAS,EAAG,EAA3E,CAlDoB,CAbvB;","sources":["avocado.src.js"],"names":["factory","module","exports","define","amd","Highcharts","undefined","_registerModule","obj","path","args","fn","hasOwnProperty","apply","_modules","theme","colors","colorAxis","maxColor","minColor","plotOptions","map","nullColor","navigator","maskFill","series","color","lineColor","setOptions"]} -------------------------------------------------------------------------------- /js/widgets/themes/grid-light.js: -------------------------------------------------------------------------------- 1 | /* 2 | Highcharts JS v7.1.2 (2019-06-03) 3 | 4 | (c) 2009-2019 Torstein Honsi 5 | 6 | License: www.highcharts.com/license 7 | */ 8 | (function(a){"object"===typeof module&&module.exports?(a["default"]=a,module.exports=a):"function"===typeof define&&define.amd?define("highcharts/themes/grid-light",["highcharts"],function(b){a(b);a.Highcharts=b;return a}):a("undefined"!==typeof Highcharts?Highcharts:void 0)})(function(a){function b(a,b,c,d){a.hasOwnProperty(b)||(a[b]=d.apply(null,c))}a=a?a._modules:{};b(a,"themes/grid-light.js",[a["parts/Globals.js"]],function(a){a.createElement("link",{href:"https://fonts.googleapis.com/css?family\x3dDosis:400,600", 9 | rel:"stylesheet",type:"text/css"},null,document.getElementsByTagName("head")[0]);a.theme={colors:"#7cb5ec #f7a35c #90ee7e #7798BF #aaeeee #ff0066 #eeaaee #55BF3B #DF5353 #7798BF #aaeeee".split(" "),chart:{backgroundColor:null,style:{fontFamily:"Dosis, sans-serif"}},title:{style:{fontSize:"16px",fontWeight:"bold",textTransform:"uppercase"}},tooltip:{borderWidth:0,backgroundColor:"rgba(219,219,216,0.8)",shadow:!1},legend:{itemStyle:{fontWeight:"bold",fontSize:"13px"}},xAxis:{gridLineWidth:1,labels:{style:{fontSize:"12px"}}}, 10 | yAxis:{minorTickInterval:"auto",title:{style:{textTransform:"uppercase"}},labels:{style:{fontSize:"12px"}}},plotOptions:{candlestick:{lineColor:"#404048"}},background2:"#F0F0EA"};a.setOptions(a.theme)});b(a,"masters/themes/grid-light.src.js",[],function(){})}); 11 | //# sourceMappingURL=grid-light.js.map 12 | -------------------------------------------------------------------------------- /js/widgets/themes/sunset.js: -------------------------------------------------------------------------------- 1 | /* 2 | Highcharts JS v7.1.2 (2019-06-03) 3 | 4 | (c) 2009-2019 Highsoft AS 5 | 6 | License: www.highcharts.com/license 7 | */ 8 | (function(a){"object"===typeof module&&module.exports?(a["default"]=a,module.exports=a):"function"===typeof define&&define.amd?define("highcharts/themes/sunset",["highcharts"],function(b){a(b);a.Highcharts=b;return a}):a("undefined"!==typeof Highcharts?Highcharts:void 0)})(function(a){function b(a,b,c,d){a.hasOwnProperty(b)||(a[b]=d.apply(null,c))}a=a?a._modules:{};b(a,"themes/sunset.js",[a["parts/Globals.js"]],function(a){a.theme={colors:["#FDD089","#FF7F79","#A0446E","#251535"],colorAxis:{maxColor:"#60042E", 9 | minColor:"#FDD089"},plotOptions:{map:{nullColor:"#fefefc"}},navigator:{series:{color:"#FF7F79",lineColor:"#A0446E"}}};a.setOptions(a.theme)});b(a,"masters/themes/sunset.src.js",[],function(){})}); 10 | //# sourceMappingURL=sunset.js.map 11 | -------------------------------------------------------------------------------- /js/widgets/themes/sunset.js.map: -------------------------------------------------------------------------------- 1 | {"version":3,"file":"sunset.js.map","lineCount":9,"mappings":"A;;;;;;;AAQC,SAAS,CAACA,CAAD,CAAU,CACM,QAAtB,GAAI,MAAOC,OAAX,EAAkCA,MAAAC,QAAlC,EACIF,CAAA,CAAQ,SAAR,CACA,CADqBA,CACrB,CAAAC,MAAAC,QAAA,CAAiBF,CAFrB,EAG6B,UAAtB,GAAI,MAAOG,OAAX,EAAoCA,MAAAC,IAApC,CACHD,MAAA,CAAO,0BAAP,CAAmC,CAAC,YAAD,CAAnC,CAAmD,QAAS,CAACE,CAAD,CAAa,CACrEL,CAAA,CAAQK,CAAR,CACAL,EAAAK,WAAA,CAAqBA,CACrB,OAAOL,EAH8D,CAAzE,CADG,CAOHA,CAAA,CAA8B,WAAtB,GAAA,MAAOK,WAAP,CAAoCA,UAApC,CAAiDC,IAAAA,EAAzD,CAXY,CAAnB,CAAA,CAaC,QAAS,CAACD,CAAD,CAAa,CAEpBE,QAASA,EAAe,CAACC,CAAD,CAAMC,CAAN,CAAYC,CAAZ,CAAkBC,CAAlB,CAAsB,CACrCH,CAAAI,eAAA,CAAmBH,CAAnB,CAAL,GACID,CAAA,CAAIC,CAAJ,CADJ,CACgBE,CAAAE,MAAA,CAAS,IAAT,CAAeH,CAAf,CADhB,CAD0C,CAD1CI,CAAAA,CAAWT,CAAA,CAAaA,CAAAS,SAAb,CAAmC,EAMlDP,EAAA,CAAgBO,CAAhB,CAA0B,kBAA1B,CAA8C,CAACA,CAAA,CAAS,kBAAT,CAAD,CAA9C,CAA8E,QAAS,CAACT,CAAD,CAAa,CAgBhGA,CAAAU,MAAA,CAAmB,CACfC,OAAQ,CAAC,SAAD,CAAY,SAAZ,CAAuB,SAAvB,CAAkC,SAAlC,CADO,CAGfC,UAAW,CACPC,SAAU,SADH;AAEPC,SAAU,SAFH,CAHI,CAQfC,YAAa,CACTC,IAAK,CACDC,UAAW,SADV,CADI,CARE,CAcfC,UAAW,CACPC,OAAQ,CACJC,MAAO,SADH,CAEJC,UAAW,SAFP,CADD,CAdI,CAuBnBrB,EAAAsB,WAAA,CAAsBtB,CAAAU,MAAtB,CAvCgG,CAApG,CA0CAR,EAAA,CAAgBO,CAAhB,CAA0B,8BAA1B,CAA0D,EAA1D,CAA8D,QAAS,EAAG,EAA1E,CAjDoB,CAbvB;","sources":["sunset.src.js"],"names":["factory","module","exports","define","amd","Highcharts","undefined","_registerModule","obj","path","args","fn","hasOwnProperty","apply","_modules","theme","colors","colorAxis","maxColor","minColor","plotOptions","map","nullColor","navigator","series","color","lineColor","setOptions"]} -------------------------------------------------------------------------------- /js/widgets/vue.common.js: -------------------------------------------------------------------------------- 1 | if (process.env.NODE_ENV === 'production') { 2 | module.exports = require('./vue.common.prod.js') 3 | } else { 4 | module.exports = require('./vue.common.dev.js') 5 | } 6 | -------------------------------------------------------------------------------- /templates/widgets/Chart1.php: -------------------------------------------------------------------------------- 1 | 9 | * @copyright 2019, Mark Partlett 10 | * @license GNU AGPL version 3 or any later version 11 | * 12 | * This program is free software: you can redistribute it and/or modify 13 | * it under the terms of the GNU Affero General Public License as 14 | * published by the Free Software Foundation, either version 3 of the 15 | * License, or (at your option) any later version. 16 | * 17 | * This program is distributed in the hope that it will be useful, 18 | * but WITHOUT ANY WARRANTY; without even the implied warranty of 19 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 20 | * GNU Affero General Public License for more details. 21 | * 22 | * You should have received a copy of the GNU Affero General Public License 23 | * along with this program. If not, see . 24 | * 25 | */ 26 | 27 | ?> 28 | 29 |
30 | 31 |
32 |
33 | 34 |
35 | -------------------------------------------------------------------------------- /templates/widgets/Chart2.php: -------------------------------------------------------------------------------- 1 | 9 | * @copyright 2019, Mark Partlett 10 | * @license GNU AGPL version 3 or any later version 11 | * 12 | * This program is free software: you can redistribute it and/or modify 13 | * it under the terms of the GNU Affero General Public License as 14 | * published by the Free Software Foundation, either version 3 of the 15 | * License, or (at your option) any later version. 16 | * 17 | * This program is distributed in the hope that it will be useful, 18 | * but WITHOUT ANY WARRANTY; without even the implied warranty of 19 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 20 | * GNU Affero General Public License for more details. 21 | * 22 | * You should have received a copy of the GNU Affero General Public License 23 | * along with this program. If not, see . 24 | * 25 | */ 26 | 27 | ?> 28 | 29 |
30 | 31 |
32 |
33 |
34 | -------------------------------------------------------------------------------- /templates/widgets/Chart3.php: -------------------------------------------------------------------------------- 1 | 9 | * @copyright 2019, Mark Partlett 10 | * @license GNU AGPL version 3 or any later version 11 | * 12 | * This program is free software: you can redistribute it and/or modify 13 | * it under the terms of the GNU Affero General Public License as 14 | * published by the Free Software Foundation, either version 3 of the 15 | * License, or (at your option) any later version. 16 | * 17 | * This program is distributed in the hope that it will be useful, 18 | * but WITHOUT ANY WARRANTY; without even the implied warranty of 19 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 20 | * GNU Affero General Public License for more details. 21 | * 22 | * You should have received a copy of the GNU Affero General Public License 23 | * along with this program. If not, see . 24 | * 25 | */ 26 | 27 | ?> 28 | 29 |
30 | 31 |
32 |
33 |
34 | -------------------------------------------------------------------------------- /templates/widgets/Chart4.php: -------------------------------------------------------------------------------- 1 | 9 | * @copyright 2019, Mark Partlett 10 | * @license GNU AGPL version 3 or any later version 11 | * 12 | * This program is free software: you can redistribute it and/or modify 13 | * it under the terms of the GNU Affero General Public License as 14 | * published by the Free Software Foundation, either version 3 of the 15 | * License, or (at your option) any later version. 16 | * 17 | * This program is distributed in the hope that it will be useful, 18 | * but WITHOUT ANY WARRANTY; without even the implied warranty of 19 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 20 | * GNU Affero General Public License for more details. 21 | * 22 | * You should have received a copy of the GNU Affero General Public License 23 | * along with this program. If not, see . 24 | * 25 | */ 26 | 27 | ?> 28 | 29 |
30 | 31 |
32 |
33 |
34 | -------------------------------------------------------------------------------- /templates/widgets/Chart5.php: -------------------------------------------------------------------------------- 1 | 9 | * @copyright 2019, Mark Partlett 10 | * @license GNU AGPL version 3 or any later version 11 | * 12 | * This program is free software: you can redistribute it and/or modify 13 | * it under the terms of the GNU Affero General Public License as 14 | * published by the Free Software Foundation, either version 3 of the 15 | * License, or (at your option) any later version. 16 | * 17 | * This program is distributed in the hope that it will be useful, 18 | * but WITHOUT ANY WARRANTY; without even the implied warranty of 19 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 20 | * GNU Affero General Public License for more details. 21 | * 22 | * You should have received a copy of the GNU Affero General Public License 23 | * along with this program. If not, see . 24 | * 25 | */ 26 | 27 | ?> 28 | 29 |
30 | 31 |
32 |
33 |
34 | -------------------------------------------------------------------------------- /templates/widgets/Counter1.php: -------------------------------------------------------------------------------- 1 | 9 | * @copyright 2019, Mark Partlett 10 | * @license GNU AGPL version 3 or any later version 11 | * 12 | * This program is free software: you can redistribute it and/or modify 13 | * it under the terms of the GNU Affero General Public License as 14 | * published by the Free Software Foundation, either version 3 of the 15 | * License, or (at your option) any later version. 16 | * 17 | * This program is distributed in the hope that it will be useful, 18 | * but WITHOUT ANY WARRANTY; without even the implied warranty of 19 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 20 | * GNU Affero General Public License for more details. 21 | * 22 | * You should have received a copy of the GNU Affero General Public License 23 | * along with this program. If not, see . 24 | * 25 | */ 26 | 27 | ?> 28 | 29 |
30 | 31 | 32 |
33 |
34 | 35 | 36 |
-------------------------------------------------------------------------------- /templates/widgets/Counter2.php: -------------------------------------------------------------------------------- 1 | 9 | * @copyright 2019, Mark Partlett 10 | * @license GNU AGPL version 3 or any later version 11 | * 12 | * This program is free software: you can redistribute it and/or modify 13 | * it under the terms of the GNU Affero General Public License as 14 | * published by the Free Software Foundation, either version 3 of the 15 | * License, or (at your option) any later version. 16 | * 17 | * This program is distributed in the hope that it will be useful, 18 | * but WITHOUT ANY WARRANTY; without even the implied warranty of 19 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 20 | * GNU Affero General Public License for more details. 21 | * 22 | * You should have received a copy of the GNU Affero General Public License 23 | * along with this program. If not, see . 24 | * 25 | */ 26 | 27 | ?> 28 | 29 |
30 | 31 | 32 |
33 |
34 | 35 | 36 |
-------------------------------------------------------------------------------- /templates/widgets/Counter3.php: -------------------------------------------------------------------------------- 1 | 9 | * @copyright 2019, Mark Partlett 10 | * @license GNU AGPL version 3 or any later version 11 | * 12 | * This program is free software: you can redistribute it and/or modify 13 | * it under the terms of the GNU Affero General Public License as 14 | * published by the Free Software Foundation, either version 3 of the 15 | * License, or (at your option) any later version. 16 | * 17 | * This program is distributed in the hope that it will be useful, 18 | * but WITHOUT ANY WARRANTY; without even the implied warranty of 19 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 20 | * GNU Affero General Public License for more details. 21 | * 22 | * You should have received a copy of the GNU Affero General Public License 23 | * along with this program. If not, see . 24 | * 25 | */ 26 | 27 | ?> 28 | 29 |
30 | 31 |
32 |
33 | 34 | 35 |
-------------------------------------------------------------------------------- /templates/widgets/Counter4.php: -------------------------------------------------------------------------------- 1 | 9 | * @copyright 2019, Mark Partlett 10 | * @license GNU AGPL version 3 or any later version 11 | * 12 | * This program is free software: you can redistribute it and/or modify 13 | * it under the terms of the GNU Affero General Public License as 14 | * published by the Free Software Foundation, either version 3 of the 15 | * License, or (at your option) any later version. 16 | * 17 | * This program is distributed in the hope that it will be useful, 18 | * but WITHOUT ANY WARRANTY; without even the implied warranty of 19 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 20 | * GNU Affero General Public License for more details. 21 | * 22 | * You should have received a copy of the GNU Affero General Public License 23 | * along with this program. If not, see . 24 | * 25 | */ 26 | 27 | ?> 28 | 29 |
30 | 31 |
32 |
33 | 34 | 35 |
-------------------------------------------------------------------------------- /templates/widgets/Counter5.php: -------------------------------------------------------------------------------- 1 | 9 | * @copyright 2019, Mark Partlett 10 | * @license GNU AGPL version 3 or any later version 11 | * 12 | * This program is free software: you can redistribute it and/or modify 13 | * it under the terms of the GNU Affero General Public License as 14 | * published by the Free Software Foundation, either version 3 of the 15 | * License, or (at your option) any later version. 16 | * 17 | * This program is distributed in the hope that it will be useful, 18 | * but WITHOUT ANY WARRANTY; without even the implied warranty of 19 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 20 | * GNU Affero General Public License for more details. 21 | * 22 | * You should have received a copy of the GNU Affero General Public License 23 | * along with this program. If not, see . 24 | * 25 | */ 26 | 27 | ?> 28 | 29 |
30 | 31 | 32 |
33 |
34 | 35 | 36 |
-------------------------------------------------------------------------------- /templates/widgets/Counter6.php: -------------------------------------------------------------------------------- 1 | 9 | * @copyright 2019, Mark Partlett 10 | * @license GNU AGPL version 3 or any later version 11 | * 12 | * This program is free software: you can redistribute it and/or modify 13 | * it under the terms of the GNU Affero General Public License as 14 | * published by the Free Software Foundation, either version 3 of the 15 | * License, or (at your option) any later version. 16 | * 17 | * This program is distributed in the hope that it will be useful, 18 | * but WITHOUT ANY WARRANTY; without even the implied warranty of 19 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 20 | * GNU Affero General Public License for more details. 21 | * 22 | * You should have received a copy of the GNU Affero General Public License 23 | * along with this program. If not, see . 24 | * 25 | */ 26 | 27 | ?> 28 | 29 |
30 | 31 | 32 |
33 |
34 | 35 | 36 |
37 | -------------------------------------------------------------------------------- /templates/widgets/Counter7.php: -------------------------------------------------------------------------------- 1 | 9 | * @copyright 2019, Mark Partlett 10 | * @license GNU AGPL version 3 or any later version 11 | * 12 | * This program is free software: you can redistribute it and/or modify 13 | * it under the terms of the GNU Affero General Public License as 14 | * published by the Free Software Foundation, either version 3 of the 15 | * License, or (at your option) any later version. 16 | * 17 | * This program is distributed in the hope that it will be useful, 18 | * but WITHOUT ANY WARRANTY; without even the implied warranty of 19 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 20 | * GNU Affero General Public License for more details. 21 | * 22 | * You should have received a copy of the GNU Affero General Public License 23 | * along with this program. If not, see . 24 | * 25 | */ 26 | 27 | ?> 28 | 29 |
30 | 31 | 32 |
33 |
34 | 35 | 36 |
-------------------------------------------------------------------------------- /templates/widgets/Counter8.php: -------------------------------------------------------------------------------- 1 | 9 | * @copyright 2019, Mark Partlett 10 | * @license GNU AGPL version 3 or any later version 11 | * 12 | * This program is free software: you can redistribute it and/or modify 13 | * it under the terms of the GNU Affero General Public License as 14 | * published by the Free Software Foundation, either version 3 of the 15 | * License, or (at your option) any later version. 16 | * 17 | * This program is distributed in the hope that it will be useful, 18 | * but WITHOUT ANY WARRANTY; without even the implied warranty of 19 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 20 | * GNU Affero General Public License for more details. 21 | * 22 | * You should have received a copy of the GNU Affero General Public License 23 | * along with this program. If not, see . 24 | * 25 | */ 26 | 27 | ?> 28 | 29 |
30 | 31 | 32 |
33 |
34 | 35 | 36 |
-------------------------------------------------------------------------------- /templates/widgets/Counter9.php: -------------------------------------------------------------------------------- 1 | 9 | * @copyright 2019, Mark Partlett 10 | * @license GNU AGPL version 3 or any later version 11 | * 12 | * This program is free software: you can redistribute it and/or modify 13 | * it under the terms of the GNU Affero General Public License as 14 | * published by the Free Software Foundation, either version 3 of the 15 | * License, or (at your option) any later version. 16 | * 17 | * This program is distributed in the hope that it will be useful, 18 | * but WITHOUT ANY WARRANTY; without even the implied warranty of 19 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 20 | * GNU Affero General Public License for more details. 21 | * 22 | * You should have received a copy of the GNU Affero General Public License 23 | * along with this program. If not, see . 24 | * 25 | */ 26 | 27 | ?> 28 | 29 |
30 | 31 | 32 |
33 |
34 | 35 | 36 |
37 | -------------------------------------------------------------------------------- /templates/widgets/Formio1.php: -------------------------------------------------------------------------------- 1 | 9 | * @copyright 2019, Mark Partlett 10 | * @license GNU AGPL version 3 or any later version 11 | * 12 | * This program is free software: you can redistribute it and/or modify 13 | * it under the terms of the GNU Affero General Public License as 14 | * published by the Free Software Foundation, either version 3 of the 15 | * License, or (at your option) any later version. 16 | * 17 | * This program is distributed in the hope that it will be useful, 18 | * but WITHOUT ANY WARRANTY; without even the implied warranty of 19 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 20 | * GNU Affero General Public License for more details. 21 | * 22 | * You should have received a copy of the GNU Affero General Public License 23 | * along with this program. If not, see . 24 | * 25 | */ 26 | 27 | ?> 28 |
29 | 30 | 31 | -------------------------------------------------------------------------------- /templates/widgets/Formio2.php: -------------------------------------------------------------------------------- 1 | 9 | * @copyright 2019, Mark Partlett 10 | * @license GNU AGPL version 3 or any later version 11 | * 12 | * This program is free software: you can redistribute it and/or modify 13 | * it under the terms of the GNU Affero General Public License as 14 | * published by the Free Software Foundation, either version 3 of the 15 | * License, or (at your option) any later version. 16 | * 17 | * This program is distributed in the hope that it will be useful, 18 | * but WITHOUT ANY WARRANTY; without even the implied warranty of 19 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 20 | * GNU Affero General Public License for more details. 21 | * 22 | * You should have received a copy of the GNU Affero General Public License 23 | * along with this program. If not, see . 24 | * 25 | */ 26 | 27 | ?> 28 |
29 | 30 | 31 | -------------------------------------------------------------------------------- /templates/widgets/Formio3.php: -------------------------------------------------------------------------------- 1 | 9 | * @copyright 2019, Mark Partlett 10 | * @license GNU AGPL version 3 or any later version 11 | * 12 | * This program is free software: you can redistribute it and/or modify 13 | * it under the terms of the GNU Affero General Public License as 14 | * published by the Free Software Foundation, either version 3 of the 15 | * License, or (at your option) any later version. 16 | * 17 | * This program is distributed in the hope that it will be useful, 18 | * but WITHOUT ANY WARRANTY; without even the implied warranty of 19 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 20 | * GNU Affero General Public License for more details. 21 | * 22 | * You should have received a copy of the GNU Affero General Public License 23 | * along with this program. If not, see . 24 | * 25 | */ 26 | 27 | ?> 28 |
29 | 30 | 31 | -------------------------------------------------------------------------------- /templates/widgets/Formio4.php: -------------------------------------------------------------------------------- 1 | 9 | * @copyright 2019, Mark Partlett 10 | * @license GNU AGPL version 3 or any later version 11 | * 12 | * This program is free software: you can redistribute it and/or modify 13 | * it under the terms of the GNU Affero General Public License as 14 | * published by the Free Software Foundation, either version 3 of the 15 | * License, or (at your option) any later version. 16 | * 17 | * This program is distributed in the hope that it will be useful, 18 | * but WITHOUT ANY WARRANTY; without even the implied warranty of 19 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 20 | * GNU Affero General Public License for more details. 21 | * 22 | * You should have received a copy of the GNU Affero General Public License 23 | * along with this program. If not, see . 24 | * 25 | */ 26 | 27 | ?> 28 |
29 | 30 | 31 | -------------------------------------------------------------------------------- /templates/widgets/Formio5.php: -------------------------------------------------------------------------------- 1 | 9 | * @copyright 2019, Mark Partlett 10 | * @license GNU AGPL version 3 or any later version 11 | * 12 | * This program is free software: you can redistribute it and/or modify 13 | * it under the terms of the GNU Affero General Public License as 14 | * published by the Free Software Foundation, either version 3 of the 15 | * License, or (at your option) any later version. 16 | * 17 | * This program is distributed in the hope that it will be useful, 18 | * but WITHOUT ANY WARRANTY; without even the implied warranty of 19 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 20 | * GNU Affero General Public License for more details. 21 | * 22 | * You should have received a copy of the GNU Affero General Public License 23 | * along with this program. If not, see . 24 | * 25 | */ 26 | 27 | ?> 28 |
29 | 30 | 31 | -------------------------------------------------------------------------------- /templates/widgets/Gauge1.php: -------------------------------------------------------------------------------- 1 | 9 | * @copyright 2019, Mark Partlett 10 | * @license GNU AGPL version 3 or any later version 11 | * 12 | * This program is free software: you can redistribute it and/or modify 13 | * it under the terms of the GNU Affero General Public License as 14 | * published by the Free Software Foundation, either version 3 of the 15 | * License, or (at your option) any later version. 16 | * 17 | * This program is distributed in the hope that it will be useful, 18 | * but WITHOUT ANY WARRANTY; without even the implied warranty of 19 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 20 | * GNU Affero General Public License for more details. 21 | * 22 | * You should have received a copy of the GNU Affero General Public License 23 | * along with this program. If not, see . 24 | * 25 | */ 26 | 27 | ?> 28 | 29 |
30 | 31 |
32 |
33 | 34 |
-------------------------------------------------------------------------------- /templates/widgets/Gauge2.php: -------------------------------------------------------------------------------- 1 | 9 | * @copyright 2019, Mark Partlett 10 | * @license GNU AGPL version 3 or any later version 11 | * 12 | * This program is free software: you can redistribute it and/or modify 13 | * it under the terms of the GNU Affero General Public License as 14 | * published by the Free Software Foundation, either version 3 of the 15 | * License, or (at your option) any later version. 16 | * 17 | * This program is distributed in the hope that it will be useful, 18 | * but WITHOUT ANY WARRANTY; without even the implied warranty of 19 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 20 | * GNU Affero General Public License for more details. 21 | * 22 | * You should have received a copy of the GNU Affero General Public License 23 | * along with this program. If not, see . 24 | * 25 | */ 26 | 27 | ?> 28 | 29 |
30 | 31 |
32 |
33 |
-------------------------------------------------------------------------------- /templates/widgets/Gauge3.php: -------------------------------------------------------------------------------- 1 | 9 | * @copyright 2019, Mark Partlett 10 | * @license GNU AGPL version 3 or any later version 11 | * 12 | * This program is free software: you can redistribute it and/or modify 13 | * it under the terms of the GNU Affero General Public License as 14 | * published by the Free Software Foundation, either version 3 of the 15 | * License, or (at your option) any later version. 16 | * 17 | * This program is distributed in the hope that it will be useful, 18 | * but WITHOUT ANY WARRANTY; without even the implied warranty of 19 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 20 | * GNU Affero General Public License for more details. 21 | * 22 | * You should have received a copy of the GNU Affero General Public License 23 | * along with this program. If not, see . 24 | * 25 | */ 26 | 27 | ?> 28 | 29 |
30 | 31 |
32 |
33 |
-------------------------------------------------------------------------------- /templates/widgets/Gauge4.php: -------------------------------------------------------------------------------- 1 | 9 | * @copyright 2019, Mark Partlett 10 | * @license GNU AGPL version 3 or any later version 11 | * 12 | * This program is free software: you can redistribute it and/or modify 13 | * it under the terms of the GNU Affero General Public License as 14 | * published by the Free Software Foundation, either version 3 of the 15 | * License, or (at your option) any later version. 16 | * 17 | * This program is distributed in the hope that it will be useful, 18 | * but WITHOUT ANY WARRANTY; without even the implied warranty of 19 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 20 | * GNU Affero General Public License for more details. 21 | * 22 | * You should have received a copy of the GNU Affero General Public License 23 | * along with this program. If not, see . 24 | * 25 | */ 26 | 27 | ?> 28 | 29 |
30 | 31 |
32 |
33 |
-------------------------------------------------------------------------------- /templates/widgets/Gauge5.php: -------------------------------------------------------------------------------- 1 | 9 | * @copyright 2019, Mark Partlett 10 | * @license GNU AGPL version 3 or any later version 11 | * 12 | * This program is free software: you can redistribute it and/or modify 13 | * it under the terms of the GNU Affero General Public License as 14 | * published by the Free Software Foundation, either version 3 of the 15 | * License, or (at your option) any later version. 16 | * 17 | * This program is distributed in the hope that it will be useful, 18 | * but WITHOUT ANY WARRANTY; without even the implied warranty of 19 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 20 | * GNU Affero General Public License for more details. 21 | * 22 | * You should have received a copy of the GNU Affero General Public License 23 | * along with this program. If not, see . 24 | * 25 | */ 26 | 27 | ?> 28 | 29 |
30 | 31 |
32 |
33 |
-------------------------------------------------------------------------------- /templates/widgets/Gauge6.php: -------------------------------------------------------------------------------- 1 | 9 | * @copyright 2019, Mark Partlett 10 | * @license GNU AGPL version 3 or any later version 11 | * 12 | * This program is free software: you can redistribute it and/or modify 13 | * it under the terms of the GNU Affero General Public License as 14 | * published by the Free Software Foundation, either version 3 of the 15 | * License, or (at your option) any later version. 16 | * 17 | * This program is distributed in the hope that it will be useful, 18 | * but WITHOUT ANY WARRANTY; without even the implied warranty of 19 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 20 | * GNU Affero General Public License for more details. 21 | * 22 | * You should have received a copy of the GNU Affero General Public License 23 | * along with this program. If not, see . 24 | * 25 | */ 26 | 27 | ?> 28 | 29 |
30 | 31 |
32 |
33 |
-------------------------------------------------------------------------------- /templates/widgets/Gauge7.php: -------------------------------------------------------------------------------- 1 | 9 | * @copyright 2019, Mark Partlett 10 | * @license GNU AGPL version 3 or any later version 11 | * 12 | * This program is free software: you can redistribute it and/or modify 13 | * it under the terms of the GNU Affero General Public License as 14 | * published by the Free Software Foundation, either version 3 of the 15 | * License, or (at your option) any later version. 16 | * 17 | * This program is distributed in the hope that it will be useful, 18 | * but WITHOUT ANY WARRANTY; without even the implied warranty of 19 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 20 | * GNU Affero General Public License for more details. 21 | * 22 | * You should have received a copy of the GNU Affero General Public License 23 | * along with this program. If not, see . 24 | * 25 | */ 26 | 27 | ?> 28 | 29 |
30 | 31 |
32 |
33 |
-------------------------------------------------------------------------------- /templates/widgets/Gauge8.php: -------------------------------------------------------------------------------- 1 | 9 | * @copyright 2019, Mark Partlett 10 | * @license GNU AGPL version 3 or any later version 11 | * 12 | * This program is free software: you can redistribute it and/or modify 13 | * it under the terms of the GNU Affero General Public License as 14 | * published by the Free Software Foundation, either version 3 of the 15 | * License, or (at your option) any later version. 16 | * 17 | * This program is distributed in the hope that it will be useful, 18 | * but WITHOUT ANY WARRANTY; without even the implied warranty of 19 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 20 | * GNU Affero General Public License for more details. 21 | * 22 | * You should have received a copy of the GNU Affero General Public License 23 | * along with this program. If not, see . 24 | * 25 | */ 26 | 27 | ?> 28 | 29 |
30 | 31 |
32 |
33 |
-------------------------------------------------------------------------------- /templates/widgets/Gauge9.php: -------------------------------------------------------------------------------- 1 | 9 | * @copyright 2019, Mark Partlett 10 | * @license GNU AGPL version 3 or any later version 11 | * 12 | * This program is free software: you can redistribute it and/or modify 13 | * it under the terms of the GNU Affero General Public License as 14 | * published by the Free Software Foundation, either version 3 of the 15 | * License, or (at your option) any later version. 16 | * 17 | * This program is distributed in the hope that it will be useful, 18 | * but WITHOUT ANY WARRANTY; without even the implied warranty of 19 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 20 | * GNU Affero General Public License for more details. 21 | * 22 | * You should have received a copy of the GNU Affero General Public License 23 | * along with this program. If not, see . 24 | * 25 | */ 26 | 27 | ?> 28 | 29 |
30 | 31 |
32 |
33 |
-------------------------------------------------------------------------------- /templates/widgets/Grid1.php: -------------------------------------------------------------------------------- 1 | 9 | * @copyright 2019, Mark Partlett 10 | * @license GNU AGPL version 3 or any later version 11 | * 12 | * This program is free software: you can redistribute it and/or modify 13 | * it under the terms of the GNU Affero General Public License as 14 | * published by the Free Software Foundation, either version 3 of the 15 | * License, or (at your option) any later version. 16 | * 17 | * This program is distributed in the hope that it will be useful, 18 | * but WITHOUT ANY WARRANTY; without even the implied warranty of 19 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 20 | * GNU Affero General Public License for more details. 21 | * 22 | * You should have received a copy of the GNU Affero General Public License 23 | * along with this program. If not, see . 24 | * 25 | */ 26 | 27 | ?> 28 | 29 |
30 |
31 |
-------------------------------------------------------------------------------- /templates/widgets/Grid2.php: -------------------------------------------------------------------------------- 1 | 9 | * @copyright 2019, Mark Partlett 10 | * @license GNU AGPL version 3 or any later version 11 | * 12 | * This program is free software: you can redistribute it and/or modify 13 | * it under the terms of the GNU Affero General Public License as 14 | * published by the Free Software Foundation, either version 3 of the 15 | * License, or (at your option) any later version. 16 | * 17 | * This program is distributed in the hope that it will be useful, 18 | * but WITHOUT ANY WARRANTY; without even the implied warranty of 19 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 20 | * GNU Affero General Public License for more details. 21 | * 22 | * You should have received a copy of the GNU Affero General Public License 23 | * along with this program. If not, see . 24 | * 25 | */ 26 | 27 | ?> 28 | 29 |
30 |
31 |
-------------------------------------------------------------------------------- /templates/widgets/Grid3.php: -------------------------------------------------------------------------------- 1 | 9 | * @copyright 2019, Mark Partlett 10 | * @license GNU AGPL version 3 or any later version 11 | * 12 | * This program is free software: you can redistribute it and/or modify 13 | * it under the terms of the GNU Affero General Public License as 14 | * published by the Free Software Foundation, either version 3 of the 15 | * License, or (at your option) any later version. 16 | * 17 | * This program is distributed in the hope that it will be useful, 18 | * but WITHOUT ANY WARRANTY; without even the implied warranty of 19 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 20 | * GNU Affero General Public License for more details. 21 | * 22 | * You should have received a copy of the GNU Affero General Public License 23 | * along with this program. If not, see . 24 | * 25 | */ 26 | 27 | ?> 28 | 29 |
30 |
31 |
-------------------------------------------------------------------------------- /templates/widgets/Grid4.php: -------------------------------------------------------------------------------- 1 | 9 | * @copyright 2019, Mark Partlett 10 | * @license GNU AGPL version 3 or any later version 11 | * 12 | * This program is free software: you can redistribute it and/or modify 13 | * it under the terms of the GNU Affero General Public License as 14 | * published by the Free Software Foundation, either version 3 of the 15 | * License, or (at your option) any later version. 16 | * 17 | * This program is distributed in the hope that it will be useful, 18 | * but WITHOUT ANY WARRANTY; without even the implied warranty of 19 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 20 | * GNU Affero General Public License for more details. 21 | * 22 | * You should have received a copy of the GNU Affero General Public License 23 | * along with this program. If not, see . 24 | * 25 | */ 26 | 27 | ?> 28 | 29 |
30 |
31 |
-------------------------------------------------------------------------------- /templates/widgets/Grid5.php: -------------------------------------------------------------------------------- 1 | 9 | * @copyright 2019, Mark Partlett 10 | * @license GNU AGPL version 3 or any later version 11 | * 12 | * This program is free software: you can redistribute it and/or modify 13 | * it under the terms of the GNU Affero General Public License as 14 | * published by the Free Software Foundation, either version 3 of the 15 | * License, or (at your option) any later version. 16 | * 17 | * This program is distributed in the hope that it will be useful, 18 | * but WITHOUT ANY WARRANTY; without even the implied warranty of 19 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 20 | * GNU Affero General Public License for more details. 21 | * 22 | * You should have received a copy of the GNU Affero General Public License 23 | * along with this program. If not, see . 24 | * 25 | */ 26 | 27 | ?> 28 | 29 |
30 |
31 |
-------------------------------------------------------------------------------- /templates/widgets/Info1.php: -------------------------------------------------------------------------------- 1 | 9 | * @copyright 2019, Mark Partlett 10 | * @license GNU AGPL version 3 or any later version 11 | * 12 | * This program is free software: you can redistribute it and/or modify 13 | * it under the terms of the GNU Affero General Public License as 14 | * published by the Free Software Foundation, either version 3 of the 15 | * License, or (at your option) any later version. 16 | * 17 | * This program is distributed in the hope that it will be useful, 18 | * but WITHOUT ANY WARRANTY; without even the implied warranty of 19 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 20 | * GNU Affero General Public License for more details. 21 | * 22 | * You should have received a copy of the GNU Affero General Public License 23 | * along with this program. If not, see . 24 | * 25 | */ 26 | 27 | ?> 28 | 29 |
30 | 31 | 32 |
33 | 34 | 35 | -------------------------------------------------------------------------------- /templates/widgets/Info2.php: -------------------------------------------------------------------------------- 1 | 9 | * @copyright 2019, Mark Partlett 10 | * @license GNU AGPL version 3 or any later version 11 | * 12 | * This program is free software: you can redistribute it and/or modify 13 | * it under the terms of the GNU Affero General Public License as 14 | * published by the Free Software Foundation, either version 3 of the 15 | * License, or (at your option) any later version. 16 | * 17 | * This program is distributed in the hope that it will be useful, 18 | * but WITHOUT ANY WARRANTY; without even the implied warranty of 19 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 20 | * GNU Affero General Public License for more details. 21 | * 22 | * You should have received a copy of the GNU Affero General Public License 23 | * along with this program. If not, see . 24 | * 25 | */ 26 | 27 | ?> 28 | 29 |
30 |
31 | 32 | 33 | -------------------------------------------------------------------------------- /templates/widgets/Info3.php: -------------------------------------------------------------------------------- 1 | 9 | * @copyright 2019, Mark Partlett 10 | * @license GNU AGPL version 3 or any later version 11 | * 12 | * This program is free software: you can redistribute it and/or modify 13 | * it under the terms of the GNU Affero General Public License as 14 | * published by the Free Software Foundation, either version 3 of the 15 | * License, or (at your option) any later version. 16 | * 17 | * This program is distributed in the hope that it will be useful, 18 | * but WITHOUT ANY WARRANTY; without even the implied warranty of 19 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 20 | * GNU Affero General Public License for more details. 21 | * 22 | * You should have received a copy of the GNU Affero General Public License 23 | * along with this program. If not, see . 24 | * 25 | */ 26 | 27 | ?> 28 | 29 |
30 |
31 | 32 | 33 | -------------------------------------------------------------------------------- /templates/widgets/iFRAME1.php: -------------------------------------------------------------------------------- 1 | 9 | * @copyright 2019, Mark Partlett 10 | * @license GNU AGPL version 3 or any later version 11 | * 12 | * This program is free software: you can redistribute it and/or modify 13 | * it under the terms of the GNU Affero General Public License as 14 | * published by the Free Software Foundation, either version 3 of the 15 | * License, or (at your option) any later version. 16 | * 17 | * This program is distributed in the hope that it will be useful, 18 | * but WITHOUT ANY WARRANTY; without even the implied warranty of 19 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 20 | * GNU Affero General Public License for more details. 21 | * 22 | * You should have received a copy of the GNU Affero General Public License 23 | * along with this program. If not, see . 24 | * 25 | */ 26 | 27 | ?> 28 | 29 | 30 | -------------------------------------------------------------------------------- /templates/widgets/iFRAME2.php: -------------------------------------------------------------------------------- 1 | 9 | * @copyright 2019, Mark Partlett 10 | * @license GNU AGPL version 3 or any later version 11 | * 12 | * This program is free software: you can redistribute it and/or modify 13 | * it under the terms of the GNU Affero General Public License as 14 | * published by the Free Software Foundation, either version 3 of the 15 | * License, or (at your option) any later version. 16 | * 17 | * This program is distributed in the hope that it will be useful, 18 | * but WITHOUT ANY WARRANTY; without even the implied warranty of 19 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 20 | * GNU Affero General Public License for more details. 21 | * 22 | * You should have received a copy of the GNU Affero General Public License 23 | * along with this program. If not, see . 24 | * 25 | */ 26 | 27 | ?> 28 | 29 | 30 | -------------------------------------------------------------------------------- /templates/widgets/iFRAME3.php: -------------------------------------------------------------------------------- 1 | 9 | * @copyright 2019, Mark Partlett 10 | * @license GNU AGPL version 3 or any later version 11 | * 12 | * This program is free software: you can redistribute it and/or modify 13 | * it under the terms of the GNU Affero General Public License as 14 | * published by the Free Software Foundation, either version 3 of the 15 | * License, or (at your option) any later version. 16 | * 17 | * This program is distributed in the hope that it will be useful, 18 | * but WITHOUT ANY WARRANTY; without even the implied warranty of 19 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 20 | * GNU Affero General Public License for more details. 21 | * 22 | * You should have received a copy of the GNU Affero General Public License 23 | * along with this program. If not, see . 24 | * 25 | */ 26 | 27 | ?> 28 | 29 | 30 | -------------------------------------------------------------------------------- /templates/widgets/iFRAME4.php: -------------------------------------------------------------------------------- 1 |  9 | * @copyright 2019, Mark Partlett 10 | * @license GNU AGPL version 3 or any later version 11 | * 12 | * This program is free software: you can redistribute it and/or modify 13 | * it under the terms of the GNU Affero General Public License as 14 | * published by the Free Software Foundation, either version 3 of the 15 | * License, or (at your option) any later version. 16 | * 17 | * This program is distributed in the hope that it will be useful, 18 | * but WITHOUT ANY WARRANTY; without even the implied warranty of 19 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 20 | * GNU Affero General Public License for more details. 21 | * 22 | * You should have received a copy of the GNU Affero General Public License 23 | * along with this program. If not, see . 24 | * 25 | */ 26 | 27 | ?> 28 | 29 | 30 | -------------------------------------------------------------------------------- /templates/widgets/iFRAME5.php: -------------------------------------------------------------------------------- 1 | 9 | * @copyright 2019, Mark Partlett 10 | * @license GNU AGPL version 3 or any later version 11 | * 12 | * This program is free software: you can redistribute it and/or modify 13 | * it under the terms of the GNU Affero General Public License as 14 | * published by the Free Software Foundation, either version 3 of the 15 | * License, or (at your option) any later version. 16 | * 17 | * This program is distributed in the hope that it will be useful, 18 | * but WITHOUT ANY WARRANTY; without even the implied warranty of 19 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 20 | * GNU Affero General Public License for more details. 21 | * 22 | * You should have received a copy of the GNU Affero General Public License 23 | * along with this program. If not, see . 24 | * 25 | */ 26 | 27 | ?> 28 | 29 | 30 | -------------------------------------------------------------------------------- /templates/widgets/iFRAME6.php: -------------------------------------------------------------------------------- 1 | 9 | * @copyright 2019, Mark Partlett 10 | * @license GNU AGPL version 3 or any later version 11 | * 12 | * This program is free software: you can redistribute it and/or modify 13 | * it under the terms of the GNU Affero General Public License as 14 | * published by the Free Software Foundation, either version 3 of the 15 | * License, or (at your option) any later version. 16 | * 17 | * This program is distributed in the hope that it will be useful, 18 | * but WITHOUT ANY WARRANTY; without even the implied warranty of 19 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 20 | * GNU Affero General Public License for more details. 21 | * 22 | * You should have received a copy of the GNU Affero General Public License 23 | * along with this program. If not, see . 24 | * 25 | */ 26 | 27 | ?> 28 | 29 | 30 | -------------------------------------------------------------------------------- /templates/widgets/iFRAME7.php: -------------------------------------------------------------------------------- 1 | 9 | * @copyright 2019, Mark Partlett 10 | * @license GNU AGPL version 3 or any later version 11 | * 12 | * This program is free software: you can redistribute it and/or modify 13 | * it under the terms of the GNU Affero General Public License as 14 | * published by the Free Software Foundation, either version 3 of the 15 | * License, or (at your option) any later version. 16 | * 17 | * This program is distributed in the hope that it will be useful, 18 | * but WITHOUT ANY WARRANTY; without even the implied warranty of 19 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 20 | * GNU Affero General Public License for more details. 21 | * 22 | * You should have received a copy of the GNU Affero General Public License 23 | * along with this program. If not, see . 24 | * 25 | */ 26 | 27 | ?> 28 | 29 | 30 | -------------------------------------------------------------------------------- /templates/widgets/iFRAME8.php: -------------------------------------------------------------------------------- 1 | 9 | * @copyright 2019, Mark Partlett 10 | * @license GNU AGPL version 3 or any later version 11 | * 12 | * This program is free software: you can redistribute it and/or modify 13 | * it under the terms of the GNU Affero General Public License as 14 | * published by the Free Software Foundation, either version 3 of the 15 | * License, or (at your option) any later version. 16 | * 17 | * This program is distributed in the hope that it will be useful, 18 | * but WITHOUT ANY WARRANTY; without even the implied warranty of 19 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 20 | * GNU Affero General Public License for more details. 21 | * 22 | * You should have received a copy of the GNU Affero General Public License 23 | * along with this program. If not, see . 24 | * 25 | */ 26 | 27 | ?> 28 | 29 | 30 | -------------------------------------------------------------------------------- /templates/widgets/iFRAME9.php: -------------------------------------------------------------------------------- 1 | 9 | * @copyright 2019, Mark Partlett 10 | * @license GNU AGPL version 3 or any later version 11 | * 12 | * This program is free software: you can redistribute it and/or modify 13 | * it under the terms of the GNU Affero General Public License as 14 | * published by the Free Software Foundation, either version 3 of the 15 | * License, or (at your option) any later version. 16 | * 17 | * This program is distributed in the hope that it will be useful, 18 | * but WITHOUT ANY WARRANTY; without even the implied warranty of 19 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 20 | * GNU Affero General Public License for more details. 21 | * 22 | * You should have received a copy of the GNU Affero General Public License 23 | * along with this program. If not, see . 24 | * 25 | */ 26 | 27 | ?> 28 | 29 | 30 | --------------------------------------------------------------------------------