CoreBOSBB

Full Version: [ solved ] Value with decimals in pipeline graph
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
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
thanks.
uploaded the change to the project
Pages: 1 2