Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[ solved ] Value with decimals in pipeline graph
#11
value 10 solve overlapping, but a small values, bar is missing

I will try another values

This works

};
var maxnum = Math.max.apply(Math, chartDataObject.datasets[0].data);
var maxgrph = Math.ceil(maxnum + (6 * maxnum / 100));
Chart.scaleService.updateScaleDefaults('linear', {
ticks: {
min: 0,
max: maxgrph,
precision: 0
}


for testing, not is enough remove a cache, is necessary remove a widget and recreate it

Now not overlapping more
Ranieri
eCRM Web
Reply
#12
thanks.
uploaded the change to the project
Joe
TSolucio
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)