Closed (outdated)
Project:
Google Chart Tools: Image Charts
Version:
6.x-1.x-dev
Component:
Code
Priority:
Minor
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
31 Dec 2010 at 04:54 UTC
Updated:
26 Dec 2019 at 12:55 UTC
Jump to comment: Most recent
Comments
Comment #1
dayanaspatel commentedComment #2
dayanaspatel commentedI have do it in mu custom module.Not in the same chart module.
and i have to set ,
chart\chart_views\includes\views\chart_views_plugin_style_chart.inc\line 18
function options(&$options) {
// Get the default chart values
$options['aggregation_field'] = '';
$options['calc_fields'] = array();
$options['calc'] = 'COUNT';
$options['precision'] = 0; // 2 to 0.
}
Comment #3
13rac1 commentedAdd an option in the options_form() to allow precision adjustment for the MySQL ROUND() function.
Comment #4
Pierre.Vriens commentedComment #5
avpadernoI am closing this issue, as Drupal 6 is no longer supported.