Skip to content
ms3Pulse
ms3Pulse
Sales dashboard and analytics for MiniShop3 — metrics, charts, export and scheduled reports
  • MODX 3
  • PHP 8.1
  • miniShop3
  • Vue 3
  1. Extras
  2. ms3Pulse
  3. Export

Data and chart export

ms3Pulse supports exporting tables to CSV and charts to PNG.

Table export to CSV

Available on the Tops / Flops tab.

  • Per table — export button (CSV). Generates a file with that table’s data for the current filters (period, statuses).
  • Bulk export — all visible tables (depending on UI).

Parameters for processor Dashboard/ExportCsv:

ParameterDescription
date_from, date_toPeriod.
status_idsComma-separated status IDs (empty = all).
table_typetop | flop | orders_by_status | revenue_by_day | orders_by_delivery | orders_by_payment.

File format: UTF-8 with BOM for Excel. Filename is generated (e.g. ms3pulse-top-2026-02-11.csv).

Chart export to PNG

For each chart (card with diagram):

  1. Open the card menu (three dots).
  2. Choose Export image (PNG).

Image is generated by ECharts (getDataURL) at higher resolution (pixelRatio: 2), white background. Browser handles saving.

Chart data export to CSV

If the chart card menu has Export data (CSV) — it exports the current chart’s data to CSV.