Home Forums Chart Support Pie Chart Sample Count

Pie Chart Sample Count

Viewing 2 posts - 1 through 2 (of 2 total)
  • #5309

    Hi –

    Is there a fixed limit on the number of data samples included in a Pie Chart ?
    I understand that with many samples, smaller values will get lost in the chart, but at what point does canvasJS not bother rendering the sample because it’s too small or run out of colours to represent the samples ?

    Thanks,

    Paul

    #5316

    Paul,

    There is no limit on the number of data samples for pie/doughnut. CanvasJS tries to render every dataPoint. But when dataPoint’s segment becomes smaller than .1 pixel, it won’t be visible in most cases – limit should depends on browser’s implementation of Canvas.


    Sunil Urs

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.