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

android - net_scheduler holding wakelock -

sql - MySQL : Getting Entries from a many-to-many table -

java - Retrieving data from database using jsp (Hibernate + Spring + Maven) -