Page 1 of 1

Primefaces Line Chart smooth

Posted: 23 Sep 2017, 13:07
by getAdicted
Good Morning!

Firstly, I would like to congratulate them for this amazing tool that is the Primefaces.

Well, I wish the line in my chart line did not have this small curve between the two points.
I'm trying to set up the smooth property as false to remove the curve!! (image, px.: https://www.amcharts.com/wp-content/upl ... _light.jpg). If this is the correct property!! :D

I already set up the Jqplot in my app. This is part of my code:

Code: Select all

	function chartExtender() {
    		this.cfg.grid = {
         		background : '#ffffff',
    		};	
		this.cfg.LineRenderer = {
			smooth = false
		}
	}
I tested all the things I found on the internet, but it's not working.
Can you help me, please?

Thanks!

Re: Primefaces Line Chart smooth

Posted: 23 Sep 2017, 13:42
by Melloware
Wrong forum. This is the Primefaces Extensions forum and you want to post in the main Primefaces forum.