This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

WP Business Intelligence Lite

Description

WP Business Intelligence Lite allows you to powerfully display responsive data tables and charts on your website. This plugin is simple to use and allows you to connect with your wordpress database and display the data in real time. Once you have created at least one SQL query that retrieves data from your DB, you can define the type of chart (bar, donut, line, or grouped bar) or table to be used to display them. A simple shortcode embeds the chart or table in any post or page. Each page refresh retrieves the data from the DB so that the information in the chart or table is always up-to-date.

Installation guide, FAQs and support can be found at WP Business Intelligence Support

WP Business Intelligence Demos

In order to use your own live MySQL, MS SQL, or PostgreSQL database with WP Business Intelligence, purchase the Pro version of WP Business Intelligence from the WP Business Intelligence web site

We are actively developing this plugin and would love to hear from you with feature requests. Contact Us.

Some icons provided by Font Awesome

Features

  1. Live connection to your WordPress DB via custom SQL queries
  2. Responsive charts/tables
  3. Works in Chrome, Firefox, IE9+
  4. Charts based on Britecharts
  5. Tables build on Datatables

Installation

  1. Upload the uncompressed folder wp-business-intelligence-lite to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress

OR

  1. Upload the wp-business-intelligence-lite.zip file via the ‘Plugins->Add New’ page of your WordPress dashboard
  2. Activate the plugin through the ‘Plugins’ menu in WordPress

Reviews

Sibat 9, 2024
I installed this plugin and it's not work. I see error in any admin page of this plugin: [Unknown column 'library' in 'wpt_wpbi_grouped_bar_charts'] ALTER TABLE wpt_wpbi_grouped_bar_charts ADD COLUMN in_dash TINYINT(1) DEFAULT 0 NOT NULL AFTER library For testing I install on new database after install Wordpress and nothing changed. I see the same errors..and because I can't create any chart..nothing happens after create..
Adar 29, 2021 1 reply
Being a long time user of the Lite version of this plugin, I find it very useful. I can generate beautiful responsive charts in my Wordpress wildlife website, from a custom table and parametrized for every post in our site. Best part of all this is the new development team, friendly, fast and efficient, solved a problem appeared in the last major revision pretty quickly. Happy user !
Adar 29, 2021
As a long-time user of this plugin I had been dismayed with how it had eroded in recent years. A few months ago the developer and I reached an agreement for me to take over the plugin so my team and I could start making updates. Since December of last year we have fixed all of the known bugs in the display of the charts, fixed the tooltip display, introduced more free charts for WP users, fixed a handful of database query bugs, added a feature to give your charts and graphs a name, added animation to all charts and graphs, and added a feature to give charts and graphs a caption. This is only the beginning of our updates, but after 3 months of hardwork the issues with this plugin that were breaking reporting dashboards for us and our clients have now been fixed. We have an aggressive roadmap to bring more charts, features, and functionality to both the free and paid version of this plugin and I am excited to keep using it to build business intelligence dashboards and to display in-depth data on our clients websites.
Tîrmeh 1, 2018 1 reply
I have been using the pre- 3.x version for a very long time (free version, but reached out to the developer and donated). Sadly, I have to say that version 3 is several steps backward... just to name a few points: - no line charts anymore - no names for charts, just IDs (which makes them hard to identify) - very limited parameterization of charts and tables - SQL column to small - need to create views for most queries. - some charts do not appear at all, without any feedback / error message - layout issues across the board - the more entities you have, the more issues with layout - it really is unusable for larger datasets - bar charts with no tooltiptext - ... I could continue for a while. With all this working in previous versions, I am really disappointed. It always feels bad when version-up reduces functionality.
Gulan 23, 2018 1 reply
After I installed the plugin and tried to activate it, WP crashed and I got the message - "A catastrophic error has occurred such that WP Business Intelligence cannot run."
Read all 10 reviews

Contributors & Developers

