08-28-2019, 09:21 PM
try this change and let me know if it makes a difference:
Code:
diff --git a/Smarty/templates/Home/HomeBlock.tpl b/Smarty/templates/Home/HomeBlock.tpl
index 94ec276b2..81c59e593 100644
--- a/Smarty/templates/Home/HomeBlock.tpl
+++ b/Smarty/templates/Home/HomeBlock.tpl
@@ -193,7 +193,8 @@ window.doChart{$HOME_STUFFID} = function(charttype) {ldelim}
Chart.scaleService.updateScaleDefaults('linear', {
ticks: {
min: 0,
- max: maxgrph
+ max: maxgrph,
+ precision: 0
}
});
window.schart{/literal}{$HOME_STUFFID}{literal} = new Chart(stuffchart,{
Joe
TSolucio
TSolucio