Skip to content

How to draw a scatter diagram

Set showLine to false, and markerStyle to "x"

$pc->add_series(array('showLine'=>false, 'markerOptions=>array('style'=>'x')));


Feedback and Knowledge Base