data bar Archives | phpGrid - PHP Datagrid Create PHP grids in minutes, not hours. Tue, 18 Jul 2023 18:29:55 +0000 en-US hourly 1 CodeProjecthttps://wordpress.org/?v=7.0.3 129966043 set_databar() * https://phpgrid.com/documentation/set_databar/ Sat, 14 Jan 2012 19:05:49 +0000 http://phpgrid.com/?p=1834 * Please note this feature is not available in Lite and Basic versions. Parameters: $col_name: Name of column to display data bar. It should be numeric type $color: Data bar color Description: Creates a data bar with gradient effect on a specified column. For complex data visualization, PHP Chart is highly recommended. Remark: For complex […]

The post set_databar() * appeared first on phpGrid - PHP Datagrid.

]]>
* Please note this feature is not available in Lite and Basic versions.

  • Parameters:
    • $col_name: Name of column to display data bar. It should be numeric type
    • $color: Data bar color
  • Description:
    • Creates a data bar with gradient effect on a specified column. For complex data visualization, PHP Chart is highly recommended.
  • Remark:
    • For complex data visualization, we recommend phpGrid sister product, PHP Chart, a highly customizable PHP charting solution.
  • Example:
1
$dg -> set_databar("percentComplete","red");

The post set_databar() * appeared first on phpGrid - PHP Datagrid.

]]>
1834