primefaces - p:lineChart - continuous line, without dots -


how remove dots p:linechart , draw chart continuous line?

thanks

for others similar problem, did:

<p:chart type="line" model="#{mycontroller.model}"/> 

and:

linechartseries serie = new linechartseries(); serie.setshowmarker(false); 

and worked fine. i'm using primefaces 5.1.


Comments

Popular posts from this blog

javascript - jQuery: Add class depending on URL in the best way -

caching - How to check if a url path exists in the service worker cache -

Redirect to a HTTPS version using .htaccess -