“WP Business Intelligence Lite” is open source software. The following people have contributed to this plugin.

Contributors

Changelog

3.2.0

  • Admin menu icon added
  • Home page added
  • Compatible with PHP8.0 and WP6.1
  • Chart.js charts added to scope
  • Database connection menu name changed
  • WordPress Data Connections added

3.1.9

  • Session optimization for WordPress

3.1.8

  • DB update condition added

3.1.7

  • New migration directory

3.1.6

  • Charts DB tables migration condition added

3.1.5

  • Name, Caption, Tooltip added to charts

3.1.4

  • New Charts added

3.1.3

  • Chart version updated

3.1.2

  • Increase length of queries

3.1.1

  • PostgreSQL support in pro version
  • Test on latest WordPress (5.1.1)
  • Improve loading of scripts when jQuery is not yet loaded

3.1.0

  • Microsoft SQL Server support in pro version
  • Minor changes that should make things more robust
  • Added testing for PHP 7.2, 7.0
  • Added testing for MyISAM (InnoDB was already tested)
  • Added testing for MySQL 5.5, 5.7, 8.0
  • Added testing for MariaDB 5.5, 10.3

3.0.10

  • Minor bug fix: initial order of datatable defaulted to ordering by first row
  • tested up to WordPress 4.9.8

3.0.9

  • Remove automatically calculated timestamps because of db version inconsistencies (and because they were not used)

3.0.8

  • Add more info for debugging initial installation
  • Minor fixes to this file
  • Minor improvements to tests

3.0.7

  • fix issue with php 5.6 compatibility

3.0.6

  • do not use with php 5.6
  • test on WordPress 4.9.6
  • update dependencies to work better with old versions of php
  • improve similarity of tables created with default wp tables (collation and charset)
  • fix startup failing on MySQL 5.6 if using mb4 by default
  • fix bug if InnoDB does not exist

3.0.5

  • php 5.6.0 support

3.0.4

  • More verbose error logging if plugin cannot be activated
  • Disable plugin if there are issues connecting to database

3.0.3

  • Prevent old versions of PHP and WordPress from using this plugin

3.0.2

  • Bug fix for users who upgraded with legacy table

3.0.1

  • Workaround bug where britecharts chooses the wrong colors for grouped bar charts

3.0.0

  • Complete rewrite. Backward incompatible with previous version.
  • Use Britecharts instead of directly using d3
  • Update to Datatables 1.10

1.6.7

  • rollback table.tpl for compatibility issues

1.6.6

  • bug fix in table pagination

1.6.4

  • color class renamed to wpbi_color
  • add_query_arg escaped to fix vulnerability

1.6.3

  • SQL injection vulnerability fix enhanced

1.6.2

  • SQL injection vulnerability fixed

1.6.1

  • Validated on WP 4.1.1
  • Error message added in case of no data

1.6

  • Bug on iframe fixed
  • X and Y labels added
  • Validated on WP 4.0

1.5

  • Added possibility to download charts and tables data
  • Charts and table download as PDF or image
  • Additional controls on charts

1.4

  • Charts and tables IDs are shown in the dashboard

1.3

  • Removed file with potential vulnerability

1.2.1

  • Missing include added to includes.php

1.2

  • Some major bug fixes and support of click event on bar chart (example for developers to be extended to other charts)

1.1

  • Security vulnerability fixed and control over bar charts color added.

1.0.7

  • Added support for text labels to line charts

1.0.6

  • Renamed button registration function to avoid conflicts with other themes

1.0.5

  • TinyMCE button registration warning fixed.
  • Donut chart added
  • Version 1.1.13 of NVD3 integrated

1.0.4

  • Bug fix with queries pagination

1.0.3

  • Code was cleaned up to remove some warnings

1.0.2

  • First integration of “DataTables” tables

1.0.1

  • Fixes on JS inclusion and icon chart

1.0

  • First beta release