reversed: Boolean

reversed property allows you to invert Funnel / Pyramid Chart.

Default: false
Example: true, false
Notes
  • Works only in Funnel / Pyramid Chart
var  chart =  new  CanvasJS.Chart("container",
{
 .
 .
  data: [{
   type: "funnel",
   reversed: true
 
  },
 ]
 .
 . 
});
chart.render();

Try Editing The Code

Try Editing The Code

  Also See:    


If you have any questions, please feel free to ask in our forums.Ask Question