Linux 软件免费装
Banner图

SQL Chart Builder

开发者 elvinhaci
更新时间 2022年11月2日 14:34
捐献地址: 去捐款
PHP版本: 5.0.0 及以上
WordPress版本: 6.1.0
版权: GPLv2 or later
版权网址: 版权信息

标签

sql visualizer charts mysql graphs sql reports dynamic chart

下载

2.3.0 2.3.1 1.0.3 2.2.2 2.3.2 2.3.3 2.3.4 1.0.2 2.3.5

详情介绍:

The plugin can create beautiful charts based on your SQL queries, then you can use those charts in any part of your website. You can use both native wp and non-wp mysql tables in your queries. Pie chart, Donut chart, Line chart, Bar chart, Column chart, Area chart How to use
  1. Give any name to your report.
  2. Use our preinstalled chart or create new one yourself: choose desired chart type, type sql query, enter field names, labels and then press to Publish/Update
  3. You can use multiple SQL queries too. Just split them by ; sign. You can also add shortcode argument to SQL query. For example if you type "select * from wp_posts where ID>{arg1}" then it you can pass arg1 value to the query with [gvn_schart_2 id="2" arg1="11"] shortcode.
  4. After update/save you will see needed shortcode below there. You can use that shortcode anywhere in your website: in pages, posts, widgets etc.
  5. Just check "Show table-view data below the graph" in order to get table-list view below each chart.
  6. Using "Dynamic Filters" you can create dynamic variables inside SQL code. It also creates corresponding dynamic input form above each chart.
Dynamic filters Use this format: variable_name~default_value~variable_label~variable_type | variable_name~default_value~variable_label~variable_type etc. For example if to put limit_tag~10~Count~number | post_date_tag~2010-07-05 17:25:18~Date Published~date, then you can use this SQL code select * from wp_posts where post_date<{post_date_tag} limit {limit_tag} in SQL CODE field. {post_date_tag} and {limit_tag} would be replaced with dynamic variables. So, the plugin will automatically recognize it and put corresponding selectboxes above the chart. 站点 https://guaven.com/my-sql-charts/ 程序文档 https://guaven.com/my-sql-charts/#docs Bug Submission and Forum Support Contact Page Please Vote if you liked our plugin Your votes really helps us. Thanks.

安装:

  1. Upload 'guaven_sqlcharts.zip' to the '/wp-content/plugins/' directory
  2. Unzip it.
  3. Go to Dashboard/Plugins and Activate the plugin.
  4. Go to “Dashboard/My SQL Charts” to create new charts. You will also see howtouse guide texts there.

屏幕截图:

  • Screenshot 1
  • Screenshot 2
  • Screenshot 3
  • Screenshot 4
  • Screenshot 5

更新日志:

2.3.5 2.3.4 2.3.3 2.3.2 2.3.1 2.3.0 2.2.2 2.2.1 2.2.0 2.1.2 2.1.1 2.1.0 2.0.4 Now you can add custom arguments to the SQL query. 2.0.0 1.0.0 1.0.2 1.0.5